Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (412 - 414 of 2447)

Ticket Resolution Summary Owner Reporter
#815 Fixed Checking Queue still stuck. andar anonymous
Description

The checking queue still seems to stick, requiring a restart of the client and daemon before it will continue on, before finally refusing to hash check the last torrent you have.

Not sure if it's because I'm trying to hash check 130 torrents are once at what, but it still happens.

Mind you, it could be Ubuntu's fault. Running Deluge 1.1.3 from the Ubuntu repositories.

#817 Fixed EMail Notification fails to substitute format strings andar AlexanderS
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

#823 Fixed deluge -u console -a "config --set [attribute] -1.0" fails andar michael.stonier@gmail.com
Description

Attempting to use the proposed work around for lack of scheduling as found here: http://dev.deluge-torrent.org/wiki/UserGuide/Scheduling Adapting the technique to set attributes unlimited (ie, -1 or -1.0 depending on data type) fails. Easy enough to just use a ridiculously large value, but behaviour should match with GUI and the core.conf contents. Following output to the console:

File "/usr/bin/deluge", line 8, in <module>

load_entry_point('deluge==1.1.3', 'console_scripts', 'deluge')()

File "/var/lib/python-support/python2.5/deluge/main.py", line 120, in start_ui

UI(options, args, options.args)

File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 63, in init

ui = ConsoleUI(ui_args).run()

File "/var/lib/python-support/python2.5/deluge/ui/console/main.py", line 127, in init

self.onecmd(arg)

File "/var/lib/python-support/python2.5/deluge/ui/console/main.py", line 191, in onecmd

options, args = parser.parse_args(args)

File "/usr/lib/python2.5/optparse.py", line 1387, in parse_args

self.error(str(err))

File "/usr/lib/python2.5/optparse.py", line 1385, in parse_args

stop = self._process_args(largs, rargs, values)

File "/usr/lib/python2.5/optparse.py", line 1429, in _process_args

self._process_short_opts(rargs, values)

File "/usr/lib/python2.5/optparse.py", line 1512, in _process_short_opts

raise BadOptionError(opt)

optparse.BadOptionError: no such option: -1

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.