Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Unhandled Error on disconnect #81

Open
ln5 opened this issue Feb 5, 2018 · 0 comments
Open

Unhandled Error on disconnect #81

ln5 opened this issue Feb 5, 2018 · 0 comments
Labels

Comments

@ln5
Copy link

ln5 commented Feb 5, 2018

Possibly related to #70, I see this (in addition to the backtrace in #70):

2018-02-05T16:04:48+0100 [INFO]: Downloading file '4M' over [$771E0824EF82D85E04D80116554111E37F7EB796, $A3CB2E3D24A1688DC7213988B1BE9321B62AAD8C].
Unhandled Error
Traceback (most recent call last):
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 916, in dispatcher
return func(*args, **kwargs)
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 1480, in _finishResponse_WAITING
self._giveUp(Failure(reason))
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 1533, in _giveUp
self._disconnectParser(reason)
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 1521, in _disconnectParser
parser.connectionLost(reason)
--- ---
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 537, in connectionLost
self.response._bodyDataFinished()
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 916, in dispatcher
return func(*args, **kwargs)
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 1169, in _bodyDataFinished_CONNECTED
self._bodyProtocol.connectionLost(reason)
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/client.py", line 2113, in connectionLost
self.deferred.callback(b''.join(self.dataBuffer))
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 393, in callback
self._startRunCallbacks(result)
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 494, in _startRunCallbacks
raise AlreadyCalledError
twisted.internet.defer.AlreadyCalledError:

2018-02-05T16:04:56+0100 [CRITICAL]: Unhandled Error
Traceback (most recent call last):
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 916, in dispatcher
return func(*args, **kwargs)
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 1480, in _finishResponse_WAITING
self._giveUp(Failure(reason))
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 1533, in _giveUp
self._disconnectParser(reason)
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 1521, in _disconnectParser
parser.connectionLost(reason)
--- ---
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 537, in connectionLost
self.response._bodyDataFinished()
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 916, in dispatcher
return func(*args, **kwargs)
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/_newclient.py", line 1169, in _bodyDataFinished_CONNECTED
self._bodyProtocol.connectionLost(reason)
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/web/client.py", line 2113, in connectionLost
self.deferred.callback(b''.join(self.dataBuffer))
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 393, in callback
self._startRunCallbacks(result)
File "/home/bwscanner/.local/lib/python2.7/site-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 494, in _startRunCallbacks
raise AlreadyCalledError
twisted.internet.defer.AlreadyCalledError:

Pasting two backtraces here since I'm not sure what lines before and after the backtrace belong to which backtrace.

@DonnchaC DonnchaC added the bug label Feb 5, 2018
@juga0 juga0 added this to the simple_working milestone Mar 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants