Opened 15 years ago
Closed 15 years ago
#1561 closed bug (Fixed)
deluge-console info
| Reported by: | renato | 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 by , 15 years ago
| Component: | other → console |
|---|---|
| Priority: | major → minor |
| Status: | new → pending |
| Version: | other (please specify) → 1.3.0_dev |
comment:2 by , 15 years ago
| Owner: | set to |
|---|---|
| Status: | pending → assigned |
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
fixed by commit: 11d8332e434a836b440449c0a766dac8272bfedd



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.