Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
liuyan345 opened this issue Jun 16, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@liuyan345
Copy link

[OpenAI] Email address: [email protected]
[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="[email protected]", 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!

@liuyan345 liuyan345 added the bug Something isn't working label Jun 16, 2023
@Zeffut
Copy link

Zeffut commented Nov 13, 2023

i got the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants