[tor-bugs] #16348 [Stem]: raise stem.InvalidArguments('552', 'GETINFO request contained unrecognized keywords:

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Jun 11 17:01:08 UTC 2015


#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


More information about the tor-bugs mailing list