Deluge exceptions.AttributeError
Posted: Mon May 06, 2013 4:53 pm
Hi all, I'm running a deluged server, but whenever I try to connect it with deluge I get this error:
I have the Enable classic mode checkbox not checked
Thanks
Code: Select all
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/protocols/policies.py", line 118, in dataReceived
self.wrappedProtocol.dataReceived(data)
File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 179, in dataReceived
d.callback(request[2])
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 362, in callback
self._startRunCallbacks(result)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 458, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/media/TPB/Program Files/deluge/plugins/Stats-0.4.0-py2.7.egg/stats/gtkui.py", line 271, in cb_get_status
self.status_item.set_text("S: %s T: %s"%tuple(map(format_str,st)))
exceptions.AttributeError: 'GtkUI' object has no attribute 'status_item'
Thanks