Opened 11 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 Changed 11 years ago by Cas

  • Resolution set to fixed
  • Status changed from new to closed

Fixed develop: bf77f42674326

comment:3 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.x

Milestone renamed

Note: See TracTickets for help on using tickets.