[tor-bugs] #7978 [arm]: AttributeError: 'LogPanel' object has no attribute 'showDuplicates'
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Jan 17 06:53:47 UTC 2013
#7978: AttributeError: 'LogPanel' object has no attribute 'showDuplicates'
---------------------+------------------------------------------------------
Reporter: gsathya | Owner: atagar
Type: defect | Status: new
Priority: normal | Milestone:
Component: arm | Version:
Keywords: | Parent:
Points: | Actualpoints:
---------------------+------------------------------------------------------
Pressing 'm' to go to the menu causes this stacktrace. Running latest arm
master(5b3906463c428647f621b65191e3be740b675494)
{{{
gsathya at nub:~/arm$ ./arm
Traceback (most recent call last):
File "./src/starter.py", line 478, in <module>
cli.controller.startTorMonitor(time.time() - initTime)
File "/home/gsathya/arm/src/cli/controller.py", line 564, in
startTorMonitor
curses.wrapper(drawTorMonitor, startTime)
File "/usr/lib/python2.6/curses/wrapper.py", line 43, in wrapper
return func(stdscr, *args, **kwds)
File "/home/gsathya/arm/src/cli/controller.py", line 635, in
drawTorMonitor
cli.menu.menu.showMenu()
File "/home/gsathya/arm/src/cli/menu/menu.py", line 80, in showMenu
menu = cli.menu.actions.makeMenu()
File "/home/gsathya/arm/src/cli/menu/actions.py", line 31, in makeMenu
baseMenu.add(makeLogMenu(pagePanel))
File "/home/gsathya/arm/src/cli/menu/actions.py", line 188, in
makeLogMenu
if logPanel.showDuplicates: label, arg = "Hide", False
AttributeError: 'LogPanel' object has no attribute 'showDuplicates'
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7978>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list