Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "pokecli.py", line 220, in <module>
- main()
- File "pokecli.py", line 206, in main
- bot.start()
- File "C:\Users\<username>\Documents\PythonScripts\PokemonGo-Bot\pokemongo_bot\__init__.py", line 31, in start
- self._setup_api()
- File "C:\Users\<username>\Documents\PythonScripts\PokemonGo-Bot\pokemongo_bot\__init__.py", line 159, in _setup_api
- balls_stock = self.pokeball_inventory()
- File "C:\Users\<username>\Documents\PythonScripts\PokemonGo-Bot\pokemongo_bot\__init__.py", line 233, in pokeball_inventory
- inventory_req = self.api.call()
- File "c:\users\<username>\documents\pythonscripts\pokemongo-bot\src\pgoapi\pgoapi\pgoapi.py", line 80, in call
- response = request.request(api_endpoint, self._req_method_list, player_position)
- File "c:\users\<username>\documents\pythonscripts\pokemongo-bot\src\pgoapi\pgoapi\rpc_api.py", line 93, in request
- response_dict = self._parse_main_response(response, subrequests)
- File "c:\users\<username>\documents\pythonscripts\pokemongo-bot\src\pgoapi\pgoapi\rpc_api.py", line 201, in _parse_main_response
- response_proto_dict = self._parse_sub_responses(response_proto, subrequests, response_proto_dict)
- File "c:\users\<username>\documents\pythonscripts\pokemongo-bot\src\pgoapi\pgoapi\rpc_api.py", line 208, in _parse_sub_responses
- del response_proto_dict['returns']
- KeyError: 'returns'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement