Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#1052 closed bug (Fixed)

Deluge console commands crash if not connected to daemon

Reported by: ianmartin Owned by: andar
Priority: major Milestone: 1.2.0
Component: Unknown Version: 1.2.0
Keywords: Cc:

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'

Change History (2)

comment:1 by andar, 15 years ago

Milestone: 1.2.0
Resolution: fixed
Status: newclosed

Fixed in [5896].

Thanks.

comment:2 by Calum, 11 years ago

Version: 1.2.0_rc11.2.0
Note: See TracTickets for help on using tickets.