mchristopher / PokemonGo-DesktopMap

Electron App around PokemonGo-Map
https://pokemon-go-updater.mike.ai/download
MIT License
1.76k stars 393 forks source link

workers vanishing #1225

Closed jus10g closed 2 years ago

jus10g commented 7 years ago

After making a temporary fix to my locked database issue ( #1215 ), I've noticed my scan going more slowly. Looking at the console, I'm noticing that several of my workers have gone AWOL. They seem to get PTC Access Tokens, start searching, find some data, and then hang. For instance

main.html:169 2016-09-13 21:00:12,337 [ search-worker-2][ models][ INFO] Upserted 1 gyms and 4 gym members

main.html:169 2016-09-13 21:00:22,341 [ search-worker-2][ search][ INFO] Searching at 37.82xxxx,-122.19xxxxx

and then I never hear from search-worker-2 again. I've confirmed that this account has NOT been banned, and I can get it working again by restarting the application.