Server seems to be busy or offline - try again
See original GitHub issueExpected Behavior
The bot should start up
Actual Behavior
The program gets stuck in a loop saying Server seems to be busy or offline - try again up to 15 times then tries to log in again, logs in successfully, then repeats.
Your FULL config.json (remove your username, password, gmapkey and any other private info)
It’s literally the default one, I’ve done a fresh pull. I’m using a pokemon club account if that matters.
Output when issue occurred
2017-02-23 13:54:43,288 [ cli] [INFO] PokemonGO Bot v1.0
2017-02-23 13:54:43,328 [ cli] [INFO] commit: 61416401
2017-02-23 13:54:43,362 [ cli] [INFO] Configuration initialized
2017-02-23 13:54:43,364 [pokemongo_bot.health_record.bot_event] [INFO] Health check is enabled. For more information:
2017-02-23 13:54:43,365 [pokemongo_bot.health_record.bot_event] [INFO] https://github.com/PokemonGoF/PokemonGo-Bot/tree/dev#analytics
2017-02-23 13:54:43,403 [requests.packages.urllib3.connectionpool] [INFO] Starting new HTTP connection (1): www.google-analytics.com
(10903) wsgi starting up on http://127.0.0.1:4000
[2017-02-23 13:54:43] [PokemonGoBot] [INFO] Setting start location.
[2017-02-23 13:54:43] [PokemonGoBot] [INFO] [x] Coordinates found in passed in location, not geocoding.
[2017-02-23 13:54:43] [PokemonGoBot] [INFO] Location found: 51.297239,1.062669 (51.297239, 1.062669, 8)
[2017-02-23 13:54:43] [PokemonGoBot] [INFO] Now at (51.297239, 1.062669, 8)
[2017-02-23 13:54:43] [PokemonGoBot] [INFO] Login procedure started.
[2017-02-23 13:54:48] [PokemonGoBot] [INFO] Login successful.
[2017-02-23 13:54:52] [pokemongo_bot.api_wrapper] [WARNING] Server seems to be busy or offline - try again - 4/15
[2017-02-23 13:54:54] [pokemongo_bot.api_wrapper] [WARNING] Server seems to be busy or offline - try again - 5/15
...
Steps to Reproduce
Followed the installation instructions on the documentation. The only bit I could not do in the “./setup.sh -i” was the hashkey part because I can’t find any instructions about what this means other than the first two lines of the read me.
Other Information
The account works fine on the app on my phone, i’m not banned. There are no instructions on the hashkey variable in the auth.json file and what that is or how to get one. Me not being able to fill this out is probably the reason this isn’t working. OS: Raspbian
Branch: master
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (6 by maintainers)
Hash key is needed for the bot to work on 0.57.2 API More about hash key: https://talk.pogodev.org/d/55-api-hashing-service-f-a-q Note: Hash key is s 3rd party service not related to this bot.
Alternatively, you can try this: make a backup of your requirements.txt and then change this git+https://github.com/pogodevorg/pgoapi.git@develop#egg=pgoapi to git+https://github.com/MerlionRock/pgoapi.git@develop#egg=pgoapi and do a ./setup.sh -u
Note that without hash key, you will face captcha as well as more likely to be banned.
@rubyshell Closing. Main PGoAPI has updated.