[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:  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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs