-
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
AttributeError: 'Namespace' object has no attribute 'walk' #4042
Comments
Yup, reverting to the previous commit fixed this. @mjmadsen please take a look. |
Duplicate #4021 |
@ahammond how do you revert to previous commit? |
#4046 Looks like I missed a few references to self.bot.config.walk Also, walk in the config has been replaced by walk_max and walk_min. |
2016-08-15 16:49:20,446 [ SpinFort] [INFO] [spun_pokestop] Spun pokestop Columbus Circle Postal Station. Experience awarded: 50. Items awarded: {u'Pokeball': 2, u'Max Potion': 1} |
@Setsu-BHMT It crashes right after spun the pokestop, then the inventory was full, then crashed. |
Expected Behavior
Not crashing when inventory is full.
Actual Behavior
Your config.json (remove your credentials and any other private info)
Steps to Reproduce
I have almost 300 ultraballs (hey, it'd be great to make more use of these!), I'm guessing this is the problem with the inventory.
Other Information
OS: docker
Git Commit:603aca6a0f1aa900a5b9c356445b2ab363a88fc6
Python Version: docker
The text was updated successfully, but these errors were encountered: