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

Invalid byte sequence in UTF-8 #6872

Closed
DavidKang opened this issue Jan 30, 2019 · 3 comments · Fixed by #12163
Closed

Invalid byte sequence in UTF-8 #6872

DavidKang opened this issue Jan 30, 2019 · 3 comments · Fixed by #12163
Labels

Comments

@DavidKang
Copy link
Contributor

DavidKang commented Jan 30, 2019

threw this 11 times

invalid byte sequence in UTF-8

See this exception on Errbit

See this exception on Errbit

@DavidKang DavidKang added the Bug label Jan 30, 2019
@DavidKang DavidKang changed the title [production][] invalid byte sequence in UTF-8 Invalid byte sequence in UTF-8 Jan 30, 2019
@eduardoj
Copy link
Member

eduardoj commented Sep 3, 2020

Related to #5236. This happens when sending emails. From the Errbit backtrace:

[...]
/PROJECT_ROOT/app/jobs/send_event_emails_job.rb:19→ send_email
/PROJECT_ROOT/app/jobs/send_event_emails_job.rb:10→ block in perform
/GEM_ROOT/gems/activerecord-6.0.2.2/lib/active_record/relation/delegation.rb:85→ each
/GEM_ROOT/gems/activerecord-6.0.2.2/lib/active_record/relation/delegation.rb:85→ each
/PROJECT_ROOT/app/jobs/send_event_emails_job.rb:5→ perform
[...]

danidoni added a commit to danidoni/open-build-service that referenced this issue Feb 3, 2022
Sometimes the build log contains invalid UTF-8 characters that raise an
exception during email composing.

Fixes openSUSE#6872
danidoni added a commit to danidoni/open-build-service that referenced this issue Feb 3, 2022
Sometimes the build log contains invalid UTF-8 characters that raise an
exception during email composing.

Fixes openSUSE#6872
danidoni added a commit to danidoni/open-build-service that referenced this issue Feb 3, 2022
Sometimes the build log contains invalid UTF-8 characters that raise an
exception during email composing.

Fixes openSUSE#6872
danidoni added a commit to danidoni/open-build-service that referenced this issue Feb 3, 2022
Sometimes the build log contains invalid UTF-8 characters that raise an
exception during email composing.

Fixes openSUSE#6872
danidoni added a commit to danidoni/open-build-service that referenced this issue Feb 3, 2022
Sometimes the build log contains invalid UTF-8 characters that raise an
exception during email composing.

Fixes openSUSE#6872
danidoni added a commit to danidoni/open-build-service that referenced this issue Feb 22, 2022
Sometimes the build log contains invalid UTF-8 characters that raise an
exception during email composing.

Fixes openSUSE#6872
danidoni added a commit to danidoni/open-build-service that referenced this issue Feb 22, 2022
Sometimes the build log contains invalid UTF-8 characters that raise an
exception during email composing.

Fixes openSUSE#6872
@eduardoj
Copy link
Member

This exception still happens in Errbit. Reopening.

@eduardoj
Copy link
Member

eduardoj commented Mar 25, 2024

"Invalid byte sequence in UTF-8" exceptions happened sending emails and rendering rpmlint log files. Both errors were merged in Errbit. The issue in rpmlint log files was fixed.

I opened this issue for tracking the error sending emails: #15877.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants