mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #12047] issue: Web search hangs on bad result #16449
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 @ahgray on GitHub (Mar 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12047
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.5.20
Ollama Version (if applicable)
n/a
Operating System
Debian 12
Browser (if applicable)
n/a
Confirmation
README.md.Expected Behavior
Web Search using Searxng(although I suspect this would happen with other providers) should preform search return results to ollama and process.
Actual Behavior
Upon starting web search if the results return a bad link(down website etc.) process hangs while attempting to retry. Ideally openWebUI should either immediately discard the bad link or process in parallel so it doesn't hang the front end query.
Steps to Reproduce
Logs & Screenshots
2025-03-24T22:46:54.942600000Z 2025-03-24 22:46:54.942 | WARNING | open_webui.retrieval.web.utils:_fetch:430 - Error fetching https://investors.23andme.com/news-releases/news-release-details/23andme-initiates-voluntary-chapter-11-process-maximize with attempt 2/3: [Errno 104] Connection reset by peer. Retrying... - {}
2025-03-24T22:51:52.738383000Z 2025-03-24 22:51:52.737 | WARNING | langchain_community.document_loaders.web_base:_fetch_with_rate_limit:271 - Error fetching https://investors.23andme.com/news-events/press-releases, skipping due to continue_on_failure=True - {}
Additional Information
No response