Skip to content

Instantly share code, notes, and snippets.

@kacieh80
Created April 23, 2014 02:44
Show Gist options
  • Save kacieh80/644445ef51162e7faada to your computer and use it in GitHub Desktop.
Save kacieh80/644445ef51162e7faada to your computer and use it in GitHub Desktop.
momoko stacktrace
2014-04-22 10:33:10,511 ERROR [web.py:1228] Uncaught exception GET /account/name/qertqw45454r (127.0.0.1)
HTTPRequest(protocol='http', host='yolo', method='GET', uri='/account/name/qertqw45454r', version='HTTP/1.1', remote_ip='127.0.0.1', headers={'Accept-Encoding': 'gzip', 'Accept': 'application/json', 'Host': 'yolo', 'Request-Id': 'removed', 'X-Auth-Token': 'removed', 'Connection': 'close', 'X-Auth-User': 'removed', 'X-Auth-Roles': 'removed'})
Traceback (most recent call last):
File "/usr/local/yolo_service/lib/python2.7/site-packages/tornado-3.1.1-py2.7.egg/tornado/web.py", line 1115, in _stack_context_handle_exception
raise_exc_info((type, value, traceback))
File "/usr/local/yolo_service/lib/python2.7/site-packages/tornado-3.1.1-py2.7.egg/tornado/stack_context.py", line 302, in wrapped
ret = fn(*args, **kwargs)
File "/usr/local/yolo_service/lib/python2.7/site-packages/Momoko-1.0.0-py2.7.egg/momoko/connection.py", line 257, in io_callback
self.ioloop.update_handler(self.fileno, IOLoop.WRITE)
File "/usr/local/yolo_service/lib/python2.7/site-packages/tornado-3.1.1-py2.7.egg/tornado/ioloop.py", line 529, in update_handler
self._impl.modify(fd, events | self.ERROR)
IOError: [Errno 9] Bad file descriptor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment