Custom Query (2449 matches)
Results (592 - 594 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1052 | Fixed | Deluge console commands crash if not connected to daemon | ||
| Description |
If not connected to daemon commands that reply on being connected eg info crash: >>> info
'ConsoleUI' object has no attribute 'torrents'
Traceback (most recent call last):
File "/home/ian/dev/deluge/deluge-1.2/deluge/ui/console/main.py", line 286, in do_command
ret = self._commands[cmd].handle(*args, **options.__dict__)
File "/home/ian/dev/deluge/deluge-1.2/deluge/ui/console/commands/info.py", line 114, in handle
torrent_ids.extend(self.console.match_torrent(""))
File "/home/ian/dev/deluge/deluge-1.2/deluge/ui/console/main.py", line 402, in match_torrent
for tid, name in self.torrents:
AttributeError: 'ConsoleUI' object has no attribute 'torrents'
|
|||
| #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 |
|||
| #2011 | Fixed | deluge-console: counterintuitive behavior of rm | ||
| Description |
Forwarded from: http://bugs.debian.org/653214 rm foo currently removes every torrent whose name or hash starts with foo. I understand that this behavior is practical if one wants to delete torrents based on the hash, but I find it counterintuitive when deleting torrents based on the name. I'd appreciate it if the behavior could be changed to:
But at least this behavior should be documented in rm 's help message. |
|||
