Advertisement
Guest User

Untitled

a guest
May 16th, 2015
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. [17/May/2015:00:31:18] ENGINE Bus STARTING
  2. [17/May/2015:00:31:18] ENGINE Forking once.
  3. [17/May/2015:00:31:18] ENGINE Forking twice.
  4. [17/May/2015:00:31:18] ENGINE Daemonized to PID: 5087
  5. [17/May/2015:00:31:18] ENGINE Started monitor thread 'Monitor'.
  6. [17/May/2015:00:31:18] ENGINE PID 5087 written to '/var/run/mineos.pid'.
  7. [17/May/2015:00:31:18] ENGINE Started monitor thread '_TimeoutMonitor'.
  8. [17/May/2015:00:31:18] ENGINE Started monitor thread 'Autoreloader'.
  9. [17/May/2015:00:31:18] ENGINE Serving on 0.0.0.0:8080
  10. [17/May/2015:00:31:18] ENGINE Bus STARTED
  11. [17/May/2015:00:31:46] ENGINE Started monitor thread 'Session cleanup'.
  12. [17/May/2015:00:31:46] HTTP
  13. Request Headers:
  14. REFERER: https://192.99.18.223:8080/
  15. HOST: 192.99.18.223:8080
  16. CONNECTION: keep-alive
  17. Remote-Addr: 69.117.145.144
  18. ACCEPT: application/json, text/javascript, */*; q=0.01
  19. USER-AGENT: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36
  20. X-REQUESTED-WITH: XMLHttpRequest
  21. ACCEPT-LANGUAGE: en-US,en;q=0.8
  22. ACCEPT-ENCODING: gzip, deflate, sdch
  23. COOKIE: session_id=b452e66c7ab1a949db10cafd5d163f2708859c2e
  24. [17/May/2015:00:31:46] HTTP Traceback (most recent call last):
  25. File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 656, in respond
  26. response.body = self.handler()
  27. File "/usr/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 188, in __call__
  28. self.body = self.oldhandler(*args, **kwargs)
  29. File "/usr/lib/python2.7/dist-packages/cherrypy/lib/jsontools.py", line 61, in json_handler
  30. value = cherrypy.serving.request._json_inner_handler(*args, **kwargs)
  31. File "/usr/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py", line 34, in __call__
  32. return self.callable(*self.args, **self.kwargs)
  33. File "/home/minecraft/mounts.py", line 25, in newfunc
  34. return func(*args, **kwargs)
  35. File "/home/minecraft/mounts.py", line 365, in server
  36. owner = mc.has_server_rights(self.login, server_name, self.base_directory)
  37. File "/home/minecraft/mounts.py", line 248, in login
  38. return str(cherrypy.session['_cp_username'])
  39. File "/usr/lib/python2.7/dist-packages/cherrypy/__init__.py", line 230, in __getitem__
  40. return child[key]
  41. File "/usr/lib/python2.7/dist-packages/cherrypy/lib/sessions.py", line 263, in __getitem__
  42. return self._data[key]
  43. KeyError: '_cp_username'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement