Ticket #135 (assigned defect)
Twisted 9.0 windows problem
| Reported by: | bug | Owned by: | desmaj |
|---|---|---|---|
| Priority: | major | Milestone: | Orbited 0.7.11 |
| Component: | Orbited Daemon | Version: | Orbited 0.7.10 |
| Keywords: | Cc: | uszywieloryba@… |
Description
I have upgraded to Twisted 9.0 and I get the following traceback on the Orbited console, when the javascript Orbited client is being shut down (the browser changes location):
Traceback (most recent call last):
File "c:\Python26\lib\site-packages\twisted\protocols\basic.py", line 238, in dataReceived
why = self.lineReceived(line)
File "c:\Python26\lib\site-packages\twisted\web\http.py", line 1498, in lineReceived
self.allContentReceived()
File "c:\Python26\lib\site-packages\twisted\web\http.py", line 1566, in allContentReceived
req.requestReceived(command, path, version)
File "c:\Python26\lib\site-packages\twisted\web\http.py", line 741, in requestReceived
self.process()
--- <exception caught here> ---
File "c:\Python26\lib\site-packages\twisted\web\server.py", line 125, in process
self.render(resrc)
File "c:\Python26\lib\site-packages\twisted\web\server.py", line 132, in render
body = resrc.render(self)
File "c:\Python26\lib\site-packages\orbited-0.7.10-py2.6.egg\orbited\transports\base.py", line 21, in render
self.conn.transportOpened(self)
File "c:\Python26\lib\site-packages\orbited-0.7.10-py2.6.egg\orbited\cometsession.py", line 304, in transportOpened
self.cometTransport.close()
File "c:\Python26\lib\site-packages\orbited-0.7.10-py2.6.egg\orbited\transports\base.py", line 72, in close
self.request.finish()
File "c:\Python26\lib\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.