You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
when using the example code login. it will try and login but get the error:
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.
The text was updated successfully, but these errors were encountered: