-
Notifications
You must be signed in to change notification settings - Fork 63
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
make_srpm cannot decode text #3645
Comments
maybe, we should add errors='ignore' option? |
huh, that's some weird encoding in that file :D
yes probably, but then it'd be just in bytes? |
Thank you for the report @huakim. But I like the suggestion with |
Fix fedora-copr#3645 This doesn't ignore the whole (lines of) output. Only the broken characters. In this particular example, there was a problem with the special "u" character in Tina Müller and the output resulted to Tina Mller and Tina M\xfcller. That is much better than failing completely.
Fix #3645 This doesn't ignore the whole (lines of) output. Only the broken characters. In this particular example, there was a problem with the special "u" character in Tina Müller and the output resulted to Tina Mller and Tina M\xfcller. That is much better than failing completely.
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfc in position 61257: invalid start byte
https://download.copr.fedorainfracloud.org/results/huakim/kde-plasma/srpm-builds/08697920/builder-live.log.gz
The text was updated successfully, but these errors were encountered: