mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 23:38:13 -05:00
[GH-ISSUE #7103] Web Search broken #14607
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 @SouthFresh on GitHub (Nov 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7103
Bug Report
Note: Please remove the notes above when submitting your post. Thank you for your understanding and support!
Installation Method
Docker Compose including searchxng docker compose file.
Environment
Open WebUI Version: v0.4.1(latest)
Ollama (if applicable): v0.4.2
Operating System: Ubuntu 24.04 LTS
Browser (if applicable): Multiple
Confirmation:
Expected Behavior:
Expect Open-WebUI client to establish a connection to the running Searxng instance and retrieve search results.
Actual Behavior:
Error is received and no search results are provided.
Description
Bug Summary:
Web search appears to universally fail across all queries. The error message states that max retries exceeded caussed by "
"NewConnectionError('<urllib3.connection.HTTPConnection object..." included in logs.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:
console-export-2024-11-20_11-15-15.txt
Docker Container Logs:
_open-webui_logs.txt
_searxng_logs.txt
Screenshots/Screen Recordings (if applicable):


