Encoding error « UTF8 » : 0xe9 0x65 0x73 #7862
Unanswered
JulienPivard
asked this question in
Error / Bug Report
Replies: 2 comments
-
|
A new symptom, even if we don't regenerate index, character with accent are broken after a time (don't know when exactly when this happen this night) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I happen logs in all place I could, but now I'm stuck and don't know what I could try to give you more information to find where is our problem. Arround WIKI.models.knex.raw in server/modules/search/postgres/engine.js line 170 I add a try catch to see stack trace of the exception |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have an encoding error when we try to regenerate index.
Context
We have run a curl with a script and cron.
curl command :
when I run this command 3 times, the third time cmd never finish, and in log we have this error :
I add logs to know on which page we have the error (in file ./server/modules/search/postgres/engine.js), and file is never the same, error always happen on first character with accent. Characters in errors are between 0x0080 and 0x00FF.
After error :
I think this is a configuration problem, but I can't find it. Any Idea ?
Wiki JS version : Wiki.js 2.5.307
Beta Was this translation helpful? Give feedback.
All reactions