Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (406 - 408 of 2447)

Ticket Resolution Summary Owner Reporter
#869 Duplicate concurrent downloads using same name are not handled andar caramba_bk@yahoo.com
Description

There are sometimes two distinct torrents using the same download name, probably providing largely the same content, although not exactly identical. Deluge doesn't seem to handle this, so all files from both torrents are merged into a single download directory. Also, when one of the torrents finish, the directory might be moved and so causes the remaining torrent to fail when it has nowhere to continue writing its files.

Deluge should handle this situation, at least by appending a ".[n]" to a duplicate directory name before it is created. Like numbered backups for the cp command. This assignment must be atomic.

#1163 Invalid config:405 Unable to open config file simonbcn
Description

deluged in server with init script.

When it starts the init script, in log file appears this warning several times:

[WARNING ] config:405 Unable to open config file: /xxx/.config/deluge/label.conf

But that config file exist.

And, sometimes, when I stop the deluged (with init script), it shows, in log file:

[WARNING ] config:405 Unable to open config file: /xxx/.config/deluge/core.conf

But that config file exist too.

All these are only warnings, incorrect, but only warnings. Deluged starts. But the real problem is that today, I rebooted the machine but deluged didn't start, I saw the log file:

[ERROR ] config:405 Unable to open config file: /xxx/.config/deluge/core.conf

I didn't change anything and I executed:

sudo /etc/init.d/deluge-daemon start

And deluged started well this time!

Well, I think it's necessary to review the code, don't you think?

(Sorry for my bad english. I'm spanish)

#3075 Fixed config command not handling windows paths Calum
Description

console config commmand is not handling windows paths (C:\)

"C:/Program Files/Deluge/deluge-console.exe" config --set move_completed_path C:/Users/user/Download
[ERROR   ] 22:58:55 main:347 malformed expression (C)
Traceback (most recent call last):
  File "deluge\ui\console\main.py", line 344, in do_command
  File "deluge\ui\console\commands\config.py", line 102, in handle
  File "deluge\ui\console\commands\config.py", line 136, in _set_config
  File "deluge\ui\console\commands\config.py", line 85, in simple_eval
  File "deluge\ui\console\commands\config.py", line 77, in atom
SyntaxError: malformed expression (C)
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.