#2217: Exception is thrown in gtkui when opening preferences
-------------------+--------------------------------------------------------
Reporter: bro | Owner:
Type: bug | Status: new
Priority: minor | Milestone: 1.4.0
Component: gtkui | Version: git master
Keywords: |
-------------------+--------------------------------------------------------
Connecting to the daemon and opening the preferences gives this error in
the terminal:
{{{
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line
551, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File
"/home/bro/programmer/deluge/deluge/deluge/ui/gtkui/preferences.py", line
1105, in on_fail
if failure.value.exception_type == 'NotAuthorizedError':
exceptions.AttributeError: 'NotAuthorizedError' object has no attribute
'exception_type'
}}}
Apparently there is authentication issues causing some code to run that
hasn't been tested lately.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2217>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.