-
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
Incorrect candy count displayed via Command Line #3619
Comments
Can you update to the latest version and try again. If the issue persists, please capture more logs, i.e show multiple Pokemon with the 3 candy bug as your output says 3 Dragonair candy when it should be Dratini so we need to isolate it to the Dratini/Dragonair/Dragonite family or a wider issue |
I will get the latest code tonight and retry for you. It only seems to be for Dragonair since all of the others worked fine. Golbat gave me Zubat candy, Hypno gave me Drowzee candy, etc... I only noticed it because it said Dragonair candy instead of Dratini candy and the count is always 3. Also, I just checked via my phone and it says 48 Candy so it looks like it's just an incorrect report on the command line. |
That is exactly the problem. It should be saying total number of Dratini candy. Instead, it says 3 Dragonair candy every time you capture a Dragonair. It's really not a big deal since it shows up fine when you login via a phone. |
Alright no problem! |
Stop! Before you create this issue (you can delete this section when opening the issue):
master
? We work on thedev
branch and then add that functionality tomaster
. Your issue may be fixed ondev
and there is no need for this issue, just wait and it will eventually be merged tomaster
.Expected Behavior
2016-08-11 10:36:10,292 [PokemonCatchWorker] [INFO] [gained_candy] You now have x_number Dratini candy!
Actual Behavior
2016-08-11 10:36:10,292 [PokemonCatchWorker] [INFO] [gained_candy] You now have 3 Dragonair candy!
Count always stays at 3.
Your config.json (remove your credentials and any other private info)
Steps to Reproduce
Capture a Dragonair!
Other Information
OS: Windows 10
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here): 63f777b
Python Version: (run 'python -V' and paste it here): Python 2.7.12
The text was updated successfully, but these errors were encountered: