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
Keep running (by deleting items himself I think, but I'm not sure)
Actual Behavior
Crashing.
To temp fix it you have to open the actual Pokemon Go app and delete an item
Steps to Reproduce
Not sure, probably when backpack fills up, I tried deleting a loto of stuff and it seems to be more stable (for now)
Trace:
Traceback (most recent call last):
File "pokecli.py", line 220, in <module>
main()
File "pokecli.py", line 206, in main
bot.start()
File "/Users/myMacUser/Documents/Projects/PokemonGo-Bot/pokemongo_bot/__init__.py", line 31, in start
self._setup_api()
File "/Users/myMacUser/Documents/Projects/PokemonGo-Bot/pokemongo_bot/__init__.py", line 159, in _setup_api
balls_stock = self.pokeball_inventory()
File "/Users/myMacUser/Documents/Projects/PokemonGo-Bot/pokemongo_bot/__init__.py", line 234, in pokeball_inventory
inventory_dict = inventory_req['responses']['GET_INVENTORY'][
KeyError: 'GET_INVENTORY'
Expected Behavior
Keep running (by deleting items himself I think, but I'm not sure)
Actual Behavior
Crashing.
To temp fix it you have to open the actual Pokemon Go app and delete an item
Steps to Reproduce
Not sure, probably when backpack fills up, I tried deleting a loto of stuff and it seems to be more stable (for now)
Trace:
Other Information
OS: Mac El Capitan 10.11.6 (15G31)
Git Commit: ec2b7ad
(ec2b7add95da6bc580035d8d4c472c1d41e439a6)
The text was updated successfully, but these errors were encountered: