[tor-bugs] #14164 [Stem]: does tor knows itself ?

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Jan 11 16:33:54 UTC 2015


#14164: does tor knows itself ?
--------------------+------------------------
 Reporter:  toralf  |          Owner:  atagar
     Type:  task    |         Status:  new
 Priority:  minor   |      Milestone:
Component:  Stem    |        Version:
 Keywords:          |  Actual Points:
Parent ID:          |         Points:
--------------------+------------------------
 I'm wondering why this pythin snippet
 {{{
 def main():
   ControlPort = 9051
   ProcessName = 'tor'

   with Controller.from_port(port = ControlPort) as controller:
     controller.authenticate()
     #print " Tor version %s" % controller.get_version()
     try:
       desc = controller.get_microdescriptor()
       print " flags : %s" % desc.flags()
       print " measured bandwidth : %i" % desc.measured()
     except Exception as exc:
       print exc
       #pass
 }}}
 gives
 {{{
 Tor was unable to provide the descriptor for
 'F1BE15429B3CE696D6807F4D4A58B1BFEC45C822'
 }}}
 Does this means that stems asks tor and tor doesn't know itself ?

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


More information about the tor-bugs mailing list