cglatot / PokeManager

Uses Python API for Pokemon Go to mass transfer Pokemon
Other
146 stars 31 forks source link

Getting to menu but getting this error in Docker #29

Closed BoeZombie closed 8 years ago

BoeZombie commented 8 years ago

MAIN MENU


1: View Pokemon 2: View Counts 3: Transfer Pokemon 4: Rename Pokemon 5: Exit

Enter choice: Traceback (most recent call last): File "pogo/demo.py", line 337, in mainMenu(session) File "pogo/demo.py", line 288, in mainMenu menuChoice = int(raw_input("\nEnter choice: ")) ValueError: invalid literal for int() with base 10: ''

I'm a newbie to docker and python. I get this when loading in. It never gives me a chance to actually put in a value.