[tor-bugs] #8838 [arm]: AttributeError: 'Version' object has no attribute 'meets_requirements'

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue May 7 11:59:18 UTC 2013


#8838: AttributeError: 'Version' object has no attribute 'meets_requirements'
---------------------+------------------------------------------------------
 Reporter:  gsathya  |          Owner:  atagar
     Type:  defect   |         Status:  new   
 Priority:  normal   |      Milestone:        
Component:  arm      |        Version:        
 Keywords:           |         Parent:        
   Points:           |   Actualpoints:        
---------------------+------------------------------------------------------
 {{{
 arm :: (master) » ./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 618, in drawTorMonitor
     control.redraw(False)  File "/home/gsathya/arm/src/cli/controller.py",
 line 346, in redraw
     panelImpl.redraw(force)  File "/home/gsathya/arm/src/util/panel.py",
 line 405, in redraw
     self.draw(self.maxX, self.maxY)  File
 "/home/gsathya/arm/src/cli/torrcPanel.py", line 178, in draw
     corrections = dict((lineNum, (issue, msg)) for lineNum, issue, msg in
 loadedTorrc.getCorrections())
   File "/home/gsathya/arm/src/util/torConfig.py", line 797, in
 getCorrections
     skipValidation |= (torVersion is None or not
 torVersion.meets_requirements(stem.version.Requirement.GETINFO_CONFIG_TEXT))
 AttributeError: 'Version' object has no attribute 'meets_requirements'
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8838>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list