Opened 12 years ago

Closed 11 years ago

Last modified 7 years ago

#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.

Change History (3)

comment:2 by Calum, 11 years ago

Resolution: fixed
Status: newclosed

Fixed develop: bf77f42674326

comment:3 by Calum, 7 years ago

Milestone: 2.0.x2.x

Milestone renamed

Note: See TracTickets for help on using tickets.