-
Notifications
You must be signed in to change notification settings - Fork 920
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
[BUG] JSON.parse: expected ',' or '}' with long numeral comma-separated keyword string #6017
Comments
@AMoo-Miki could you comment on this? is this fixed? |
We have same issue after upgrade, searches worked fine before upgrade in discover but not afterwards upgrade to 2.12.0 and same search works fine in dev tools or direct API search. |
This was fixed with #5956 which will be included in the 2.13.0 release. |
But I was using commit https://github.com/opensearch-project/OpenSearch-Dashboards/tree/9901bea341904421eb802a004476cdd313811b1e which already include the fix. |
I have a version with more generalized rules but am having trouble testing them all. @nikAizuddin using your sample query from the first post, I found a combination that allowed me to reproduce the issue. @MarkusAdvantage intermittent problems indicate that your problem is something different; maybe you have a mix of version in your cluster? |
@AMoo-Miki No, was the version indicated in my entry. I had to painfully downgrade to 2.11 and delete indices to get it working. In any case, will see if it is fixed with the new version, thank you. |
@amirkkn yes this was fixed in the 2.13 release |
Describe the bug
Got
JSON.parse: expected ',' or '}' after property value in object at line 1 column 175 of the JSON data
when passing"10080214256450617947,2031884987996059597,1"
To Reproduce
Steps to reproduce the behavior:
Dev Tools
JSON.parse
error.Expected behavior
There should be no error.
OpenSearch Version
Main branch commit https://github.com/opensearch-project/OpenSearch/tree/87ac37460c16a5b3cfa1cd85cad2cb7468b430a3
Dashboards Version
Main branch commit https://github.com/opensearch-project/OpenSearch-Dashboards/tree/9901bea341904421eb802a004476cdd313811b1e
Plugins
OpenSearch plugins:
Dashboard plugins:
Screenshots
Host/Environment (please complete the following information):
Additional context
All OpenSearch and Dashboard plugins are build from source
The text was updated successfully, but these errors were encountered: