mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #20936] issue: Error in External search: 'SearchResultWeb' object has no attribute 'get' #34862
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 @freeNestor on GitHub (Jan 26, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20936
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.7.2
Ollama Version (if applicable)
0.14.1
Operating System
macOS Tahoe
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
open-webui should have no errors and support firecrawl web search api.
Actual Behavior
open-webui logs show errors and chat page shows:An error occurred while searching the web
Steps to Reproduce
Logs & Screenshots
curl test:
open-webui logs:
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Jan 26, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20595 issue: "search_web" tool executed even when "Web Search" control disabled
by SlavikCA • Jan 11, 2026 •
bug#20641 issue: Web Search and Builtin Tools permissions break search
by HenkieTenkie62 • Jan 13, 2026 •
bug#20621 issue: WebSearch not working properly on the manul mode.
by calebrio02 • Jan 12, 2026 •
bug#19698 issue: .41 web based search and webpages - RAG - are not fixed
by frenzybiscuit • Dec 02, 2025 •
bug#19925 issue: Model responses stop after web searches
by tm-coder-484 • Dec 13, 2025 •
bugShow 5 more related issues
#20003 issue: Web Search with BRAVE API does not work.
by tigran123 • Dec 17, 2025 •
bug#20230 Bocha:Max retries exceeded with url: /v1/web-search?utm_source=ollama (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)')))
by gongshaojie12 • Dec 29, 2025 •
bug#11721 issue: Web Search not working!
by Hashah2311 • Mar 15, 2025 •
bug#19733 issue: AttributeError: 'str' object has no attribute 'get' when using Bocha search engine
by Sorkai • Dec 04, 2025 •
bug#19755 issue: Error: 404, message='Not Found', url='http://ollama:11434/api/embed'
by stevewillett • Dec 04, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@freeNestor commented on GitHub (Jan 28, 2026):
solved by myself. Need to modify the source file (ollama-webui/lib/python3.11/site-packages/open_webui/retrieval/web/main.py) to fit firecrawl's response.