mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #11578] issue: Bing Web Search is 404'ing #54947
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 @sfarthin on GitHub (Mar 12, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11578
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.5.20
Ollama Version (if applicable)
No response
Operating System
python:3.11-slim-bookworm
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Successful web searches on Bing or an authenticated error if key is incorrect.
Actual Behavior
Bing searches are failing after inputting appropriate endpoint and key. The docker logs read as
requests.exceptions.HTTPError: 404 Client Error: Resource Not Found for url: https://api.bing.microsoft.com/?q=Wegmans+grocery+store+history&mkt=&count=3. This seems to suggest the Bing integration is not working as intended.Steps to Reproduce
Logs & Screenshots
Settings Azure Portal for Bing API
Settings in WebUI
Example Query
Logs
After failure
Additional Information
No response