[tor-bugs] #5577 [Torctl]: Unrecognized auth method causes IOError

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Wed Apr 11 15:07:04 UTC 2012


#5577: Unrecognized auth method causes IOError
---------------------+------------------------------------------------------
 Reporter:  atagar   |          Owner:     
     Type:  defect   |         Status:  new
 Priority:  blocker  |      Milestone:     
Component:  Torctl   |        Version:     
 Keywords:           |         Parent:     
   Points:           |   Actualpoints:     
---------------------+------------------------------------------------------

Comment(by atagar):

 > What's the suggested workaround? Not upgrade to 0.2.2.36 ever?

 Or comment out the IOError I cited earlier. This is a one line fix, just
 replace...
 raise IOError("Unrecognized authentication type: %s" % authInfo)

 with...
 pass # unrecognized auth method

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


More information about the tor-bugs mailing list