Open GoogleCodeExporter opened 9 years ago
Ah, resolved the problem.
Turns out something was returning a unicode string. AsyncChat doesn't handle
that very well and was causing the problem. Wrapping the REPLBODY content with
a str() solved the issue and things are working fine now.
Feel free to close this issue.
Original comment by jrcon...@gmail.com
on 10 Nov 2011 at 4:10
Original issue reported on code.google.com by
jrcon...@gmail.com
on 9 Nov 2011 at 8:16