Ticket #1052 (closed bug: fixed)

Opened 5 months ago

Last modified 5 months ago

Deluge console commands crash if not connected to daemon

Reported by: ianmartin Owned by: andar
Priority: major Milestone: 1.2.0
Component: other Version: 1.2.0_rc1
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

Changed 5 months ago by andar

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 1.2.0

Fixed in [5896].

Thanks.

Note: See TracTickets for help on using tickets.