Traceback (most recent call last):
File "./pokecli.py", line 357, in <module>
main()
File "./pokecli.py", line 68, in main
bot.tick()
File "/home/lunik/PokemonGo-Bot/pokemongo_bot/__init__.py", line 64, in tick
if worker(self).work() == WorkerResult.RUNNING:
File "/home/lunik/PokemonGo-Bot/pokemongo_bot/cell_workers/recycle_items_worker.py", line 14, in work
item_count_dict = self.bot.item_inventory_count('all')
File "/home/lunik/PokemonGo-Bot/pokemongo_bot/__init__.py", line 361, in item_inventory_count
'GET_INVENTORY']['inventory_delta']['inventory_items']
KeyError: 'GET_INVENTORY'
Expected Behavior
Actual Behavior
Steps to Reproduce
run
./run.shindevbranchOther Information
OS: Ubuntu
Git Commit: c11af09