cglatot / PokeManager

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

Docker container does not user AUTHTYPE environment variable #43

Closed Nepoxx closed 8 years ago

Nepoxx commented 8 years ago

docker run --rm -it -e "AUTHTYPE=ptc" -e "LOGIN=nepoxx" -e "PASSWORD={myPass}" -e "STARTINGPOINT=X, Y" ryebrye/pokemongo-manager:latest

results in:

Creating Google session for nepoxx
          ^
Starting new HTTPS connection (1): android.clients.google.com
Starting new HTTPS connection (1): android.clients.google.com
Coordinates: X -Y 0.0
Access token not generated
Session not created successfully
Hax7 commented 8 years ago

docker run --rm -it -e "authtype=ptc" -e "LOGIN=nepoxx" -e "PASSWORD={myPass}" -e "STARTINGPOINT=X, Y" ryebrye/pokemongo-manager:latest

variables are case sensitive but the writer of README missed it