mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
issue: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data on Web Search (or big attachments)
#4426
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @peperunas on GitHub (Mar 14, 2025).
Check Existing Issues
Installation Method
Other
Open WebUI Version
0.5.20
Ollama Version (if applicable)
0.6.0
Operating System
NixOS
Browser (if applicable)
Firefox / Safari
Confirmation
README.md.Expected Behavior
No error dialog shown.
Actual Behavior
Whenever web search is enabled - the UI shows the parsing error after the search result are found.
This does not stop the embedding process and subsequent answer. The notice stays there but any progress report (thinking... or whatever other indicator) are not shown.
The error happens here:
Steps to Reproduce
Logs & Screenshots
While searching:
After search is completed:
Still searching with error:
Additional Information
No response