You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: