rawandahmad698/PyChatGPT

[BUG] Please update bypass first step and other.

und3fined opened this issue · 8 comments

Describe the bug
Can't open https://chat.openai.com/auth/login

To Reproduce
Steps to reproduce the behavior:
First login error

Expected behavior
Login success

Screenshots
I added log for first step. And got error 403

>> Tracking conversation enabled.
>> Access Token missing or expired. Attempting to create them...
[OpenAI] Beginning auth process
[OpenAI][1] Making request to https://chat.openai.com/auth/login
[OpenAI][1] StatusCode = 403
Traceback (most recent call last):
  File "chat-gpt/main.py", line 17, in <module>
    chat = Chat(email="me@1234", password="2222", options=options)
  File "chat-gpt/.env/lib/python3.10/site-packages/pychatgpt/main.py", line 56, in __init__
    self._setup()
  File "chat-gpt/.env/lib/python3.10/site-packages/pychatgpt/main.py", line 145, in _setup
    self._create_access_token()
  File "chat-gpt/.env/lib/python3.10/site-packages/pychatgpt/main.py", line 163, in _create_access_token
    openai_auth.create_token()
  File "chat-gpt/.env/lib/python3.10/site-packages/pychatgpt/classes/openai.py", line 134, 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!

Version Info (please complete the following information):
Latest

Additional context
"Host": "ask.openai.com" maybe won't work

Provide information on each section, or your issue will be closed.

Same issue..

same...

GaoQ1 commented

so what's the problem?

same

An update is coming, check out our Discord server in readme.

same

Good to wait for a new release.