使用clash代理时报错
#1310
Replies: 1 comment 2 replies
-
http: 后面多了个空格 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
这到底是哪里出问题了,我在终端测试代理已经成功开启了,目标平台Ubuntu,代理工具clash
1、启动方式如下
docker run -d -p 3000:3000 \ --name http_normal \ -e OPENAI_API_KEY="" \ -e CODE="" \ -e PROXY_URL="http: //127.0.0.1:7890" \ yidadaa/chatgpt-next-web
2、报错信息如下
{ "cause": { "errno": -111, "code": "ECONNREFUSED", "syscall": "connect", "address": "224.0.0.1", "port": 443 } }
Beta Was this translation helpful? Give feedback.
All reactions