#2217 closed bug (Fixed)
Exception is thrown in gtkui when opening preferences
Reported by: | Bro | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.x |
Component: | GTK UI | Version: | master |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.
The tested parts work well.
https://github.com/bendikro/deluge/commit/master-preferences-exception-handling