Advertisement
Guest User

Untitled

a guest
Jul 17th, 2016
649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. [!] Your given location: LOCATION
  2. [!] lat/long/alt: LAT LON 0.0
  3. [!] login for: USERNAME
  4. [+] RPC Session Token: TOKEN
  5. [+] Received API endpoint: https://pgorelease.nianticlabs.com/plfe/372/rpc
  6. [-] Ooops...
  7. 127.0.0.1 - - [17/Jul/2016 08:28:00] "GET / HTTP/1.1" 500 -
  8. Traceback (most recent call last):
  9. File "/Library/Python/2.7/site-packages/flask/app.py", line 2000, in __call__
  10. return self.wsgi_app(environ, start_response)
  11. File "/Library/Python/2.7/site-packages/flask/app.py", line 1991, in wsgi_app
  12. response = self.make_response(self.handle_exception(e))
  13. File "/Library/Python/2.7/site-packages/flask/app.py", line 1567, in handle_exception
  14. reraise(exc_type, exc_value, tb)
  15. File "/Library/Python/2.7/site-packages/flask/app.py", line 1988, in wsgi_app
  16. response = self.full_dispatch_request()
  17. File "/Library/Python/2.7/site-packages/flask/app.py", line 1641, in full_dispatch_request
  18. rv = self.handle_user_exception(e)
  19. File "/Library/Python/2.7/site-packages/flask/app.py", line 1544, in handle_user_exception
  20. reraise(exc_type, exc_value, tb)
  21. File "/Library/Python/2.7/site-packages/flask/app.py", line 1639, in full_dispatch_request
  22. rv = self.dispatch_request()
  23. File "/Library/Python/2.7/site-packages/flask/app.py", line 1625, in dispatch_request
  24. return self.view_functions[rule.endpoint](**req.view_args)
  25. File "/Users/USER/Downloads/PokemonGo-Map-master/example.py", line 235, in fullmap
  26. main()
  27. File "/Users/USER/Downloads/PokemonGo-Map-master/example.py", line 319, in main
  28. h = heartbeat(api_endpoint, access_token, response)
  29. File "/Users/USER/Downloads/PokemonGo-Map-master/example.py", line 221, in heartbeat
  30. response.unknown7,
  31. AttributeError: 'NoneType' object has no attribute 'unknown7'
  32. 127.0.0.1 - - [17/Jul/2016 08:28:00] "GET /?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 -
  33. 127.0.0.1 - - [17/Jul/2016 08:28:00] "GET /?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 -
  34. 127.0.0.1 - - [17/Jul/2016 08:28:00] "GET /?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 -
  35. 127.0.0.1 - - [17/Jul/2016 08:28:00] "GET /?__debugger__=yes&cmd=resource&f=ubuntu.ttf HTTP/1.1" 200 -
  36. 127.0.0.1 - - [17/Jul/2016 08:28:00] "GET /?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement