Custom Query (2428 matches)
Results (40 - 42 of 2428)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1398 | WorksForMe | deluge-console commands with parameter --help fail | xpozitron | |
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 |
|||
#1010 | Fixed | Max piece size | andar | XChesser |
Description |
There are trackers that limit max torrent size. For example torrents.ru has a limit of 250KB per torrent. There are also such trackers where piece size is restricted by local rules regardless of release size. So it would be grateful to increase maximum piece size at least to 4 MB. |
|||
#1095 | WorksForMe | Incorrect torrent creation | andar | XChesser |
Description |
Deluge creates torrent files incorrectly in case of piece size of 1/2/4 MB. For example, torrent file for 8 GB release turns out about 40 MB (at 2 MB size). After creating torrent Deluge often crashes. |