Skip to content

Instantly share code, notes, and snippets.

@skyl
Created January 31, 2010 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skyl/291188 to your computer and use it in GitHub Desktop.
Save skyl/291188 to your computer and use it in GitHub Desktop.
2010-01-31 12:58:37-0600 [-] Unhandled Error
Traceback (most recent call last):
File "/home/skyl/envs-projs/hotdot_env/lib/python2.5/site-packages/twisted/application/app.py", line 445, in startReactor
self.config, oldstdout, oldstderr, self.profiler, reactor)
File "/home/skyl/envs-projs/hotdot_env/lib/python2.5/site-packages/twisted/application/app.py", line 348, in runReactorWithLogging
reactor.run()
File "/home/skyl/envs-projs/hotdot_env/lib/python2.5/site-packages/twisted/internet/base.py", line 1166, in run
self.mainLoop()
File "/home/skyl/envs-projs/hotdot_env/lib/python2.5/site-packages/twisted/internet/base.py", line 1175, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/home/skyl/envs-projs/hotdot_env/lib/python2.5/site-packages/twisted/internet/base.py", line 779, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/home/skyl/envs-projs/hotdot_env/lib/python2.5/site-packages/orbited/cometsession.py", line 335, in timeout
self.close("timeout", True)
File "/home/skyl/envs-projs/hotdot_env/lib/python2.5/site-packages/orbited/cometsession.py", line 365, in close
self.hardClose()
File "/home/skyl/envs-projs/hotdot_env/lib/python2.5/site-packages/orbited/cometsession.py", line 352, in hardClose
self.cometTransport.close()
File "/home/skyl/envs-projs/hotdot_env/lib/python2.5/site-packages/orbited/transports/base.py", line 72, in close
self.request.finish()
File "/home/skyl/envs-projs/hotdot_env/lib/python2.5/site-packages/twisted/web/http.py", line 828, in finish
"Request.finish called on a request after its connection was lost; "
exceptions.RuntimeError: Request.finish called on a request after its connection was lost; use Request.notifyFinish to keep track of this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment