We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Log shows correct family for pokemon.
PokemonOptimizer seems to think that dragonair is in the mew family.
I use the BuddyPokemon task and do not define a buddy in PokemonOptimizer. http://pastebin.com/JNVpNQ6s
[2016-09-26 15:33:18] 1 Dratini candy earned. You now have 49 candy! [2016-09-26 15:33:19] Buddy Dragonair rewards Mew candies [+0 candies] [0 candies] [2016-09-26 15:33:24] Buddy Dragonair rewards Mew candies [+0 candies] [0 candies]
Walk a dragonair.
OS: Mint 18 Branch: Dev Git Commit: c53a57e Python Version: 2.7.12
The text was updated successfully, but these errors were encountered:
It is because of the other buddy task getting the candy first.
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
Log shows correct family for pokemon.
Actual Behavior
PokemonOptimizer seems to think that dragonair is in the mew family.
Your FULL config.json
I use the BuddyPokemon task and do not define a buddy in PokemonOptimizer.
http://pastebin.com/JNVpNQ6s
Output when issue occurred
[2016-09-26 15:33:18] 1 Dratini candy earned. You now have 49 candy!
[2016-09-26 15:33:19] Buddy Dragonair rewards Mew candies [+0 candies] [0 candies]
[2016-09-26 15:33:24] Buddy Dragonair rewards Mew candies [+0 candies] [0 candies]
Steps to Reproduce
Walk a dragonair.
Other Information
OS: Mint 18
Branch: Dev
Git Commit: c53a57e
Python Version: 2.7.12
The text was updated successfully, but these errors were encountered: