This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sadmoody
Recipients Kristoffer.Nilsson, loewis, pitrou, sadmoody, santoso.wijaya
Date 2012-11-06.20:18:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352233128.57.0.339423273706.issue11631@psf.upfronthosting.co.za>
In-reply-to
Content
I solved the problem - sorry it's taken me so long to reply. I know how frustrating it is when people don't respond with what they found out in the end.

Turns out there's no bug as you said and it was based around something I did (as these things usually are). I was passing the packet as a string through redis before sending it which caused it to modify some bytes in there after they passed a certain value. I pickled the messages and it all worked in the end.

Sorry about the trouble and thanks for the help!
History
Date User Action Args
2012-11-06 20:18:48sadmoodysetrecipients: + sadmoody, loewis, pitrou, santoso.wijaya, Kristoffer.Nilsson
2012-11-06 20:18:48sadmoodysetmessageid: <1352233128.57.0.339423273706.issue11631@psf.upfronthosting.co.za>
2012-11-06 20:18:48sadmoodylinkissue11631 messages
2012-11-06 20:18:47sadmoodycreate