-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
An error occurred: Extra data: line 21602 column 4 (char 18734083) #303
Comments
This seems to be an issue with the JSON format. Did it occur during the query process? Do you have the full logs and code snippet available for debugging? |
I just input a string, and set the prompt as follows: However, the string itself is quite complex and may contain some escape characters. |
I found this error occurred during initialization:
I tried changing the WORKING_DIR, and the error no longer occurs. |
I realized that I should have input JSON data the first time, which might have caused an issue with the cache. After that, inputting strings didn't work either. |
When I try to use LightRAG for a local query, I encounter the error: "An error occurred: Extra data: line 21602 column 4 (char 18734083)".
The text was updated successfully, but these errors were encountered: