Skip to content

Instantly share code, notes, and snippets.

@philipcristiano
Created December 12, 2012 17:12
Show Gist options
  • Save philipcristiano/4269650 to your computer and use it in GitHub Desktop.
Save philipcristiano/4269650 to your computer and use it in GitHub Desktop.
Tracelytics Tornado Oboe errors with version 1.3.4
File "/apps/production/api/virtualenvs/api/local/lib/python2.7/site-packages/tornado/ioloop.py", line 327, in start
self._handlers[fd](fd, events)
File "/apps/production/api/virtualenvs/api/local/lib/python2.7/site-packages/tornado/stack_context.py", line 190, in __call__
return super(_StackContextWrapper, self).__call__(*args, **kwargs)
File "/apps/production/api/virtualenvs/api/local/lib/python2.7/site-packages/tornado/curl_httpclient.py", line 133, in _handle_events
self._finish_pending_requests()
File "/apps/production/api/virtualenvs/api/local/lib/python2.7/site-packages/tornado/curl_httpclient.py", line 187, in _finish_pending_requests
self._finish(curl)
File "/apps/production/api/virtualenvs/api/local/lib/python2.7/site-packages/tornado/curl_httpclient.py", line 249, in _finish
oboeware.tornado.AsyncHTTPClient_finish(info["request"], info["callback"], info["headers"])
File "/apps/production/api/virtualenvs/api/local/lib/python2.7/site-packages/oboeware/tornado.py", line 77, in AsyncHTTPClient_finish
ev = callback._oboe_ctx.create_event('exit', 'cURL') # adds edge to md
File "/apps/production/api/virtualenvs/api/local/lib/python2.7/site-packages/oboe/oboe_ext.py", line 74, in <lambda>
__getattr__ = lambda self, name: _swig_getattr(self, Metadata, name)
File "/apps/production/api/virtualenvs/api/local/lib/python2.7/site-packages/oboe/oboe_ext.py", line 55, in _swig_getattr
raise AttributeError(name)
File "/apps/production/api/virtualenvs/api/local/lib/python2.7/site-packages/tornado/ioloop.py", line 421, in _run_callback
callback()
File "/apps/production/api/virtualenvs/api/local/lib/python2.7/site-packages/tornado/stack_context.py", line 189, in __call__
with async.OboeContextManager(self):
File "/apps/production/api/virtualenvs/api/local/lib/python2.7/site-packages/oboeware/async.py", line 24, in __enter__
if ctx and ctx.is_valid():
File "/apps/production/api/virtualenvs/api/local/lib/python2.7/site-packages/oboe/oboe_ext.py", line 74, in <lambda>
__getattr__ = lambda self, name: _swig_getattr(self, Metadata, name)
File "/apps/production/api/virtualenvs/api/local/lib/python2.7/site-packages/oboe/oboe_ext.py", line 55, in _swig_getattr
raise AttributeError(name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment