Custom Query (2445 matches)
Results (160 - 162 of 2445)
Ticket | Resolution | Summary | Owner | Reporter | ||
---|---|---|---|---|---|---|
#1347 | WorksForMe | deluge-console fails on "info --verbose" | narren | |||
Description |
Using Deluge Team PPA. Package ver: 1.2.3+git20100701.131af5a-2~lucid~ppa1 Output: Name: mandriva-linux-free-2010-spring-x86_64 ID: 86b86de9fdd244bd3707a986fb4f9df2f8854051 State: Seeding Up Speed: 8.2 KiB/s Seeds: 0 (187) Peers: 7 (45) Availibility: 0.00 Size: 4.4 GiB/4.4 GiB Ratio: 0.840 ::Files Error getting torrent info: [Failure instance: Traceback: <type 'exceptions.AttributeError'>: 'ConsoleUI' object has no attribute 'screen' /usr/lib/python2.6/dist-packages/twisted/internet/tcp.py:460:doRead /usr/lib/pymodules/python2.6/deluge/ui/client.py:176:dataReceived /usr/lib/python2.6/dist-packages/twisted/internet/defer.py:280:callback /usr/lib/python2.6/dist-packages/twisted/internet/defer.py:354:_startRunCallbacks --- <exception caught here> --- /usr/lib/python2.6/dist-packages/twisted/internet/defer.py:371:_runCallbacks /usr/lib/pymodules/python2.6/deluge/ui/console/commands/info.py:119:on_torrents_status /usr/lib/pymodules/python2.6/deluge/ui/console/commands/info.py:192:show_info ] |
|||||
#1350 | WorksForMe | deluged crash on "Force recheck" of errored torrent | fuzzy | |||
Description |
I am able to crash deluged pretty much every time if a torrent goes into error and I force a recheck. If I hit "resume", then it resumes but doesn't crash. Crash output on console if deluged is not put into daemon mode:
Aborted |
|||||
#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 |