Skip to content
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

More than 10000 candies but no Evolve #5093

Closed
as4ajaysoni opened this issue Sep 2, 2016 · 9 comments
Closed

More than 10000 candies but no Evolve #5093

as4ajaysoni opened this issue Sep 2, 2016 · 9 comments

Comments

@as4ajaysoni
Copy link

Expected Behavior

I have uploaded the config file. I enable the evolve section but still none of Pokemon got evolve yet.

Actual Behavior

Your FULL config.json (remove your username, password, gmapkey and any other private info)

http://pastebin.com/P6Q0QTfF

Output when issue occurred

https://dl2.pushbulletusercontent.com/BwlLivEXn947HkwmKOrsEhtMduvOlMq2/candies.png

Steps to Reproduce

Other Information

OS:

Branch:

Git Commit:

Python Version:

Any other relevant files/configs (eg: path files)

Short Description

Possible solution

How it would help others

@sohje
Copy link
Contributor

sohje commented Sep 2, 2016

I think cause of this:

"Pidgey": {"always_release": true},
"Weedle": {"always_release": true},

@as4ajaysoni
Copy link
Author

I have also tried keep_best_cp :2 but still didn't see any evolve

@sohje
Copy link
Contributor

sohje commented Sep 2, 2016

Did you remove lines a posted before?

@as4ajaysoni
Copy link
Author

Yes, I have even tried to replace whole release section by http://pastebin.com/WPVgbeYd
but still facing the same problem.

@as4ajaysoni
Copy link
Author

@as4ajaysoni
Copy link
Author

I have removed those (-) sign before Zubat and Rattata. here is my new config http://pastebin.com/DnHeCFub
Still facing the same problem

@sohje
Copy link
Contributor

sohje commented Sep 2, 2016

Maybe you can try to disable use_lucky_egg, not sure but you can try.

@DeXtroTip
Copy link
Contributor

DeXtroTip commented Sep 2, 2016

You may have this logged at bot start:
"evolve_all is deprecated, instead please use 'evolve_list' and 'donot_evolve_list'."
Try changing
"evolve_all": "all",
To
"evolve_list": "all",

@as4ajaysoni
Copy link
Author

Thanks a lot..... It worked after changing "evolve_all": "all",
To
"evolve_list": "all",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants