mpociot / chatgpt-vscode

A VSCode extension that allows you to use ChatGPT
4.99k stars 365 forks source link

Help error 403: #34

Open TheBosoYolo opened 1 year ago

TheBosoYolo commented 1 year ago

[ERROR] Error: ChatGPTAPI error 403 I double checked my user agent, session id and the other things and this error still presists

KledM commented 1 year ago

I have had the same issue, I've tried refreshing, restarting, and wiping my computer, nothing works

UsmanTechJive commented 1 year ago

The same thing is happening to me as well

ValentinCHA commented 1 year ago

Same for me

romantech commented 1 year ago

same for me

eshack94 commented 1 year ago

Same here.

tksharma0907 commented 1 year ago

same

timkmecl commented 1 year ago

Hi, you can try my other extension CodeGPT (Marketplace link) based on this one, which uses a different method to connect to ChatGPT (it does however not support real-time streaming of the response, and conversation/follow up questions are not yet implemented)

huotarih commented 1 year ago

Same [ERROR] Error: ChatGPT failed to refresh auth token. Error: 403 Forbidden

jmtame commented 1 year ago

Same. Bumping.

timkmecl commented 1 year ago

Try latest update of my version's repo (the updated version is already on the Marketplace so just update it if you already have it installed)

It uses a method described in this tweet (simple Node.js implementation here), already implemented in the unofficial chatgpt api. Only the official API key from OpenAI needed.