Advertisement
riccardocagnasso

Untitled

May 14th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/phas/virtualenvs/shareonce/local/lib/python2.7/site-packages/gunicorn/workers/async.py", line 45, in handle
  3. self.handle_request(listener, req, client, addr)
  4. File "/home/phas/virtualenvs/shareonce/local/lib/python2.7/site-packages/gunicorn/workers/ggevent.py", line 151, in handle_request
  5. super(GeventWorker, self).handle_request(*args)
  6. File "/home/phas/virtualenvs/shareonce/local/lib/python2.7/site-packages/gunicorn/workers/async.py", line 93, in handle_request
  7. respiter = self.wsgi(environ, resp.start_response)
  8. File "/home/phas/virtualenvs/shareonce/local/lib/python2.7/site-packages/pyramid-1.5-py2.7.egg/pyramid/router.py", line 242, in __call__
  9. response = self.invoke_subrequest(request, use_tweens=True)
  10. File "/home/phas/virtualenvs/shareonce/local/lib/python2.7/site-packages/pyramid-1.5-py2.7.egg/pyramid/router.py", line 217, in invoke_subrequest
  11. response = handle_request(request)
  12. File "/home/phas/virtualenvs/shareonce/local/lib/python2.7/site-packages/pyramid-1.5-py2.7.egg/pyramid/tweens.py", line 21, in excview_tween
  13. response = handler(request)
  14. File "/home/phas/virtualenvs/shareonce/local/lib/python2.7/site-packages/pyramid_tm-0.7-py2.7.egg/pyramid_tm/__init__.py", line 82, in tm_tween
  15. reraise(*exc_info)
  16. File "/home/phas/virtualenvs/shareonce/local/lib/python2.7/site-packages/pyramid_tm-0.7-py2.7.egg/pyramid_tm/__init__.py", line 63, in tm_tween
  17. response = handler(request)
  18. File "/home/phas/virtualenvs/shareonce/local/lib/python2.7/site-packages/pyramid-1.5-py2.7.egg/pyramid/router.py", line 163, in handle_request
  19. response = view_callable(context, request)
  20. File "/home/phas/virtualenvs/shareonce/local/lib/python2.7/site-packages/pyramid-1.5-py2.7.egg/pyramid/config/views.py", line 385, in viewresult_to_response
  21. result = view(context, request)
  22. File "/home/phas/virtualenvs/shareonce/local/lib/python2.7/site-packages/pyramid-1.5-py2.7.egg/pyramid/config/views.py", line 501, in _requestonly_view
  23. response = view(request)
  24. File "/home/phas/projects/shareonce/shareonce/views/file.py", line 42, in socketio_service
  25. request)
  26. File "/home/phas/virtualenvs/shareonce/local/lib/python2.7/site-packages/gevent_socketio-0.3.6-py2.7.egg/socketio/__init__.py", line 67, in socketio_manage
  27. socket = environ['socketio']
  28. KeyError: 'socketio'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement