Jabsu
Jabsu
I removed the spawns.pickle file and now the problem seems to be gone.
I haven't had the problem anymore. I'm not familiar enough with the code to say for sure, but I guess it has something to do with unknown spawns that are...
Don't know what's the response from the API, but something like this in the worker.py should do the job: In *def get_player*: ```python if get_player.banned or get_player.warn: # assuming the...
I haven't seen those kind of errors yet. But I launched the scan with that *get_player.warn* addition as in my example, and judging by the exceptions, the 'warn' response seems...
Thanks for the reply, now I at least know I'm not the only one with this problem. I'm probably going to do the same as you. The altitude error spam...
Well, the configuration itself works and the log is filled with "consecutive failures" regarding spawn points, but I guess you didn't mean that. What you probably meant was, that rather...
ALT_RANGE is always 'on', it just uses default values (300, 400) if it's commented. As a reminder, ALT_RANGE is only used when Google Maps Elevation API query fails. When that...
Delete spawns.pickle file and start again. Ref: #241
I'm having hashing timeouts as well, but I've been having them almost two weeks now, so it's not because of the recent updates in my case. They happen every minute...