Opened 13 years ago

Closed 12 years ago

Last modified 7 years ago

#2066 closed bug (Fixed)

[console] Error exiting new UI from event view

Reported by: nogare Owned by:
Priority: major Milestone: 2.x
Component: Console UI Version: master
Keywords: Cc:

Description

When exiting the new console('Q') you get the following error.

17:48:58.697 [ERROR   ][deluge.ui.console.modes.basemode:225] global name 'client' is not defined  
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/ui/console/modes/basemode.py", line 223, in doRead self._doRead()
File "/usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6.egg/deluge/ui/console/modes/eventview.py", line 80, in _doRead
if client.connected(): NameError: global name 'client' is not defined

Reproduction: deluge-console Connect to daemon enter eventview press 'Q' see above error

Change History (4)

comment:1 by nogare, 13 years ago

When exiting eventview to be specific

Reproduction: deluge-console,
Connect to daemon
enter eventview
press 'Q' see above error

(correction to formatting of original post

comment:2 by Calum, 12 years ago

nogare is this still an issue?

comment:3 by Calum, 12 years ago

Resolution: fixed
Status: newclosed

Fixed: 6269076c7e

comment:4 by Calum, 7 years ago

Milestone: 2.0.x2.x

Milestone renamed

Note: See TracTickets for help on using tickets.