mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
issue: Web search fails at content fetching stage, despite container having full internet access. #6518
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 @dmitrysrtx on GitHub (Sep 27, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.31
Ollama Version (if applicable)
0.12.0
Operating System
Ubuntu Server 24.04
Browser (if applicable)
Not applicable, issue is on the backend.
Confirmation
README.md.Expected Behavior
When web search is triggered, the system should fetch content from the search result URLs, analyze it, and use this information to provide an informed answer to the user's query.
Actual Behavior
The UI indicates that a web search is in progress. However, the model responds without any information from the web. The container logs show that the initial search API call is successful, but the subsequent step of fetching/scraping content from the resulting URLs fails with a "Error fetching" warning. This results in the model getting no web context and the user seeing a "0 sites checked" message.
Steps to Reproduce
Logs & Screenshots
Here are the relevant log entries from the
open-webuicontainer that show the process failing after a successful search query:Open WebUI Log Snippet:
@tjbck commented on GitHub (Sep 27, 2025):
Unable to reproduce, keep us updated.