-
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
[DEV] Not evolving any Pokemon #1151
Comments
Same problem here |
The same problem there is a solution? |
There seems to be a bug in the |
This issue was caused by PR #1159 by the following addition to evolve_all_worker: 'skip_evolves = False
this logic will return false every time the evolve_all config is true. Causing the evolve to be skipped every time. |
@codybaldwin @sn0opy If I want to have a temporary work around which edit do I use? |
as @sn0opy said: in pokemongo_bot\cell_workers\evolve_all_worker.py comment out line 16 and 17 by placing a # in front of them like so I'll be fixing and submitting a PR soon |
@codybaldwin @sn0opy Workaround is working for me it appears in latest DEV branch. Thank you for the help. Let me know if this ever gets fixed upstream. |
will the workaround work for master? |
Newest Other Information OS: Arch Linux 64bit |
Workaround mentioned above still works. Other Information OS: Arch Linux 64bit |
Submitted a PR here to fix this bug. |
PR has been opened to fix this issue. When you see this PR has been merged #1256 , update to latest /closed |
Expected Behavior
Bot should evolve Pokémon on startup.
Actual Behavior
He basically skips the evolution(no console log)
[10:04:56] Pokemon Captured: 1309 | Pokestops Visited: 547
[10:04:57] Pokemon Bag: 227/250
[10:04:57] Items: 321/350
[10:04:57] Stardust: 146604 | Pokecoins: 0
[10:04:57] PokeBalls: 48 | GreatBalls: 0 | UltraBalls: 32
[10:04:57] Razz Berries: 74
[10:04:57]
[10:04:57]
[10:04:59] Starting PokemonGo Bot....
[10:04:59] Scanning area for objects....
[10:04:59] Walking from (49.303157, 8.642888) to [49.303157, 8.642888] 0.00km
[========================================] 100%
[10:05:05] Cleaning up Pokemon Bag using the release config
[10:05:05] Pokemon Bag has been cleaned up!
[10:05:05] Using lucky egg ... you have 2
[10:05:06] Found fort 142f22cda073459ab55132cdc45190f0.16 at distance 0.02km
[10:05:06] Need to move closer to Pokestop
Steps to Reproduce
config:
"evolve_all": "all", not working
"evolve_all": "Pidgey,Zubat,Weedle" , does not work either
Other Information
OS: Ubuntu 16.10
Git Commit: 9765828
The text was updated successfully, but these errors were encountered: