Skip to content

Error de-serializing object #10

Open
@hden

Description

@hden

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'}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions