open-build-service icon indicating copy to clipboard operation
open-build-service copied to clipboard

Invalid byte sequence in UTF-8

Open DavidKang opened this issue 6 years ago • 2 comments

threw this 11 times

invalid byte sequence in UTF-8

~See this exception on Errbit~

See this exception on Errbit

DavidKang avatar Jan 30 '19 09:01 DavidKang

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
[...]

eduardoj avatar Sep 03 '20 15:09 eduardoj

This exception still happens in Errbit. Reopening.

eduardoj avatar Jun 21 '22 10:06 eduardoj

"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.

eduardoj avatar Mar 25 '24 10:03 eduardoj