mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #24916] issue: Version 0.9.5 Web Search Not Working No source found #123742
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 @ganakee on GitHub (May 19, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24916
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.9.5
Ollama Version (if applicable)
0.24.0
Operating System
Ubuntu 25.10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
OpenWebUI returns results from a web search.
Actual Behavior
OpenWebUI returns No sources found.
Steps to Reproduce
Logs & Screenshots
I don't know where the logs go in a doicker instance.
docker run -d -p 0.0.0.0:3030:8080 -e WEBUI_SECRET_KEY=zzz -e OLLAMA_BASE_URL=http://192.168.2.80:11434 -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:mainAdditional Information
This formerly worked prior to the 0.9.5 upgrade.
@owui-terminator[bot] commented on GitHub (May 19, 2026):
🔍 Related Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
🟣 #24875 bug: SafeWebBaseLoader._fetch raises TypeError on every URL, silently breaking all web search (v0.9.5)
This matches the exact symptom in the new report: web search returns “No sources found” on v0.9.5 because the safe_web loader fails on every URL. The issue body identifies the same duplicate
allow_redirectsbug that silently causes all fetches to fail.by offbyonebit
🟣 #24793 issue: Web search discards all results — duplicate allow_redirects keyword in SafeWebBaseLoader._fetch()
Highly related because it describes the same v0.9.5 regression with SearXNG/web search where results are discarded after fetching. It specifically says the safe_web loader breaks and Open WebUI reports no results found, which aligns with the new issue.
by web2bruno ·
bug🟣 #24560 issue: SafeWebBaseLoader._fetch crashes with TypeError on duplicate allow_redirects kwarg, breaking all web search in v0.9.5
This is the same underlying regression in v0.9.5, reproduced with web search enabled and the default safe_web loader. It documents the identical
allow_redirectsduplication causing every URL fetch to fail and web search to return no sources.by blaknite
💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.
@Classic298 commented on GitHub (May 19, 2026):
check closed issues before opening a new one