[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #16348 [Stem]: raise stem.InvalidArguments('552', 'GETINFO request contained unrecognized keywords:
#16348: raise stem.InvalidArguments('552', 'GETINFO request contained unrecognized
keywords:
------------------------+------------------------------
Reporter: toralf | Owner: atagar
Type: defect | Status: new
Priority: normal | Milestone:
Component: Stem | Version: Tor: unspecified
Resolution: | Keywords:
Actual Points: | Parent ID:
Points: |
------------------------+------------------------------
Comment (by toralf):
Hhm, in the mean while I do think, that there's really no bug - the stack
trace was probably forced by myself by not using "None" as an arg.
This runs now since a while w/o problems :
{{{
fingerprint = event.endpoint_fingerprint
print (" %i %i %i %i %s %40s" % (c.closed, c.done, c.ioerror,
event.arrived_at, time.ctime(event.arrived_at), fingerprint), end='')
relay = controller.get_network_status(fingerprint, None)
if (relay):
print (" %15s %5i %s %s" % (relay.address, relay.or_port,
controller.get_info("ip-to-country/%s" % relay.address, 'unknown'),
relay.nickname))
else:
print ('', flush=True)
}}}
so I tend to close this today if there's no issue in this area.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/16348#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs