Advertisement
Hakugin

Untitled

Jul 30th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "pokecli.py", line 220, in <module>
  3. main()
  4. File "pokecli.py", line 206, in main
  5. bot.start()
  6. File "C:\Users\<username>\Documents\PythonScripts\PokemonGo-Bot\pokemongo_bot\__init__.py", line 31, in start
  7. self._setup_api()
  8. File "C:\Users\<username>\Documents\PythonScripts\PokemonGo-Bot\pokemongo_bot\__init__.py", line 159, in _setup_api
  9. balls_stock = self.pokeball_inventory()
  10. File "C:\Users\<username>\Documents\PythonScripts\PokemonGo-Bot\pokemongo_bot\__init__.py", line 233, in pokeball_inventory
  11. inventory_req = self.api.call()
  12. File "c:\users\<username>\documents\pythonscripts\pokemongo-bot\src\pgoapi\pgoapi\pgoapi.py", line 80, in call
  13. response = request.request(api_endpoint, self._req_method_list, player_position)
  14. File "c:\users\<username>\documents\pythonscripts\pokemongo-bot\src\pgoapi\pgoapi\rpc_api.py", line 93, in request
  15. response_dict = self._parse_main_response(response, subrequests)
  16. File "c:\users\<username>\documents\pythonscripts\pokemongo-bot\src\pgoapi\pgoapi\rpc_api.py", line 201, in _parse_main_response
  17. response_proto_dict = self._parse_sub_responses(response_proto, subrequests, response_proto_dict)
  18. File "c:\users\<username>\documents\pythonscripts\pokemongo-bot\src\pgoapi\pgoapi\rpc_api.py", line 208, in _parse_sub_responses
  19. del response_proto_dict['returns']
  20. KeyError: 'returns'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement