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] 403 Access denied #140

Open
RedWideWeb opened this issue Jan 10, 2023 · 2 comments
Open

[BUG] 403 Access denied #140

RedWideWeb opened this issue Jan 10, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@RedWideWeb
Copy link

RedWideWeb commented Jan 10, 2023

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 RedWideWeb added the bug Something isn't working label Jan 10, 2023
@technout
Copy link

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

@alex-calderwood
Copy link

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

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

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

4 participants