PyChatGPT
PyChatGPT copied to clipboard
raise Exceptions.Auth0Exception("Failed to make the first request, Try that again!") pychatgpt.classes.exceptions.Auth0Exception: Failed to make the first request, Try that again!
I'm also facing the same issue. Tried with and without proxy and it seems to have no effect.
I am facing the same issue, any workaround?
I am facing the same issue, any workaround?
I think the API is broken at this point. Have to wait for an update. I thought there might be an issue with the API endpoint, tried changing that - no effect as well. Also the Discord channel invite link doesn't work.
Facing the same issue. Is there already a workaround?
Facing the same issue. Is there already a workaround?
The same issue. I don't know the proxy is worked, do u have any workaround?
change options.proxies = 'http://localhost:7890'
to options.proxies = 'https://localhost:7890'
can pass this exceptions.
change
options.proxies = 'http://localhost:7890'
tooptions.proxies = 'https://localhost:7890'
can pass this exceptions.
I tried it, the issue persists
The project is no more maintained. If you want, you can try and find a solution yourself by forking it.
same here, any update later ?