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

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Jun 11 18:07:50 UTC 2015


#16348: raise stem.InvalidArguments('552', 'GETINFO request contained unrecognized
keywords:
----------------------------+------------------------------
     Reporter:  toralf      |      Owner:  atagar
         Type:  defect      |     Status:  closed
     Priority:  normal      |  Milestone:
    Component:  Stem        |    Version:  Tor: unspecified
   Resolution:  worksforme  |   Keywords:
Actual Points:              |  Parent ID:
       Points:              |
----------------------------+------------------------------

Comment (by toralf):

 The 'None' is rally good - I just repalcing all my try/except with that
 where possible.

 BTW, the doubled stack trace can be easily reproduced by :
 {{{
 #!/usr/bin/python3 -u

 import time
 from stem.control import Controller

 def main():
   with Controller.from_port(port = 9051) as controller:
     controller.authenticate()

     # force a double stack trace
     #
     desc = controller.get_microdescriptor('zwiebeltoralf')

 if __name__ == '__main__':
   main()

 }}}

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


More information about the tor-bugs mailing list