Discussion:
[Deluge] #3109: Cannot open preferences in GTK UI - KeyError: 'PreferencesManager'
Deluge
2017-09-03 19:02:37 UTC
Permalink
#3109: Cannot open preferences in GTK UI - KeyError: 'PreferencesManager'
--------------------+----------------------------
Reporter: kapsh | Owner:
Type: bug | Status: new
Priority: major | Milestone: needs verified
Component: GTK UI | Version: 1.3.15
Keywords: |
--------------------+----------------------------
I can open Preferences window in Web UI and if disconnected from daemon
but in GTK UI it won't show. The error shown is:

{{{
Unhandled error in Deferred:


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 393, in callback
self._startRunCallbacks(result)
File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py",
line 501, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib64/python2.7/site-packages/twisted/internet/defer.py",
line 588, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib64/python2.7/site-
packages/deluge/ui/gtkui/preferences.py", line 221, in
_on_get_cache_status
self._show()
File "/usr/lib64/python2.7/site-
packages/deluge/ui/gtkui/preferences.py", line 323, in _show
lt_single_proxy = component.get("PreferencesManager").LT_SINGLE_PROXY
File "/usr/lib64/python2.7/site-packages/deluge/component.py", line 427,
in get
return _ComponentRegistry.components[name]
exceptions.KeyError: 'PreferencesManager'

}}}

system: Gentoo

deluge: 1.3.15

twisted: 17.5.0

pygobject: 2.28.6

pygtk: 2.24

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/3109>
Deluge <http://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups "Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to deluge-dev+***@googlegroups.com.
To post to this group, send email to deluge-***@googlegroups.com.
Visit this group at https://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.
Deluge
2017-09-03 19:02:54 UTC
Permalink
#3109: Cannot open preferences in GTK UI - KeyError: 'PreferencesManager'
---------------------+----------------------------
Reporter: kapsh | Owner:
Type: bug | Status: new
Priority: major | Milestone: needs verified
Component: GTK UI | Version: 1.3.15
Resolution: | Keywords:
---------------------+----------------------------
Changes (by kapsh):

* Attachment "preferences_fail.log" added.


--
Ticket URL: <http://dev.deluge-torrent.org/ticket/3109>
Deluge <http://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups "Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to deluge-dev+***@googlegroups.com.
To post to this group, send email to deluge-***@googlegroups.com.
Visit this group at https://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.
Deluge
2017-10-04 02:49:54 UTC
Permalink
#3109: Cannot open preferences in GTK UI - KeyError: 'PreferencesManager'
---------------------+----------------------------
Reporter: kapsh | Owner:
Type: bug | Status: new
Priority: major | Milestone: needs verified
Component: GTK UI | Version: 1.3.15
Resolution: | Keywords:
---------------------+----------------------------

Comment (by fmatthew5876):

I have this same or similar issue. It only happens on FreeBSD when I try
to use the gtk client to attach to deluged. I'm using the standard
binaries installed from pkg.

system: FreeBSD 11.1-p1

deluge: 1.3.15

py27-gobject-2.28.6_7

py27-gtk2-2.24.0_4


{{{
Unhandled error in Deferred:


Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-
packages/twisted/protocols/policies.py", line 120, in dataReceived
self.wrappedProtocol.dataReceived(data)
File "/usr/local/lib/python2.7/site-packages/deluge/ui/client.py", line
179, in dataReceived
d.callback(request[2])
File "/usr/local/lib/python2.7/site-packages/twisted/internet/defer.py",
line 393, in callback
self._startRunCallbacks(result)
File "/usr/local/lib/python2.7/site-packages/twisted/internet/defer.py",
line 501, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/local/lib/python2.7/site-packages/twisted/internet/defer.py",
line 588, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/local/lib/python2.7/site-
packages/deluge/ui/gtkui/preferences.py", line 221, in
_on_get_cache_status
self._show()
File "/usr/local/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/local/lib/python2.7/site-packages/deluge/component.py", line
427, in get
return _ComponentRegistry.components[name]
exceptions.KeyError: 'PreferencesManager'
}}}

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/3109#comment:1>
Deluge <http://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups "Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to deluge-dev+***@googlegroups.com.
To post to this group, send email to deluge-***@googlegroups.com.
Visit this group at https://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.
Deluge
2017-11-18 19:24:45 UTC
Permalink
#3109: Cannot open preferences in GTK UI - KeyError: 'PreferencesManager'
---------------------+----------------------------
Reporter: kapsh | Owner:
Type: bug | Status: new
Priority: major | Milestone: needs verified
Component: GTK UI | Version: 1.3.15
Resolution: | Keywords:
---------------------+----------------------------

Comment (by mobius3):

This seems a duplicate of http://dev.deluge-torrent.org/ticket/3039

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/3109#comment:2>
Deluge <http://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups "Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to deluge-dev+***@googlegroups.com.
To post to this group, send email to deluge-***@googlegroups.com.
Visit this group at https://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.
Deluge
2017-11-18 23:02:10 UTC
Permalink
#3109: Cannot open preferences in GTK UI - KeyError: 'PreferencesManager'
------------------------+----------------------------
Reporter: kapsh | Owner:
Type: bug | Status: closed
Priority: major | Milestone: needs verified
Component: GTK UI | Version: 1.3.15
Resolution: Duplicate | Keywords:
------------------------+----------------------------
Changes (by Cas):

* status: new => closed
* resolution: => Duplicate


--
Ticket URL: <http://dev.deluge-torrent.org/ticket/3109#comment:3>
Deluge <http://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups "Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to deluge-dev+***@googlegroups.com.
To post to this group, send email to deluge-***@googlegroups.com.
Visit this group at https://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.
Loading...