Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #7978

Closed
Open
Opened Jan 17, 2013 by Sathyanarayanan Gunasekaran@gsathya

AttributeError: 'LogPanel' object has no attribute 'showDuplicates'

Pressing 'm' to go to the menu causes this stacktrace. Running latest arm master(5b3906463c428647f621b65191e3be740b675494)

gsathya@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'
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#7978