Opened 13 years ago

Closed 13 years ago

#1561 closed bug (Fixed)

deluge-console info

Reported by: firefox Owned by: nick
Priority: minor Milestone: Future
Component: Console UI Version: 1.3.0_dev
Keywords: Cc:

Description

renato@firefox-desktop:~$ deluge-console info 'ConsoleUI' object has no attribute 'screen' 07:00:13.389 [deluge.ui.console.commander:1088][ERROR ] 'ConsoleUI' object has no attribute 'screen' Traceback (most recent call last):

File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/ui/console/commander.py", line 101, in do_command

ret = self._commands[cmd].handle(*args, options.dict)

File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/ui/console/commands/info.py", line 122, in handle

torrent_ids.extend(self.console.match_torrent(""))

File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/ui/console/main.py", line 307, in match_torrent

if isinstance(self.screen,deluge.ui.console.modes.legacy.Legacy):

AttributeError?: 'ConsoleUI' object has no attribute 'screen' Traceback (most recent call last):

File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/ui/console/commander.py", line 101, in do_command

ret = self._commands[cmd].handle(*args, options.dict)

File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/ui/console/commands/info.py", line 122, in handle

torrent_ids.extend(self.console.match_torrent(""))

File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/ui/console/main.py", line 307, in match_torrent

if isinstance(self.screen,deluge.ui.console.modes.legacy.Legacy):

AttributeError?: 'ConsoleUI' object has no attribute 'screen'

Change History (3)

comment:1 Changed 13 years ago by Cas

  • Component changed from other to console
  • Priority changed from major to minor
  • Status changed from new to pending
  • Version changed from other (please specify) to 1.3.0_dev

In future please use code blocks. Also please tell us what git branch you are using and a description of the error in both the summary and description.

comment:2 Changed 13 years ago by nick

  • Owner set to nick
  • Status changed from pending to assigned

comment:3 Changed 13 years ago by nick

  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.