PyChatGPT icon indicating copy to clipboard operation
PyChatGPT copied to clipboard

[BUG] 403 Access denied

Open RedWideWeb opened this issue 2 years ago • 2 comments
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 image

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)

RedWideWeb avatar Jan 10 '23 11:01 RedWideWeb

Looks like a nice project, i hope it can be fixed! :) So current version not working anymore, for nobody?

technout avatar Jan 12 '23 00:01 technout

Still not working. Did OpenAI find a way to block it?

Also: are there other options? Or should we try selenium?

alex-calderwood avatar Jan 18 '23 00:01 alex-calderwood