agentic
agentic copied to clipboard
Who has encountered this problem
Verify latest release
- [X] I verified that the issue exists in the latest
chatgpt
release
Verify webapp is working
- [X] I verify that the ChatGPT webapp is working properly for this account.
Environment details
ChatGPTError: Failed to authenticate session
Describe the Bug
Sometimes i have the same Problem i am not sure why.
Add some more debug logging and let us know what you find.
Also, add debug: true
to the ChatGPTAPIBrowser
constructor which may help diagnose.
+1
/node_modules/chatgpt/build/index.js:1384
throw new ChatGPTError("Failed to authenticate session");
ChatGPTError: Failed to authenticate session
at ChatGPTAPIBrowser.initSession (file:///home/runner/project/node_modules/chatgpt/build/index.js:1384:13)
i have the same error :
i have the same error
I want to recollect about this issue, did your guys using google authentication (OAuth) instead of using username and password?
yes by using isGoogleLogin: true
at first it works well, until 20/12/2022
In my case also same, while using isGoogleLogin: true for some reason after pupetter automatically process the Oauth login, there was additional "verification step" like entering OTP to mobile to verify google authorization process, this step seem skipped and lead to the error above it work on my local pc, but not work on newly logged google login my remote server