Skip to content

Instantly share code, notes, and snippets.

@Equidamoid
Created August 18, 2014 20:57
Show Gist options
  • Save Equidamoid/5ae9ee20a8d5a7d197a4 to your computer and use it in GitHub Desktop.
Save Equidamoid/5ae9ee20a8d5a7d197a4 to your computer and use it in GitHub Desktop.
2014-08-19 00:19:07,572 - tornado.application - ERROR - Exception in callback functools.partial(<function wrap.<locals>.null_wrapper at 0x7f01245e3c20>, <tornado.concurrent.Future object at 0x7f0124587050>)
Traceback (most recent call last):
File "/.../lib/python3.3/site-packages/tornado/gen.py", line 622, in run
yielded = self.gen.send(value)
StopIteration: HTTPResponse(_body=None,buffer=<_io.BytesIO object at 0x7f0124583a10>,code=200,effective_url='https://talkgadget.google.com/u/0/talkgadget/_/channel/bind?...',error=None,headers={...},reason='OK',request=<tornado.httpclient.HTTPRequest object at 0x7f012464d290>,request_time=245.30436730384827,time_info={})
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/.../lib/python3.3/site-packages/tornado/ioloop.py", line 565, in _run_callback
ret = callback()
File "/.../lib/python3.3/site-packages/tornado/stack_context.py", line 275, in null_wrapper
return fn(*args, **kwargs)
File "/.../lib/python3.3/site-packages/tornado/gen.py", line 697, in <lambda>
self.future, lambda f: self.run())
File "/.../lib/python3.3/site-packages/tornado/gen.py", line 639, in run
self.result_future.set_result(getattr(e, 'value', None))
File "/.../lib/python3.3/site-packages/tornado/concurrent.py", line 145, in set_result
self._set_done()
File "/.../lib/python3.3/site-packages/tornado/concurrent.py", line 177, in _set_done
cb(self)
File "hangups/hangups/http_utils.py", line 31, in done_callback
self.set_result(future)
File "/.../lib/python3.3/site-packages/tornado/concurrent.py", line 145, in set_result
self._set_done()
File "/.../lib/python3.3/site-packages/tornado/concurrent.py", line 175, in _set_done
for cb in self._callbacks:
TypeError: 'NoneType' object is not iterable
2014-08-19 00:23:07,572 - tornado.application - ERROR - Exception in callback functools.partial(<function wrap.<locals>.null_wrapper at 0x7f01245e3e60>, <tornado.concurrent.Future object at 0x7f0124587c50>)
Traceback (most recent call last):
File "/.../lib/python3.3/site-packages/tornado/gen.py", line 622, in run
yielded = self.gen.send(value)
StopIteration: HTTPResponse(_body=None,buffer=<_io.BytesIO object at 0x7f0124583598>,code=200,effective_url='https://talkgadget.google.com/u/0/talkgadget/_/channel/bind?RID=rpc&t=1&ec=...',error=None,headers={...},reason='OK',request=<tornado.httpclient.HTTPRequest object at 0x7f0124587f50>,request_time=215.1999750137329,time_info={})
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/.../lib/python3.3/site-packages/tornado/ioloop.py", line 565, in _run_callback
ret = callback()
File "/.../lib/python3.3/site-packages/tornado/stack_context.py", line 275, in null_wrapper
return fn(*args, **kwargs)
File "/.../lib/python3.3/site-packages/tornado/gen.py", line 697, in <lambda>
self.future, lambda f: self.run())
File "/.../lib/python3.3/site-packages/tornado/gen.py", line 639, in run
self.result_future.set_result(getattr(e, 'value', None))
File "/.../lib/python3.3/site-packages/tornado/concurrent.py", line 145, in set_result
self._set_done()
File "/.../lib/python3.3/site-packages/tornado/concurrent.py", line 177, in _set_done
cb(self)
File "hangups/hangups/http_utils.py", line 31, in done_callback
self.set_result(future)
File "/.../lib/python3.3/site-packages/tornado/concurrent.py", line 145, in set_result
self._set_done()
File "/.../lib/python3.3/site-packages/tornado/concurrent.py", line 175, in _set_done
for cb in self._callbacks:
TypeError: 'NoneType' object is not iterable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment