Code: Select all
deluge-web
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 277, in connectionLost
protocol.connectionLost(reason)
File "/usr/lib/python2.7/dist-packages/twisted/web/client.py", line 191, in connectionLost
self.factory._disconnectedDeferred.callback(None)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 368, in callback
self._startRunCallbacks(result)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 464, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 551, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.7/dist-packages/deluge/ui/tracker_icons.py", line 358, in on_download_icon_complete
icon = TrackerIcon(icon_name)
File "/usr/lib/python2.7/dist-packages/deluge/ui/tracker_icons.py", line 69, in __init__
self.filename = os.path.abspath(filename)
File "/usr/lib/python2.7/posixpath.py", line 352, in abspath
if not isabs(path):
File "/usr/lib/python2.7/posixpath.py", line 61, in isabs
return s.startswith('/')
exceptions.AttributeError: 'NoneType' object has no attribute 'startswith'
What to do and where to look?
Enjoyed the google translator