Opened 12 years ago

Closed 12 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 by Bro, 12 years ago

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 by Calum, 12 years ago

Resolution: duplicate
Status: newclosed

Already fixed #2164

Note: See TracTickets for help on using tickets.