You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
My suspicion would go to attempting to print a utf-8 encoded string as ascii or such. French é/à/... are encoded using 2 bytes in UTF-8, and UTF-8 is also the encoding used internally by go.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The logs are showing some messages translated to French, which show encoding issues:
a ??chou??
should bea échoué
,r??pondu
->répondu
,au del??
->au delà
, ...The text was updated successfully, but these errors were encountered: