You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
I'm running top of develop (943e003) and getting these errors:
It's not the only output I get, but I see a lot of them.
2018-01-25T22:38:43-0600 [DEBUG]: Download took 84.2130088806 for 8 MB
2018-01-25T22:38:43-0600 [INFO]: Download successful for router $4AAD21AD247E6B90D42ADEE8D908B3C6BE023B29.
2018-01-25T22:38:43-0600 [INFO]: Downloading file '64M' over [$547C1CDB516798EC66A01F04A5884DCE1A151919, $A44AE029015BA6FE0E9B90075C55617E0CD1E22B].
2018-01-25T22:38:48-0600 [WARN]: Download failed for router $6CDF0169775404CA9E5664CE327DBC3C5EED6196: <twisted.python.failure.Failure txtorcon.circuit.Circuit: <Circuit 43 FAILED [213.138.109.144] for GENERAL>>.
2018-01-25T22:38:48-0600 [INFO]: Downloading file '64M' over [$32EE911D968BE3E016ECA572BB1ED0A9EE43FC2F, $DA0FE8B5DD9717F52376F55885BC72E619ACD97D].
Unhandled Error
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/click-6.6-py2.7.egg/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
File "build/bdist.linux-x86_64/egg/bwscanner/scanner.py", line 103, in scan
File "/usr/local/lib/python2.7/dist-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1194, in run
self.mainLoop()
File "/usr/local/lib/python2.7/dist-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 1203, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/local/lib/python2.7/dist-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/internet/base.py", line 825, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/local/lib/python2.7/dist-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/internet/tcp.py", line 479, in connectionLost
self._commonConnection.connectionLost(self, reason)
File "/usr/local/lib/python2.7/dist-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/internet/tcp.py", line 293, in connectionLost
protocol.connectionLost(reason)
File "/usr/local/lib/python2.7/dist-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/protocols/tls.py", line 484, in connectionLost
ProtocolWrapper.connectionLost(self, reason)
File "/usr/local/lib/python2.7/dist-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/protocols/policies.py", line 124, in connectionLost
self.factory.unregisterProtocol(self)
File "/usr/local/lib/python2.7/dist-packages/Twisted-16.2.0-py2.7-linux-x86_64.egg/twisted/protocols/policies.py", line 185, in unregisterProtocol
del self.protocols[p]
exceptions.KeyError: <<class 'twisted.internet.tcp.Client'> to ('127.0.0.1', 43337) at 7f5347412690>
Not sure what else I can provide except even more logs (running with debug logging).
The text was updated successfully, but these errors were encountered:
I'm running top of develop (943e003) and getting these errors:
It's not the only output I get, but I see a lot of them.
Not sure what else I can provide except even more logs (running with debug logging).
The text was updated successfully, but these errors were encountered: