I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
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
I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have listed steps to reproduce the bug in detail.
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.
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
Originally created by @ahgray on GitHub (Mar 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12047
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### 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
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have listed steps to reproduce the bug in detail.
### 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
1. New chat.
2. Enter Query
3. Toggle Web Search
4. Wait...
### 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_
GiteaMirror
added the bug label 2026-05-18 00:52:29 -05:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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