Skip to content

Instantly share code, notes, and snippets.

@bendikro
Created November 22, 2015 15:30
Show Gist options
  • Save bendikro/3991f80304326a77d41a to your computer and use it in GitHub Desktop.
Save bendikro/3991f80304326a77d41a to your computer and use it in GitHub Desktop.
web server timeout
; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/45.0.2454.101 Chrome/45.0.2454.101 Safari/537.36"
16:28:40.018 [ERROR ][deluge.ui.web.json_api :1193] [Failure instance: Traceback: <type 'exceptions.RuntimeError'>: Request.finish called on a request after its connection was lost; use Request.notifyFinish to keep track of this.
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:577:_runCallbacks
/home/bro/programmer/deluge/deluge_workdirs/client_side/deluge/ui/web/json_api.py:548:on_complete
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:382:callback
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:490:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.7/dist-packages/twisted/internet/defer.py:577:_runCallbacks
/home/bro/programmer/deluge/deluge_workdirs/client_side/deluge/ui/web/json_api.py:219:_on_rpc_request_finished
/home/bro/programmer/deluge/deluge_workdirs/client_side/deluge/ui/web/json_api.py:262:_send_response
/usr/lib/python2.7/dist-packages/twisted/web/server.py:228:finish
/usr/lib/python2.7/dist-packages/twisted/web/http.py:930:finish
]
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 577, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/home/bro/programmer/deluge/deluge_workdirs/client_side/deluge/ui/web/json_api.py", line 219, in _on_rpc_request_finished
return self._send_response(request, response)
File "/home/bro/programmer/deluge/deluge_workdirs/client_side/deluge/ui/web/json_api.py", line 262, in _send_response
request.finish()
File "/usr/lib/python2.7/dist-packages/twisted/web/server.py", line 228, in finish
return http.Request.finish(self)
File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 930, in finish
"Request.finish called on a request after its connection was lost; "
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