When connected to a remote deluge daemon the preference panel will not open and throws the following exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/twisted/protocols/policies.py", line 120, in dataReceived self.wrappedProtocol.dataReceived(data) File "/usr/lib/python2.7/site-packages/deluge/ui/client.py", line 179, in dataReceived d.callback(request[2]) File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 393, in callback self._startRunCallbacks(result) File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 501, in _startRunCallbacks self._runCallbacks()
- <exception caught here> --- File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 588, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/preferences.py", line 221, in _on_get_cache_status self._show() File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/preferences.py", line 323, in _show lt_single_proxy = component.get("PreferencesManager").LT_SINGLE_PROXY File "/usr/lib/python2.7/site-packages/deluge/component.py", line 427, in get return _ComponentRegistry.components[name]
exceptions.KeyError: 'PreferencesManager'