Menu

#5 wrong type on line 244

open
nobody
None
5
2009-09-15
2009-09-15
Anonymous
No

The string resp[4] is being passed as the bytes argument to __recvall. Should be ord(resp[4]) i.e.

boundaddr = self.__recvall(ord(resp[4]))

Discussion


Log in to post a comment.

MongoDB Logo MongoDB