Skip to content
New issue

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

Encoding to unsupported byte for machines running Linux #525

Closed
shaon-chowdhury opened this issue Jan 3, 2023 · 1 comment
Closed

Encoding to unsupported byte for machines running Linux #525

shaon-chowdhury opened this issue Jan 3, 2023 · 1 comment

Comments

@shaon-chowdhury
Copy link

shaon-chowdhury commented Jan 3, 2023

I'm getting the following error when unpacking a packed byte string. What is strange this error doesn't occur on a laptop running on MacOS Ventura but does on Linux machines.

'utf-8' codec can't decode byte 0x88 in position 0: invalid start byte

To pack the object, I use:

msgpack.packb(object, use_bin_type=True,)

To unpack, I use this:

msgpack.unpackb(object_to_deserialize, raw=False,)
@methane
Copy link
Member

methane commented Jan 18, 2023

Not a valid issue report. Please use some Python community to ask support.

@methane methane closed this as not planned Won't fix, can't repro, duplicate, stale Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants