I keep seeing this which stops my server from functioning properly.
What is this error? How do I fix this?
08/23/10 23:18:14:777 DEBUG orbited.transports.base.CometTransport
calling finish
Traceback (most recent call last):
File "/usr/local/bin/orbited", line 9, in <module>
load_entry_point('orbited==0.7.10', 'console_scripts', 'orbited')
()
File "/usr/local/lib/python2.6/dist-packages/orbited-0.7.10-
py2.6.egg/orbited/start.py", line 183, in main
reactor.run()
File "/usr/local/lib/python2.6/dist-packages/Twisted-9.0.0_r29765-
py2.6-linux-x86_64.egg/twisted/internet/base.py", line 1170, in run
self.mainLoop()
File "/usr/local/lib/python2.6/dist-packages/Twisted-9.0.0_r29765-
py2.6-linux-x86_64.egg/twisted/internet/base.py", line 1179, in
mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/local/lib/python2.6/dist-packages/Twisted-9.0.0_r29765-
py2.6-linux-x86_64.egg/twisted/internet/base.py", line 778, in
runUntilCurrent
call.func(*call.args, **
call.kw)
File "/usr/local/lib/python2.6/dist-packages/orbited-0.7.10-
py2.6.egg/orbited/cometsession.py", line 330, in sendPing
self.send(TCPPing())
File "/usr/local/lib/python2.6/dist-packages/orbited-0.7.10-
py2.6.egg/orbited/cometsession.py", line 394, in send
self.cometTransport.flush()
File "/usr/local/lib/python2.6/dist-packages/orbited-0.7.10-
py2.6.egg/orbited/transports/base.py", line 45, in flush
self.write(self.packets)
File "/usr/local/lib/python2.6/dist-packages/orbited-0.7.10-
py2.6.egg/orbited/transports/longpoll.py", line 29, in write
self.close()
File "/usr/local/lib/python2.6/dist-packages/orbited-0.7.10-
py2.6.egg/orbited/transports/base.py", line 72, in close
self.request.finish()
File "/usr/local/lib/python2.6/dist-packages/Twisted-9.0.0_r29765-
py2.6-linux-x86_64.egg/twisted/web/http.py", line 900, in finish
"Request.finish called on a request after its connection was lost;
"