PokemonGo-Bot icon indicating copy to clipboard operation
PokemonGo-Bot copied to clipboard

Bot quits when catch daily limit is met

Open pogarek opened this issue 8 years ago • 5 comments

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

pogarek avatar Nov 09 '16 07:11 pogarek

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.

Gobberwart avatar Nov 09 '16 21:11 Gobberwart

if you wanted it to continue to work, why put a limit?

reigelgallarde avatar Nov 15 '16 05:11 reigelgallarde

ahh fast reply without thinking... sorry... I now get it...

this would be great addition...

reigelgallarde avatar Nov 15 '16 05:11 reigelgallarde

commenting out # sys.exit(2) helps... here's the output....

Uploading Capture8.PNG…

reigelgallarde avatar Nov 15 '16 05:11 reigelgallarde

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 :)

pogarek avatar Nov 15 '16 05:11 pogarek