-
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
[DEV] Exception: AttributeError: 'Pokemon' object has no attribute 'num' #3766
Comments
It's line 370 in pokemon_catch_worker.py its pokemon.num when it should be pokemon.pokemon_id
|
replacing pokemon.num with pokemon.pokemon_id appears to work as intended. |
Well picked the wrong thumbs direction my bad. |
pokemon.id or pokemon.pokemon_id ?
|
It’s been fixed. Please close the issue |
Fixed by #3780 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
after latest dev pull:
Expected Behavior
Actual Behavior
Your config.json (remove your credentials and any other private info)
Steps to Reproduce
Other Information
OS: deb8
Branch: dev
Git Commit:4b632d84c2c4422ee0cd0342b2b882e8c1bce2bb
Python Version: 2.7
The text was updated successfully, but these errors were encountered: