PyChatGPT
PyChatGPT copied to clipboard
[BUG] 403 Access denied
trafficstars
Describe the bug Token is correct but the answer returned is 403 Access Denied
To Reproduce Steps to reproduce the behavior:
chat = Chat(email=email, password=pwd)
answer, _, _ = chat.ask("Hello!")
print(answer)
Expected behavior Response from ChatGPT
Screenshots

Version Info (please complete the following information):
- Chatgptpy version - 1.0.8
- Dependency version - ?
Additional context
The token is saved via OpenAI.Auth(email_address=email, password=pwd).save_access_token(access_token=token, expiry=time.time() + 3600)
Looks like a nice project, i hope it can be fixed! :) So current version not working anymore, for nobody?
Still not working. Did OpenAI find a way to block it?
Also: are there other options? Or should we try selenium?