Custom Query (1753 matches)

Filters
 
Columns

Show under each result:


Results (34 - 36 of 1753)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#910 fixed Global name 'torrent_id' is not defined in TorrentManager.on_alert_tracker_reply andar alex3d

Reported by alex3d, 4 years ago.

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
#925 invalid [win32] Broken i18n andar alex3d

Reported by alex3d, 4 years ago.

description

Untranslated strings are shown in some gui parts however these strings have translations in .mo files (in linux these gui parts are translated correctly). Untranslated parts: "add torrents" dialog, preferences dialog, state\tracker sidebar, etc.

#817 fixed EMail Notification fails to substitute format strings andar AlexanderS

Reported by AlexanderS, 4 years ago.

description

Hi, today I tried the EMail Notification and got a Mail like this:

This email is to inform you that Deluge has finished downloading %s ,             which includes %i files.
To stop receiving these alerts, simply turn off             email notification in Deluge's preferences.

Thank you,
Deluge

I think that the %s and %i should be substitut by the real value. Attached is a patch to fix this problem.

Alex

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.