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 forbidden #131

Open
SilkePilon opened this issue Dec 20, 2022 · 1 comment
Open

[BUG] 403 forbidden #131

SilkePilon opened this issue Dec 20, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@SilkePilon
Copy link

Describe the bug
when using the example code login. it will try and login but get the error:

raise Exceptions.Auth0Exception("Failed to make the first request, Try that again!" + str(response.status_code))     
pychatgpt.classes.exceptions.Auth0Exception: Failed to make the first request, Try that again! 403

note that i added the + str(response.status_code) for debuging.

To Reproduce
Steps to reproduce the behavior:
platform is windows 11
using example code.

Expected behavior
A clear and concise description of what you expected to happen.
logging in and using pychatgpt

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

@SilkePilon SilkePilon added the bug Something isn't working label Dec 20, 2022
@SilkePilon SilkePilon changed the title [BUG] 403 403 forbidden [BUG] 403 forbidden Dec 20, 2022
@crypdick
Copy link

I am seeing the following in the response.text: Enable JavaScript and cookies to continue

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