We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while de-serialising the following package:
'\x85\xa8Coalesce\xc3\xa5Event\xa4user\xa5LTime\xcc\x01\xa4Name\xa4test\xa7Payload\xc4\x03foo'
It should be decoded to the following object:
>>> import msgpack >>> p = '\x85\xa8Coalesce\xc3\xa5Event\xa4user\xa5LTime\xcc\x01\xa4Name\xa4test\xa7Payload\xc4\x03foo' >>> msgpack.loads(p) {'Coalesce': True, 'LTime': 1, 'Payload': 'foo', 'Event': 'user', 'Name': 'test'}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error while de-serialising the following package:
'\x85\xa8Coalesce\xc3\xa5Event\xa4user\xa5LTime\xcc\x01\xa4Name\xa4test\xa7Payload\xc4\x03foo'
It should be decoded to the following object:
The text was updated successfully, but these errors were encountered: