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

Experimental pokemon upgrade issue #5017

Closed
Jcolomar opened this issue Aug 31, 2016 · 13 comments
Closed

Experimental pokemon upgrade issue #5017

Jcolomar opened this issue Aug 31, 2016 · 13 comments

Comments

@Jcolomar
Copy link
Contributor

Jcolomar commented Aug 31, 2016

Expected Behavior

Add experimental pokemon upgrade (power-up) logic doesnt work.

Actual Behavior

No evolve, no power up. I have 58 kabuto's candy and one perfect kabuto.

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

...
{
"type": "PokemonOptimizer",
"config": {
"enabled": true,
"transfer": true,
"transfer_wait_min": 3,
"transfer_wait_max": 5,
"evolve": true,
"evolve_time": 25,
"evolve_for_xp": false,
"evolve_only_with_lucky_egg": false,
"evolve_count_for_lucky_egg": 80,
"may_use_lucky_egg": false,
"upgrade": true,
"keep": [
{
"mode": "by_family",
"top": 1,
"sort": [{"iv": 1}],
"evolve": true,
"upgrade": true
},
{
"mode": "by_family",
"top": 1,
"sort": ["cp"],
"evolve": false,
"upgrade": false
}
]
}
...

Link to full config http://pastebin.com/seZvCD6T

Output when issue occurred

No errors in terminal

Steps to Reproduce

Other Information

OS:
Windows 10 x64
Branch:
dev
Git Commit:
Latest commit a7fb0ed
Python Version:
Python 2.7.12
Any other relevant files/configs (eg: path files)

@julienlavergne
Copy link
Contributor

@Jcolomar
Copy link
Contributor Author

Jcolomar commented Sep 1, 2016

I did it few times and i dont know where is the error

@julienlavergne
Copy link
Contributor

"1.0" in your config should be 1. Also since you need 50 candies to evolve to Kabutops, I don't think the 8 remaining will be enough to power it up.

@Jcolomar
Copy link
Contributor Author

Jcolomar commented Sep 1, 2016

So doc file isnt clear because doesnt say what is priority upgrade or evolve. I understand first try evolve, once done, try upgrade it. Whatever, ill change "1.0" to "1" when i go home and i tell u if it works.

Thank you!

@julienlavergne
Copy link
Contributor

I will clarify that evolve comes before upgrade if both are available.

@Jcolomar
Copy link
Contributor Author

Jcolomar commented Sep 1, 2016

I changed value "1.0" to "1" and same problem. Edit first post with link to config: WebIU doesnt do any action neither (release/evolve).

Already 87 kabuto's candy

@julienlavergne
Copy link
Contributor

It is a numeric value, not a character string:

{
    "mode": "by_family",
    "top": 1,
    "sort": [{"iv": 1}],
    "evolve": true,
    "upgrade": true
},

@Jcolomar
Copy link
Contributor Author

Jcolomar commented Sep 1, 2016

Changed, but no evolution. Now i got errors when bot launch, but no fatal ones. Bot still running.

Errors dissapear rebooting bot. But still no evolve

@julienlavergne
Copy link
Contributor

julienlavergne commented Sep 1, 2016

Let's go through the obvious list since I do not have enough info at all to understand your problem:

  • How many empty slots is there left in your bag ?
  • What are the detailed stats of this Kabuto: iv, cp, npc, level ?
  • How many Kabuto candy do you have ?
  • How many stardust do you have ?
  • Is there any other Pokemon that is evolving ?
  • Is there any Pokemon transferred ?

Without all answers, I can't be sure there is a problem and/or where it comes from.

@Jcolomar
Copy link
Contributor Author

Jcolomar commented Sep 1, 2016

[2016-09-01 13:01:58] [PokemonOptimizer] [INFO] Evolving 1 Pokemon (the best)
[2016-09-01 13:01:58] [PokemonOptimizer] [INFO] [pokemon_evolved] Evolved Kabuto [IV 1.0] [CP 410] [29 candies] [+500 xp]
[2016-09-01 13:02:21] [PokemonOptimizer] [INFO] Evolving 0 Pokemon (for xp)
[2016-09-01 13:02:21] [PokemonOptimizer] [INFO] Upgrading 0 Pokemon [286841 stardust]

Seems only evolve pokemon when release function is over ?! Anyway bot doesnt poweup the pokemon

How many Kabuto candy do you have ? 29
How many stardust do you have ? 286841

@julienlavergne
Copy link
Contributor

You said no evolution but I see the Kabuto beeing evolved in your log. Everything looks fine to me.

@Jcolomar
Copy link
Contributor Author

Jcolomar commented Sep 1, 2016

I said no evolution before release function start. When it finished, bot evolution kabuto to kabutops (i copied the log). Bot should powerup with kabutos candys and stardust

@k4n30
Copy link
Contributor

k4n30 commented Sep 1, 2016

Config issue - take to slack

@k4n30 k4n30 closed this as completed Sep 1, 2016
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