mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #11858] issue: Searxng 查询 q 为空查询报错 Searxng 查询 URL process_web_search:1417 - trying to web search with ('searxng', '') - {} #16378
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 @xuechenli965 on GitHub (Mar 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11858
Check Existing Issues
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
README.md.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
Additional Information
使用函数搭建的模型 https://DeepSeek-R1-hmpdz.eastus2.models.ai.azure.com q 为空查询报错
若使用ollama run 拉取的模型没问题