agentic icon indicating copy to clipboard operation
agentic copied to clipboard

Who has encountered this problem

Open burialz opened this issue 2 years ago • 9 comments

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

image

burialz avatar Dec 22 '22 09:12 burialz

Sometimes i have the same Problem i am not sure why.

danielehrhardt avatar Dec 22 '22 12:12 danielehrhardt

Add some more debug logging and let us know what you find.

Also, add debug: true to the ChatGPTAPIBrowser constructor which may help diagnose.

transitive-bullshit avatar Dec 22 '22 16:12 transitive-bullshit

+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)

reidsneo avatar Dec 23 '22 01:12 reidsneo

image

i have the same error :

BENSAFOUAN-Abdelhalim avatar Dec 23 '22 09:12 BENSAFOUAN-Abdelhalim

图片

i have the same error

firslov avatar Dec 24 '22 07:12 firslov

I want to recollect about this issue, did your guys using google authentication (OAuth) instead of using username and password?

reidsneo avatar Dec 26 '22 02:12 reidsneo

yes by using isGoogleLogin: true

BENSAFOUAN-Abdelhalim avatar Dec 26 '22 08:12 BENSAFOUAN-Abdelhalim

at first it works well, until 20/12/2022

BENSAFOUAN-Abdelhalim avatar Dec 26 '22 08:12 BENSAFOUAN-Abdelhalim

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

reidsneo avatar Dec 27 '22 00:12 reidsneo