open-build-service
open-build-service copied to clipboard
Invalid byte sequence in UTF-8
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
[...]
This exception still happens in Errbit. Reopening.
"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.