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

Bot fails to run. #2083

Closed
tansanrao opened this issue Jul 31, 2016 · 1 comment
Closed

Bot fails to run. #2083

tansanrao opened this issue Jul 31, 2016 · 1 comment

Comments

@tansanrao
Copy link

Expected Behavior

Bot to run.

Actual Behavior

Logs in and stops immediately.

File "pokecli.py", line 494, in
main()
File "pokecli.py", line 62, in main
bot.start()
File "/home/tansanrao/PokemonGo/PokemonGo-Bot/pokemongo_bot/init.py", line 54, in start
self._setup_api()
File "/home/tansanrao/PokemonGo/PokemonGo-Bot/pokemongo_bot/init.py", line 289, in _setup_api
self.update_inventory()
File "/home/tansanrao/PokemonGo/PokemonGo-Bot/pokemongo_bot/init.py", line 397, in update_inventory
if {"item_id", "count"}.issubset(set(item_info.keys())):
AttributeError: 'NoneType' object has no attribute 'keys'

Steps to Reproduce

run the bot.

Other Information

OS: Ubuntu 16.04.1 (running in a VM)
Git Commit: a7523a1

@tansanrao
Copy link
Author

same as #2082

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