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

UnicodeDecodeError: 'mutf-8' codec can't decode byte 0xed in position 630: 6-byte codepoint started, but input too short to finish. #4

Open
Netherwhal opened this issue Oct 14, 2022 · 5 comments

Comments

@Netherwhal
Copy link

No description provided.

@TkTech
Copy link
Owner

TkTech commented Oct 15, 2022

An exception with no further details or reproduction example isn't very useful. The error is pretty clear - a byte was encountered that indicated a 6-byte codepoint, but the input has less than six bytes left, so it's not valid mutf8. You may have a file which has been truncated, or which contains a string which has been truncated.

@Netherwhal
Copy link
Author

Do you have discord or similar? then I can send you the file to test :)

@TkTech
Copy link
Owner

TkTech commented Oct 15, 2022

You can upload files by dragging and dropping them on the comment box

@Netherwhal
Copy link
Author

I unfortunately need to treat the contents with sensitivity for privacy reasons. I sent you an email, hope that works for you 🙇

@Netherwhal
Copy link
Author

did you receive my email?

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