Replies: 1 comment
-
|
Hello, This is a problem with your origin internet provider or VPS. It tries to hijack your internet connection and puts a fake certificate under it. To solve this problem, you could download the client locally: git clone https://github.com/gpt4free/g4f.dev.git Place the downloaded directory in the folder where you are running gpt4free. Then it takes the files out of directory instead of wanting to download it. 你好。 这是您的原始互联网提供商或 VPS 的问题。 它试图劫持您的互联网连接,并在其下方放置假证书。 要解决这个问题,您可以在本地下载客户端: git 克隆https://github.com/gpt4free/g4f.dev.git 将下载的目录放置在您正在运行 gpt4free 的文件夹中。 然后,它将文件从目录中取出,而不是想要下载它。 |
Beta Was this translation helpful? Give feedback.
0 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.
-
错误信息如下,求助如何解决?
`INFO: Uvicorn running on http://0.0.0.0:1337 (Press CTRL+C to quit)
ERROR:g4f.gui.server.app:Exception on /chat/ [GET]
urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "requests\adapters.py", line 644, in send
File "urllib3\connectionpool.py", line 841, in urlopen
File "urllib3\util\retry.py", line 519, in increment
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /gpt4free/g4f.dev/refs/heads/main/chat/index.html (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006)')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "flask\app.py", line 1511, in wsgi_app
File "flask\app.py", line 919, in full_dispatch_request
File "flask\app.py", line 917, in full_dispatch_request
File "flask\app.py", line 902, in dispatch_request
File "g4f\gui\server\website.py", line 101, in _chat
File "g4f\gui\server\website.py", line 35, in render
File "requests\api.py", line 73, in get
File "requests\api.py", line 59, in request
File "requests\sessions.py", line 589, in request
File "requests\sessions.py", line 703, in send
File "requests\adapters.py", line 675, in send
requests.exceptions.SSLError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /gpt4free/g4f.dev/refs/heads/main/chat/index.html (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006)')))
INFO: 127.0.0.1:9140 - "GET /chat/ HTTP/1.1" 500 Internal Server Error
INFO: 127.0.0.1:9140 - "GET /favicon.ico HTTP/1.1" 404 Not Found`
Beta Was this translation helpful? Give feedback.
All reactions