PokemonGo-Bot: "Server is throttling, let's slow down a bit."
Expected Behavior
Should not see this error very often.
Actual Behavior
[15:33:44] Moving towards fort Unique Lights At Lemongrass, 0.11km left (attraction of lure 0.19km)
[15:33:45] Server is throttling, let's slow down a bit
[15:33:47] Server is throttling, let's slow down a bit
[15:33:51] Moving towards fort Unique Lights At Lemongrass, 0.10km left (attraction of lure 0.19km)
[15:33:52] Server is throttling, let's slow down a bit
[15:33:55] Server is throttling, let's slow down a bit
[15:33:58] Moving towards fort Unique Lights At Lemongrass, 0.09km left (attraction of lure 0.18km)
[15:33:59] Server is throttling, let's slow down a bit
[15:34:02] Server is throttling, let's slow down a bit
[15:34:05] Moving towards fort Unique Lights At Lemongrass, 0.08km left (attraction of lure 0.17km)
[15:34:06] Server is throttling, let's slow down a bit
[15:34:09] Server is throttling, let's slow down a bit
[15:34:12] Moving towards fort Unique Lights At Lemongrass, 0.07km left (attraction of lure 0.16km)
[15:34:14] Server is throttling, let's slow down a bit
[15:34:16] Server is throttling, let's slow down a bit
[15:34:19] Moving towards fort Unique Lights At Lemongrass, 0.07km left (attraction of lure 0.16km)
[15:34:21] Server is throttling, let's slow down a bit
[15:34:23] Server is throttling, let's slow down a bit
[15:34:26] Moving towards fort Unique Lights At Lemongrass, 0.06km left (attraction of lure 0.15km)
[15:34:27] Server is throttling, let's slow down a bit
[15:34:28] Server is throttling, let's slow down a bit
[15:34:32] Moving towards fort Unique Lights At Lemongrass, 0.05km left (attraction of lure 0.14km)
[15:34:33] Server is throttling, let's slow down a bit
[15:34:35] Server is throttling, let's slow down a bit
[15:34:39] Moving towards fort Unique Lights At Lemongrass, 0.04km left (attraction of lure 0.13km)
[15:34:40] Server is throttling, let's slow down a bit
[15:34:42] Server is throttling, let's slow down a bit
[15:34:43] Server is throttling, let's slow down a bit
Steps to Reproduce
Unknown – potentially just running bot on this commit
Other Information
OS: Ubuntu 14.04.4 LTS Git Commit: bdf2e7d9cc0b2fa5fb04bb9dc4f9f09f967cd9ea Python Version: Python 2.7.6
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 1
- Comments: 15 (9 by maintainers)
Commits related to this issue
- Use RetryOperationalError to handle reconnect/retry query (#2386) — committed to hoanghuynh/PokemonGo-Bot by wcastello 8 years ago
and if that doesn’t work, just comment the line
I knew I shouldn’t have put that log line ! That’s no problem, just add
"map_object_cache_time": 5,
in your config@Marco208 That’s Niantic’s rate limiting…the problem isn’t the throttle, especially now that MoveToFort is remembering what fort it was last moving past; the problem was honestly just the noise.
I’m getting this too, one commit ago it seemed to work perfect. Reverting back untill this commit is fixed.
Spoke too soon. Still getting the error more often than I should.