question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Server seems to be busy or offline - try again

See original GitHub issue

Expected 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:closed
  • Created 7 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
MerlionRockcommented, Feb 23, 2017

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.

1reaction
MerlionRockcommented, Feb 27, 2017

@rubyshell Closing. Main PGoAPI has updated.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What Does a Server Connection Timeout Mean?
Server timeout errors can be caused when a program tries to connect to a server that doesn't exist. The server could be offline...
Read more >
"Sorry, the server is busy. Please try again later" happening
I keep getting the error message "the server is busy, try again later." Same with navigating to different folders. Once I am finally...
Read more >
Why do I get 'server busy' every time I switch my laptop on to ...
Typically that means that there's a program on your computer failing to connect to a remote server. Hold Ctrl+Alt+Del, open the Task Manager,...
Read more >
How to Fix the ERR_CONNECTION_TIMED_OUT Error - Kinsta
According to the WordPress support documentation, a connection timed out error appears when your website is trying to do more than your server...
Read more >
Official eMule-Board: Server Busy
In Windows XP or 7 : Start -> Run -> type services.msc, hit Enter. ... In the upcoming window, scroll down to Windows...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found