Opened 17 years ago
Closed 17 years ago
#910 closed bug (Fixed)
Global name 'torrent_id' is not defined in TorrentManager.on_alert_tracker_reply
| Reported by: | alex3d | Owned by: | andar |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core | Version: | 1.1.7 |
| Keywords: | Cc: |
Description
Traceback (most recent call last):
File "/var/lib/python-support/python2.6/deluge/core/torrentmanager.py", line 702, in on_alert_tracker_reply
self.torrents[torrent_id].scrape_tracker()
NameError: global name 'torrent_id' is not defined
Note:
See TracTickets
for help on using tickets.



Fixed [5219]