Custom Query (2449 matches)
Results (529 - 531 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1398 | WorksForMe | deluge-console commands with parameter --help fail | ||
| Description |
When I am running commands from command line with parameter --help it fails. $ deluge-console info --help Traceback (most recent call last):
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 35: ordinal not in range(128) $ deluge-console "info --help" Error parsing options: 'ascii' codec can't decode byte 0xc5 in position 135: ordinal not in range(128) $ deluge-console "add --help" Error parsing options: 'ascii' codec can't decode byte 0xc5 in position 71: ordinal not in range(128) Version: deluge 1.3.1-2~karmic~ppa1 deluge-common 1.3.1-2~karmic~ppa1 deluge-console 1.3.1-2~karmic~ppa1 deluge-gtk 1.3.1-2~karmic~ppa1 deluge-web 1.3.1-2~karmic~ppa1 deluged 1.3.1-2~karmic~ppa1 Linux Arcueid 2.6.31-22-generic #68-Ubuntu SMP Tue Oct 26 16:38:35 UTC 2010 i686 GNU/Linux |
|||
| #1399 | Duplicate | Use 'move_storage' with non ascii characters. | ||
| Description |
Hello, I'm using deluge with russian folder names, but when I try to move storage to such folder, it causes error: [ERROR ] 15:48:13 rpcserver:303 Exception calling RPC request: 'ascii' codec can't encode characters in position 21-38: ordinal not in range(128) Traceback (most recent call last):
UnicodeEncodeError: 'ascii' codec can't encode characters in position 21-38: ordinal not in range(128) Ubuntu Linux, Deluge 1.3.1-2~lucid~ppa1 |
|||
| #1400 | Fixed | Improve changing the order of trackers | ||
| Description |
Current implementation of trackers ordering is a little strange and inconvenient. For example, the torrent has 3 trackers: 0:tracker1.com 1:tracker2.com 2:tracker3.com If I select tracker1.com and press "Down", nothing happens. If I press "Up" for it, its number is increased by one and the list looks so: 1:tracker1.com 1:tracker2.com 2:tracker3.com So, the first thing is that Up/Down buttons increase/decrease the rank of the tracker while they should change the rank on the contrary, I think. The second thing is that tracker2.com doesn't change its number to 0 in the example above. So if I want to pull down [0] tracker to the end I have to change the ranks manually for each tracker in list: tracker1.com=>[2], tracker2.com=>[0], tracker3.com=>[1]. |
|||
