Stats plugin error

General support for problems installing or using Deluge
Post Reply
Vndtta
New User
New User
Posts: 9
Joined: Fri Jan 04, 2013 11:38 am

Stats plugin error

Post by Vndtta »

Hi, whenever I load deluge with stats plugin enabled I get this in stderr

"Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/twisted/protocols/policies.py", line 120, in dataReceived
self.wrappedProtocol.dataReceived(data)
File "/usr/lib64/python2.7/site-packages/deluge/ui/client.py", line 179, in dataReceived
d.callback(request[2])
File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 381, in callback
self._startRunCallbacks(result)
File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 489, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 576, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "~/.config/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'"

Any idea how to fix it?

Thanks
Post Reply