Deluge console commands crash if not connected to daemon
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'
Change History
(2)
Milestone: |
→ 1.2.0
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Version: |
1.2.0_rc1 → 1.2.0
|
Fixed in [5896].
Thanks.