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

fix litereport failure due to invalid utf-8 byte string #2474

Merged
merged 6 commits into from
Jan 30, 2025

Conversation

ClaudioWayne
Copy link
Contributor

use chardet to avoid UnicodeDecodeError due to invalid utf-8 byte string.
Sample: 70524de53d60119c2913370232effaf1e551db9308909dba2cd1331bb0fa0f19

ClaudioWayne and others added 6 commits January 30, 2025 15:56
if its not valid UTF-8 use latin1 instead to prevent reporting failure
use chardet to avoid UnicodeDecodeError due to invalid utf-8 byte string.
use chardet to avoid UnicodeDecodeError due to invalid utf-8 byte string.
+ fix missing  import
@doomedraven
Copy link
Collaborator

interesting, thank you

@doomedraven doomedraven merged commit 510f70c into kevoreilly:master Jan 30, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

3 participants