Opened 13 years ago
Closed 13 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'
Note:
See TracTickets
for help on using tickets.



This is on Ubuntu 12.10 which ships with twisted 12.2.0-1.
Apparently, NoResource has been removed from in the newer versions.