mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 09:01:47 -05:00
[GH-ISSUE #24428] issue: DuckDuckGo searches through DDGS returns "No results found" #74902
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 @MidKnightXI on GitHub (May 7, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24428
Check Existing Issues
Installation Method
Docker
Open WebUI Version
9.2 slim
Ollama Version (if applicable)
No response
Operating System
Fedora/Docker
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The searches should complete properly as it does with other search engines like Google does.
Actual Behavior
DuckDuckGo returns a "No results found"
Steps to Reproduce
Logs & Screenshots
_open-webui_logs.txt
Additional Information
I already updated DDGS to its latest version to fix some previous issues in my container fyi
@owui-terminator[bot] commented on GitHub (May 7, 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:
🟢 #24188 Bug: DuckDuckGo web search fails with
AttributeError: 'NoneType' object has no attribute 'split'when using ddgs >= 9.xThis is the closest match: it is specifically about DuckDuckGo web search failing in Open WebUI with DDGS 9.x. The root cause discussed there could plausibly surface as a generic “No results found” symptom in the current report.
by soulhakr
🟣 #21642 issue: DDGS not working with version 0.9.2 and more
This earlier DDGS regression report covers DuckDuckGo web search breaking in Open WebUI 0.9.2/0.9.3, which is the same version range as the new issue. It indicates an existing DDGS integration problem rather than a new isolated bug.
by pmasson91 ·
bug🟣 #12349 issue: Can't use DuckDuckGo
This older issue reports DuckDuckGo returning 'No search results found' in Open WebUI, making it directly related by symptom even though the specific stack/version differs.
by eccentricpark ·
bug🟣 #13194 issue: Web Search with DuckDuckGo broken
This issue is about DuckDuckGo web search being broken in Open WebUI and helps establish that DDG integration failures have occurred before. The theme and subsystem are the same, though the observed error differs.
by discostur ·
bug🟣 #13666 issue: Websearch DuckDuckgo and Searxng - search engine failing
This issue mentions DuckDuckGo websearch failing and producing no response/empty JSON, which is closely aligned with the current 'No results found' behavior.
by Shamoonmohd ·
bug💡 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.
@tjbck commented on GitHub (May 8, 2026):
https://github.com/open-webui/open-webui/issues/24188