-
Notifications
You must be signed in to change notification settings - Fork 59
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
Server crashing adding tags #112
Comments
seem your software use utf32 but elasticsearch can't do nothing with bad encoding except return 500 |
I debugged the server and the script to update tags in es is incorrectly encoded: it is sent like this : { "scH{ ( U { "source": "if(ctx._sour " {ctx._so ( U Z XN @ so, I think the string is encoded differently because of the way the code written. hexview of file servce.c show that the string is ascii (seem to be 1 char, 1 byte) My C is far. I'm python guy. can you help ? |
Yes I'll debug this whenever I get the chance |
it has nothing to do with encoding. es server is normally utf8 and I think your code don't encode any char * and normal ascii. only a guess |
Hi, please let me know if you still have this error in v2.8.4, thank you |
no, tried with some index. it seems to work fine now |
sist2 version:2.8.3
Platform Linux x86-64 (wsl 2):
Elasticsearch version: 7.5.1
Command with arguments: web ~/src.idx/Loaded index: src.idx
The text was updated successfully, but these errors were encountered: