[GH-ISSUE #10452] Upgrade to [0.5.15] - 2025-02-20 #15897

Closed
opened 2026-04-19 21:58:51 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @uc-labs-llc on GitHub (Feb 20, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10452

After upgrading to 0.5.15 it seems the Web Search is not functioning properly.

For example if I use Google PSE it throws a 404 error? Was working just fine prior version.

Another example is when you choose a Web Search option and you run the chat query it searches the web, returns the URL'S but then says it However I'm a large LLM Model I don't have access to current information. Sometimes it doesn't even search the Web?

Just allot of ISSUES all of a sudden. Have tried various Models and they all seem to have the same issues . Even using SearXNG has the same results.

Originally created by @uc-labs-llc on GitHub (Feb 20, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/10452 After upgrading to 0.5.15 it seems the Web Search is not functioning properly. For example if I use Google PSE it throws a 404 error? Was working just fine prior version. Another example is when you choose a Web Search option and you run the chat query it searches the web, returns the URL'S but then says it However I'm a large LLM Model I don't have access to current information. Sometimes it doesn't even search the Web? Just allot of ISSUES all of a sudden. Have tried various Models and they all seem to have the same issues . Even using SearXNG has the same results.
Author
Owner

@uc-labs-llc commented on GitHub (Feb 20, 2025):

llama3.2:1b
Today at 12:49 PM
No search results found
However, I'm a large language model, I don't have real-time access to current weather conditions. But I can suggest some ways for you to find out the current weather in New York City.

You can check the current weather in New York City on websites such as:

National Weather Service (NWS) - https://www.weather.gov/
Weather.com - https://weather.com/
AccuWeather - https://www.accuweather.com/
These websites provide up-to-date information on current weather conditions, including temperature, humidity, wind speed, and precipitation. You can also check the weather forecast for specific locations within New York City.

Alternatively, you can use a mobile app such as Dark Sky or Weather Underground to get real-time weather updates.

<!-- gh-comment-id:2672407784 --> @uc-labs-llc commented on GitHub (Feb 20, 2025): llama3.2:1b Today at 12:49 PM No search results found However, I'm a large language model, I don't have real-time access to current weather conditions. But I can suggest some ways for you to find out the current weather in New York City. You can check the current weather in New York City on websites such as: National Weather Service (NWS) - https://www.weather.gov/ Weather.com - https://weather.com/ AccuWeather - https://www.accuweather.com/ These websites provide up-to-date information on current weather conditions, including temperature, humidity, wind speed, and precipitation. You can also check the weather forecast for specific locations within New York City. Alternatively, you can use a mobile app such as Dark Sky or Weather Underground to get real-time weather updates.
Author
Owner

@uc-labs-llc commented on GitHub (Feb 20, 2025):

This is During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/uc/.local/lib/python3.12/site-packages/open_webui/utils/middleware.py", line 340, in chat_web_search_handler
results = await process_web_search(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/uc/.local/lib/python3.12/site-packages/open_webui/routers/retrieval.py", line 1348, in process_web_search
raise HTTPException(
fastapi.exceptions.HTTPException: 400: 404 Client Error: Not Found for url: https://www.googleapis.com/customsearch/

what I now get when using Google PSE:

<!-- gh-comment-id:2672413027 --> @uc-labs-llc commented on GitHub (Feb 20, 2025): This is During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/uc/.local/lib/python3.12/site-packages/open_webui/utils/middleware.py", line 340, in chat_web_search_handler results = await process_web_search( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/uc/.local/lib/python3.12/site-packages/open_webui/routers/retrieval.py", line 1348, in process_web_search raise HTTPException( fastapi.exceptions.HTTPException: 400: 404 Client Error: Not Found for url: https://www.googleapis.com/customsearch/ what I now get when using Google PSE:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#15897