[GH-ISSUE #11858] issue: Searxng 查询 q 为空查询报错 Searxng 查询 URL process_web_search:1417 - trying to web search with ('searxng', '') - {} #55044

Closed
opened 2026-05-05 17:05:00 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @xuechenli965 on GitHub (Mar 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11858

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Git Clone

Open WebUI Version

v0.5.20

Ollama Version (if applicable)

ollama version is 0.5.12

Operating System

Ubuntu 22.04

Browser (if applicable)

Chrome

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

Searxng 查询 q 为空查询报错
联网搜索 选择模型 https://DeepSeek-R1-hmpdz.eastus2.models.ai.azure.com
输入 南京天气 应该回复相对应JSON 但报错

Actual Behavior

Searxng 查询 q 为空查询报错
Searxng 查询 URL http://IP:2399/search?q=
2025-03-19 09:22:23.467 | INFO | open_webui.routers.retrieval:process_web_search:1417 - trying to web search with ('searxng', '') - {}
2025-03-19 09:22:23.471 | ERROR | open_webui.routers.retrieval:process_web_search:1424 - 400 Client Error: BAD REQUEST for url: http://IP:2399/search?q=&format=json&pageno=1&safesearch=1&language=en-US&time_range=&categories=&theme=simple&image_proxy=0 - {}

Steps to Reproduce

选择模型 联网搜索

Logs & Screenshots

Image

Additional Information

使用函数搭建的模型 https://DeepSeek-R1-hmpdz.eastus2.models.ai.azure.com q 为空查询报错
若使用ollama run 拉取的模型没问题

Originally created by @xuechenli965 on GitHub (Mar 19, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/11858 ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Git Clone ### Open WebUI Version v0.5.20 ### Ollama Version (if applicable) ollama version is 0.5.12 ### Operating System Ubuntu 22.04 ### Browser (if applicable) Chrome ### 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 Searxng 查询 q 为空查询报错 联网搜索 选择模型 https://DeepSeek-R1-hmpdz.eastus2.models.ai.azure.com 输入 南京天气 应该回复相对应JSON 但报错 ### Actual Behavior Searxng 查询 q 为空查询报错 Searxng 查询 URL http://IP:2399/search?q=<query> 2025-03-19 09:22:23.467 | INFO | open_webui.routers.retrieval:process_web_search:1417 - trying to web search with ('searxng', '') - {} 2025-03-19 09:22:23.471 | ERROR | open_webui.routers.retrieval:process_web_search:1424 - 400 Client Error: BAD REQUEST for url: http://IP:2399/search?q=&format=json&pageno=1&safesearch=1&language=en-US&time_range=&categories=&theme=simple&image_proxy=0 - {} ### Steps to Reproduce 选择模型 联网搜索 ### Logs & Screenshots ![Image](https://github.com/user-attachments/assets/e1824ad2-8ec6-43ec-9f8e-296b73a92bd5) ### Additional Information 使用函数搭建的模型 https://DeepSeek-R1-hmpdz.eastus2.models.ai.azure.com q 为空查询报错 若使用ollama run 拉取的模型没问题
GiteaMirror added the bug label 2026-05-05 17:05:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#55044