PokemonGoF / PokemonGo-Bot

The Pokemon Go Bot, baking with community.
MIT License
3.86k stars 1.54k forks source link

Can't sign in with PTC account? #2843

Closed kesfaw closed 8 years ago

kesfaw commented 8 years ago

I have config.json setting account as following:

{
    "auth_service": "ptc",
    "username": "MY_USEERNAME",
    "password": "MY_PASSWORD",
...

but the bot says:

Traceback (most recent call last):
  File "pokecli.py", line 38, in <module>
    from pgoapi.exceptions import NotLoggedInException, ServerSideRequestThrottl
ingException, ServerBusyOrOfflineException
ImportError: No module named pgoapi.exceptions

Could the bot sign in with a Pokemon Trainer Club (ptc) account instead of google?

BobbyWibowo commented 8 years ago

ImportError: No module named pgoapi.exceptions Try pip2 install -r requirements.txt --upgrade in your bot root.

kesfaw commented 8 years ago

Work perfectly! Thanks Bobby.