Opened 11 years ago

Closed 11 years ago

#2230 closed bug (Duplicate)

Exception in on_download_icon_fail (deluge/ui/tracker_icons.py)

Reported by: bro Owned by:
Priority: minor Milestone: 1.3.6
Component: GTK UI Version: 1.3.5
Keywords: Cc:

Description

File "/home/bro/programmer/deluge/deluge/deluge/ui/tracker_icons.py", line 385, in on_download_icon_fail
    elif f.check(error.NoResource, error.ForbiddenResource) and icons:
exceptions.AttributeError: 'module' object has no attribute 'NoResource'

Change History (2)

comment:1 Changed 11 years ago by bro

This is on Ubuntu 12.10 which ships with twisted 12.2.0-1.

Apparently, NoResource has been removed from in the newer versions.

comment:2 Changed 11 years ago by Cas

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

Already fixed #2164

Note: See TracTickets for help on using tickets.