Web Search error #3811
Replies: 10 comments 13 replies
|
Same exact issue. Please let me know when you find a solution |
|
Same issue here. It was previously working as |
|
if you are using open webui within docker change the localhost with host.docker.internal
|
|
I followed the instructions . It shows that it's searching and shows the URLS, but for some reason recently, it doesn't seem to be sending the web content as context to the LLM. Tried with different LLMs, no luck. |
|
I was having the same problem but then realized that I was running searxng and open-webui in two separate containers (with bridging and port forwarding). Using 127.0.0.1 (or localhost) wasn't working, I'm presuming because it was trying to connect to the internal localhost of the open-webui docker instance, rather than the host. As soon as I changed the host to be one of my adapter IP addresses I have web search working with both open-webui and searxng running locally in two separate docker containers. |
|
Same issue. |
|
Searxng is in docker with 8080 as the external port. Using http://localhost:8080/search from my browser works. Using http://192.168.1.15:8080/search from my browser also works. I did notice that if I set "bypass ssl for verification" to Yes, save the configuration, go to another tab and then come back it's set to NO. |
|
Running into the same issue with a Searxng instance set up on Hugging Face. What's the fix? |
|



Uh oh!
There was an error while loading. Please reload this page.
I have installed the webui but when I try to use searxng it doesn't work, when I make the url like this
"http://searxng:8080/search?q=" it gives me this error:
HTTPConnectionPool(host='searxng', port=8080): Max retries exceeded with url: /search?q=nextjs&format=json&pageno=1&safesearch=1&language=en-US&time_range=&categories=&theme=simple&image_proxy=0 (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7fc3eddd5bd0>: Failed to resolve 'searxng' ([Errno -2] Name or service not known)"))and when I change the url to "http://localhost:8080/search?q="
it gives me another error:
Expecting value: line 1 column 1 (char 0)but with the local host it works fine in the browser and the search is working fine and it doesn't work in the webui


All reactions