rawandahmad698 / PyChatGPT

⚡️ Python client for the unofficial ChatGPT API with auto token regeneration, conversation tracking, proxy support and more.
MIT License
4.22k stars 447 forks source link

[BUG] "Failed to make the first request, Try that again!" get access-token failed #147

Open liuyan345 opened 1 year ago

liuyan345 commented 1 year ago

[OpenAI] Email address: ssssssss@gmail.com [OpenAI] Password: ssssssss [OpenAI] Beginning auth process [OpenAI][1] Making request to https://chat.openai.com/auth/login Traceback (most recent call last): File "/data/www/test/main.py", line 11, in chat = Chat(email="ssssssss@gmail.com", password="sssssss") File "/usr/local/python3/lib/python3.9/site-packages/pychatgpt/main.py", line 56, in init self._setup() File "/usr/local/python3/lib/python3.9/site-packages/pychatgpt/main.py", line 145, in _setup self._create_access_token() File "/usr/local/python3/lib/python3.9/site-packages/pychatgpt/main.py", line 163, in _create_access_token openai_auth.create_token() File "/usr/local/python3/lib/python3.9/site-packages/pychatgpt/classes/openai.py", line 133, in create_token raise Exceptions.Auth0Exception("Failed to make the first request, Try that again!") pychatgpt.classes.exceptions.Auth0Exception: Failed to make the first request, Try that again!

Zeffut commented 10 months ago

i got the same