PokemonGoF / PokemonGo-Bot-Desktop

The Desktop version of Pokemon Go Bot script
MIT License
411 stars 115 forks source link

[ERROR] Unexpected moveset #217

Closed ahmadsyafrudin closed 8 years ago

ahmadsyafrudin commented 8 years ago

Expected Behavior

Running bot without Error

Actual Behavior

Error after catch staryu

Steps to Reproduce

I dont know where pokemon.json is located

Information

2016-08-20 12:55:37,317 [   Pokemon] [ERROR] Unexpected moveset [Tackle, Power Gem] for #120 Staryu, please update info in pokemon.json and create issue/PR
2016-08-20 12:55:37,323 [   Pokemon] [ERROR] Unexpected moveset [Tackle, Bubble Beam] for #120 Staryu, please update info in pokemon.json and create issue/PR
2016-08-20 12:55:42,563 [   Pokemon] [ERROR] Unexpected moveset [Tackle, Power Gem] for #120 Staryu, please update info in pokemon.json and create issue/PR
2016-08-20 12:55:42,569 [   Pokemon] [ERROR] Unexpected moveset [Tackle, Bubble Beam] for #120 Staryu, please update info in pokemon.json and create issue/PR
2016-08-20 12:55:46,117 [   Pokemon] [ERROR] Unexpected moveset [Tackle, Power Gem] for #120 Staryu, please update info in pokemon.json and create issue/PR
2016-08-20 12:55:46,123 [   Pokemon] [ERROR] Unexpected moveset [Tackle, Bubble Beam] for #120 Staryu, please update info in pokemon.json and create issue/PR
2016-08-20 12:55:50,346 [   Pokemon] [ERROR] Unexpected moveset [Tackle, Power Gem] for #120 Staryu, please update info in pokemon.json and create issue/PR
2016-08-20 12:55:50,349 [   Pokemon] [ERROR] Unexpected moveset [Tackle, Bubble Beam] for #120 Staryu, please update info in pokemon.json and create issue/PR
2016-08-20 12:55:53,632 [   Pokemon] [ERROR] Unexpected moveset [Tackle, Power Gem] for #120 Staryu, please update info in pokemon.json and create issue/PR
2016-08-20 12:55:53,638 [   Pokemon] [ERROR] Unexpected moveset [Tackle, Bubble Beam] for #120 Staryu, please update info in pokemon.json and create issue/PR
Worst45 commented 8 years ago

same for me:

2016-08-20 17:11:35,295 [   Pokemon] [ERROR] Unexpected moveset [Tackle, Bubble Beam] for #120 Staryu, please update info in pokemon.json and create issue/PR
2016-08-20 17:11:35,964 [   Pokemon] [ERROR] Unexpected moveset [Tackle, Bubble Beam] for #120 Staryu, please update info in pokemon.json and create issue/PR
20

I corrected it by editing data/pokemon.json, and adding "Tacke" to "Fast Attack(s)" of Staryu:

  {
    "Number": "120",
    "Name": "Staryu",
    ...
    "Fast Attack(s)": [
      "Quick Attack",
      "Water Gun",
      "Tackle"
    ],
    ...
   }