[tor-bugs] #13603 [Tor]: too much IOERRORS ?

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Dec 2 21:42:45 UTC 2014


#13603: too much IOERRORS ?
------------------------+---------------------------
     Reporter:  toralf  |      Owner:
         Type:  defect  |     Status:  new
     Priority:  normal  |  Milestone:
    Component:  Tor     |    Version:  Tor: 0.2.5.10
   Resolution:          |   Keywords:
Actual Points:          |  Parent ID:
       Points:          |
------------------------+---------------------------

Comment (by toralf):

 I tried
 {{{
 FetchDirInfoEarly 1
 FetchDirInfoExtraEarly 1
 FetchUselessDescriptors 1
 UseMicrodescriptors 0
 DownloadExtraInfo 1
 }}}
 in torrc and reloaded the tor proces. but still get (now):
 {{{
 Unable to retrieve get_network_status from fingerprint:
 C8A8C8E7FA6F936C1ED0ACBAC0BD8F1D3394C181 GETINFO request contained
 unrecognized keywords: ns/id/C8A8C8E7FA6F936C1ED0ACBAC0BD8F1D3394C181
 }}}
 with this smapp change to my script :
 {{{
     try:
       relay = controller.get_network_status(fingerprint)
       print " %i %s %15s %5i %s %s %s" % (event.arrived_at,
 time.ctime(event.arrived_at), relay.address, relay.or_port, fingerprint,
 controller.get_info("ip-to-country/%s" % relay.address, 'unknown'),
 relay.nickname)
     except Exception as exc:
       print "Unable to retrieve get_network_status from fingerprint: %s
 %s" % (fingerprint, exc)
 }}}
 So, a better error explanation would be nice about missing descriptor info
 - yes :-)

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


More information about the tor-bugs mailing list