mpociot / chatgpt-vscode

A VSCode extension that allows you to use ChatGPT
4.96k stars 366 forks source link

I can not find __Secure-next-auth.session-token #25

Open izac3d opened 1 year ago

izac3d commented 1 year ago

I can not find __Secure-next-auth.session-token

image
dvbnl commented 1 year ago

Try to access the right URL: https://chat.openai.com and logon there. Your stored cookies are from auth0.openai.com and the __Secure-next-auth.session-token cookie is stored under chat.openai.com.

izac3d commented 1 year ago

Thanks but I can not login not even with VPN, it display country not supported

kingofkillers91 commented 1 year ago

Hi there,I'm getting this message "Couldn't get OpenAI session: Couldn't launch headless browser: Couldn't launch headless browser: could not send message: could not send message to server: Browser closed." For sure i'm just typing this string { "openaisession": "eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0" } in a wrong way, No idea what is wrong though. Please do let me know