nashsu / FreeAskInternet

FreeAskInternet is a completely free, PRIVATE and LOCALLY running search aggregator & answer generate using MULTI LLMs, without GPU needed. The user can ask a question and the system will make a multi engine search and combine the search result to LLM and generate the answer based on search results. It's all FREE to use.
Apache License 2.0
8.41k stars 875 forks source link

联网搜索报错 #46

Open mt-altman opened 4 months ago

mt-altman commented 4 months ago

部署方式:render 二进制部署 联网搜索报错:

urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='searxng', port=8080): Max retries exceeded with url: /?q=%3Aall+%21general+%E4%B8%8A%E6%B5%B7%E5%A4%A9%E6%B0%94&format=json (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f0c39c151f0>: Failed to resolve 'searxng' ([Errno -2] Name or service not known)"))

chatgpt搜索结果: 根本原因:Caused by NameResolutionError。错误的根本原因是DNS解析失败——即Python的请求库 urllib3 无法将主机名 searxng 解析为IP地址。错误信息 [Errno -2] Name or service not known 表明无法找到对应的服务或名称

解决:

Somnus1437 commented 4 months ago

经常出现没有输出完毕的情况

mt-altman commented 4 months ago

https://github.com/nashsu/FreeAskInternet/issues/46#issue-2235961461 好像是二进制文件部署,并不会run searxng 服务,但是我不知道怎么转成单镜像