mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
bug: Allow Web Search RAG to Continue on Invalid Hostname Resolution #1137
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 @0zheermao0 on GitHub (Jun 5, 2024).
Bug Report
Description
Bug Summary:
When using the Web Search RAG feature, if the search engine returns a hostname that the server cannot resolve, all search results are blocked from proceeding to the next step of RAG processing.
Steps to Reproduce:
1.Use the Web Search RAG feature with a URL that points to a hostname that cannot be resolved by the DNS.
2.Observe that once the unresolvable hostname is encountered, all other valid search results are also blocked and do not proceed to the next step.
Expected Behavior:
If a hostname cannot be resolved, that specific URL should be ignored, and the Web Search RAG should continue processing the remaining valid URLs without interruption.
Actual Behavior:
The Web Search RAG stops processing all URLs and answer directly through the models when encountering an unresolvable hostname.
Environment
Open WebUI Version: v0.2.4
Ollama (if applicable): 0.1.39
Operating System: Windows 11, wsl2, Debian
Browser (if applicable): [e.g., Chrome 100.0, Firefox 98.0]
Reproduction Details
Confirmation:
Logs and Screenshots
Command Console Logs:
Installation Method
manual installation
@qhmhl commented on GitHub (Jun 9, 2024):
i add at the end, now the error as below.
Something went wrong :/ [Errno -2] Name or service not known
@andrebarsotti commented on GitHub (Jun 13, 2024):
Hello,
I'm still encountering this issue; here is the debug prompt. Could anyone assist?