[tor-bugs] #13879 [Stem]: stem : GETINFO request contained unrecognized keywords
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Dec 3 22:15:33 UTC 2014
#13879: stem : GETINFO request contained unrecognized keywords
------------------------+--------------------
Reporter: toralf | Owner: atagar
Type: defect | Status: new
Priority: normal | Milestone:
Component: Stem | Version:
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 process, but still get (till now):
{{{
Unable to retrieve get_network_status from fingerprint:
C8A8C8E7FA6F936C1ED0ACBAC0BD8F1D3394C181 GETINFO request contained
unrecognized keywords: ns/id/C8A8C8E7FA6F936C1ED0ACBAC0BD8F1D3394C181
}}}
with this small 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)
}}}
Maybe I have to wait a little bit longer till tor has fetched all infos ?
But in general, yes, a better error explanation about missing descriptor
info would be nice :-)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13879#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list