Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (193 - 195 of 2449)

Ticket Resolution Summary Owner Reporter
#412 Fixed wrong state of 'Seedings' after restart andar anonymous
Description

Torrents that in state 'Seeding' after restart becomes 'Downloading' torrents. If change priority any file in torrent from 'Do not download' to 'Normal' and again to 'Do not download' then state turns to rigth 'Seeding'.

#414 Fixed use async write_resume_data method andar andar
Description

Currently, the core uses a synchronous write_resume_data method, but that is being deprecated in libtorrent.

#415 Fixed when using deluge -u null, writing "config-set" deluge crashes sadrul cow.2001@…
Description

Reproduction:

  1. Start deluge in command line with the command "deluge -u null"
  2. write "config-set" without any argument or space after the command
  3. see deluge crash

Output:

Traceback (most recent call last):
  File "/usr/bin/deluge", line 8, in <module>
    load_entry_point('deluge==0.9.04', 'console_scripts', 'deluge')()
  File "/usr/lib/python2.5/site-packages/deluge/main.py", line 90, in start_ui
    UI(options, args)
  File "/usr/lib/python2.5/site-packages/deluge/ui/ui.py", line 70, in __init__
    ui = NullUI(args)
  File "/usr/lib/python2.5/site-packages/deluge/ui/null/deluge_shell.py", line 486, in __init__
    command.execute(inp)
  File "/usr/lib/python2.5/site-packages/deluge/ui/null/deluge_shell.py", line 217, in execute
    key = cmd[1]
IndexError: list index out of range
Note: See TracQuery for help on using queries.