Menu

#2 wrong error arguments

open
nobody
None
5
2007-07-31
2007-07-31
Anonymous
No

line 236:
raise Socks5Error(ord(resp[1]),_generalerrors[ord(resp[1])])
should be
raise Socks5Error((ord(resp[1]),_generalerrors[ord(resp[1])]))

same in the 238 line

Discussion


Log in to post a comment.

MongoDB Logo MongoDB