-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to catch pokemons without pokeballs in inventory #39
Labels
Comments
This was referenced Jul 21, 2016
#12 Working on this right now) |
This should be fixed now. |
wayneangoh
added a commit
to wayneangoh/PokemonGo-Bot
that referenced
this issue
Aug 20, 2016
Closed
hoanghuynh
pushed a commit
to hoanghuynh/PokemonGo-Bot
that referenced
this issue
Sep 28, 2016
Changed "retyring" to "retrying".
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems like bot tries to catch pokemons even without any pokeballs in inventory.
When this happens, "CATCH_POKEMON" structure is empty (no status) and bot tries to keep going. For now I locally added sys.exit(0) when this happens but it should probably start collecting pokeballs for some time instead.
Sadly it doesn't automatically switch to pokestop spinning mode. When running in spinning mode it doesn't catch any pokemons.
The text was updated successfully, but these errors were encountered: