Opened 12 years ago

Closed 11 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 Changed 12 years ago by nogare

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 Changed 11 years ago by Cas

nogare is this still an issue?

comment:3 Changed 11 years ago by Cas

  • Resolution set to fixed
  • Status changed from new to closed

Fixed: 6269076c7e

comment:4 Changed 7 years ago by Cas

  • Milestone changed from 2.0.x to 2.x

Milestone renamed

Note: See TracTickets for help on using tickets.