-
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
Pokemons fail to evolve #3220
Comments
I believe it tries to evolve whether or not enough candies are available. |
That's a good explanation, thanks. I'll keep an eye out for that and close the issue in the meantime. Enough open issues as it is ;-) |
I think I was wrong
|
same here. |
As this seems to be a bug after all, I am reopening it |
Hi,
|
The option to evolve after catch will soon be removed. Please use the EvolvePokemon task to handle your evolutions. |
Expected Behavior
Pokemons should be evolved
Actual Behavior
Error message: [pokemon_evolve_fail] Failed to evolve Rattata!
Log:
2016-08-09 08:39:48,694 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Rattata appeared! [CP 187] [Potential 0.56] [A/D/S 7/5/13]
2016-08-09 08:39:52,068 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Pokeball, with chance 41.52 (49 left)
2016-08-09 08:39:52,576 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Rattata! [CP 187] [Potential 0.56] [7/5/13] [+210 exp]
2016-08-09 08:39:53,379 [PokemonCatchWorker] [INFO] [pokemon_evolve_fail] Failed to evolve Rattata!
2016-08-09 08:40:01,524 [TransferPokemon] [INFO] [keep_best_release] Keeping best 15 Rattata, based on iv
2016-08-09 08:40:02,047 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [CP 240] [IV 0.49] for candy.
Steps to Reproduce
No idea, happens all the time for Ratattas, sometimes for pidgeys too.
Config (excerpt):
...
{
"type": "EvolvePokemon",
"config": {
"evolve_all": "Pidgey,Weedle,Rattata,Caterpie,Zubat",
"evolve_min_cp": 10,
"evolve_speed": 20,
"use_lucky_egg": false
}
}
...
"evolve_captured": "Pidgey,Weedle,Rattata",
Other Information
OS:
Git Commit: 5e3179b
Python Version: Python 2.7.11
The text was updated successfully, but these errors were encountered: