Custom Query (2447 matches)
Results (193 - 195 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#412 | Fixed | wrong state of 'Seedings' after restart | ||
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 | ||
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 | ||
Description |
Reproduction:
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.