PokemonGo-Bot
PokemonGo-Bot copied to clipboard
Bot quits when catch daily limit is met
When limit is reached, pokemon bot quits. Shouldn't it just continue work to spin pokestops, walk eggs , buddy etc ?
The file cell_workers/pokemon_catch_worker.py has the following currently:
self.emit_event('catch_limit', formatted='WARNING! You have reached your daily catch limit')
sys.exit(2)
break
Someone was working on changing this before the api change, so you could choose whether to exit the bot, or keep farming without catching anything. I do not know what happened to that. Possibly abandoned by the person who was working on it? For now, it's working as intended/designed, so not a bug. Added "Feature Request" tag.
if you wanted it to continue to work, why put a limit?
ahh fast reply without thinking... sorry... I now get it...
this would be great addition...
commenting out # sys.exit(2)
helps...
here's the output....
Yes, I have commented it out for me. But I don't get the idea to kill the bot so quickly when limit is reached :)