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

Unexpected moveset [Mud Shot, Mud Bomb] for #50 Diglett #5966

Closed
Kijax opened this issue Mar 17, 2017 · 2 comments
Closed

Unexpected moveset [Mud Shot, Mud Bomb] for #50 Diglett #5966

Kijax opened this issue Mar 17, 2017 · 2 comments

Comments

@Kijax
Copy link
Contributor

Kijax commented Mar 17, 2017

Expected Behavior

Trivial - no info about unexpexted moveset for Diglett.

Actual Behavior

Every 10 seccond bot displays info: [ Pokemon] [ERROR] Unexpected moveset [Mud Shot, Mud Bomb] for #50 Diglett, please update info in pokemon.json and create issue/PR

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

Does not matter.

Output when issue occurred

[ Pokemon] [ERROR] Unexpected moveset [Mud Shot, Mud Bomb] for #50 Diglett, please update info in pokemon.json and create issue/PR

Steps to Reproduce

  1. Need to have Diglett caught before attacks changes made by Niantic in last year.
  2. Run the bot...

Other Information

OS:
Debian Jessie 8.7
Branch:
master
Git Commit:
commit 7e17370
Merge: 10b8895 74058c2
Author: pogarek tregorek@gmail.com
Date: Wed Mar 15 06:45:51 2017 +0100
Python Version:
Python 2.7.9

@pogarek
Copy link
Contributor

pogarek commented Mar 17, 2017

currently for Diglett we have:
"Fast Attack(s)": [
"Mud Slap",
"Scratch"
],

"Special Attack(s)": [
"Dig",
"Mud Bomb",
"Rock Tomb"
],

(in data\pokemon.json for Diglett)
Adjust the file according to data about your pokemon on phone, then test the bot.
If it will work. please let me know which attack we should add and to which attack types (fast/special). Thanks

@Kijax
Copy link
Contributor Author

Kijax commented Mar 17, 2017

I added Mud Shot fast attack to Diglett info before you suggested that and test this change - it is OK, no more info about unexpected moveset. Then i tried to do pull request ;) but i see that @MerlionRock did that quicker ;)

Changes i made:
"Fast Attack(s)": [
"Mud Slap",
"Mud Shot",
"Scratch"
],

@Kijax Kijax closed this as completed Mar 17, 2017
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

2 participants