-
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
evolve_all "all" is not working #2281
Comments
Having this bug as well. |
Last working commit 86472c0 |
I've made pull request #2305 which fixes this -- if anyone wants to test and confirm, and comment over there, I'd appreciate it :) |
The evolve worked but after evolving the bot didn't go back catching until i set evolve_all back to "NONE", anyone else has the same behaviour |
same issue on dev. |
* dev: Adapt code to new PGoApi Code (PokemonGoF#2357) Revert "[Feature] added keep pokemon for batch evolution" (PokemonGoF#2380) Revert "Dev Proxy support" (PokemonGoF#2374) Supporting sending requests through an HTTP proxy (PokemonGoF#2358) [Feature] added keep pokemon for batch evolution (PokemonGoF#2255) Fix instance where evolve_all is unicode - fixes PokemonGoF#2281 (PokemonGoF#2305) This is just a temp fix, The one added the configure param need make sure it's really work. Modify SpiralTask to use 70m as stepsize and diameter as step_count (PokemonGoF#2194) web submodule updated to latest commit (PokemonGoF#2289) added param in config.json.pokemon.example. Add missing curly bracket (PokemonGoF#2282) Update web to latest master commit (PokemonGoF#2274) Dev - Fixed the loss of fort data (updated) (PokemonGoF#2269) Add optional simple lure attraction feature (PokemonGoF#2257) [FIX] Improper use of exception (PokemonGoF#2246) Change egg hatching text (PokemonGoF#2258)
…emonGoF#2305) * Fix instance where evolve_all is unicode * Test for isinstance basestring rather than Unicode || str
…emonGoF#2305) * Fix instance where evolve_all is unicode * Test for isinstance basestring rather than Unicode || str
…emonGoF#2305) * Fix instance where evolve_all is unicode * Test for isinstance basestring rather than Unicode || str
…emonGoF#2305) * Fix instance where evolve_all is unicode * Test for isinstance basestring rather than Unicode || str
Expected Behavior
Bot would try to evolve all eligible pokemon when "evolve_all": "all" is set
Actual Behavior
Bot does not evolve anything when "evolve_all": "all" is set. If I set it to "evolve_all": "all,Weedle" I get the following output:
Steps to Reproduce
Set "evolve_all" to all on this commit
Other Information
OS: Ubuntu 14.04.4 LTS
Git Commit: eee7ba4
Python Version: python 2.7.6
The text was updated successfully, but these errors were encountered: