acheong08 / OpenAIAuth

Reverse engineered Auth0 for OpenAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Max retries exceeded with url: /api/auth/csrf

friday-james opened this issue · comments

Tried to host a proxy according to this script: acheong08/ChatGPT#776 (comment)
And run it in local

uvicorn proxy:app --reload

Then connect to the local proxy via the awesome project revChatGPT.V2 as below

from revChatGPT.V2 import Chatbot

chatbot = Chatbot(
    email=email,
    password=password,
    paid=True,
    proxy='http://0.0.0.0',
)

But got an error in OpenAIAuth
requests.exceptions.ProxyError: HTTPSConnectionPool(host='explorer.api.openai.com', port=443): Max retries exceeded with url: /api/auth/csrf (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fe3a98e61d0>: Failed to establish a new connection: [Errno 111] Connection refused')))

How to fix this sir 🤝

commented

我也是遇到了同样的问题

commented

requests.exceptions.SSLError: HTTPSConnectionPool(host='explorer.api.openai.com', port=443): Max retries exceeded with url: /api/auth/csrf (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1125)')))
Question happened in 2023.03.30!!

yup. down. will fix later

requests.exceptions.SSLError: HTTPSConnectionPool(host='explorer.api.openai.com', port=443): Max retries exceeded with url: /api/auth/csrf (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1125)'))) Question happened in 2023.03.30!!

same problem!the host update security protection?

They deleted the back end