timkmecl / chatgpt-vscode

VSCode extension that allows you to use ChatGPT or GPT4 inside the IDE
331 stars 81 forks source link

Followed your Dec 14 instructions, still getting 403 #6

Closed alokc83 closed 1 year ago

alokc83 commented 1 year ago

Is there anything that I am missing? I would appreciate the help. Thank you for reading and creating this extension.

Best, Alok C

timkmecl commented 1 year ago

Hi, I am sorry to hear that. As I wrote in the other issue, if you followed all the instructions and still get the error, there is unfortunately nothing that can be done right now, since this is due to agressive CloudFlare protection (if you are using Chrome to get the tokens try some other browser). I hope this will be resolved by OpenAI or the creators of the unofficial API soon.

Welding-Torch commented 1 year ago

Hey @timkmecl will you be using the new ChatGPTAPIBrowser that should resolve a lot of people's 403 / 429 errors? Mentioned here https://github.com/transitive-bullshit/chatgpt-api/issues/111#issuecomment-1353848972 and you can also see the latest release here https://github.com/transitive-bullshit/chatgpt-api/releases (the v3.0.0 release)

Would be super cool if you did, I love using this extension ❤️

abi commented 1 year ago

@Welding-Torch unfortunately the v3.0.0 release only works on Node 18 (VSCode is on node 16 and cannot be changed). I've also had trouble getting Puppeteer which is used for browser automation there to play nice with Webpack in a VSCode extension.

timkmecl commented 1 year ago

Hey @Welding-Torch thank you for the compliments! I am planning on using the updated API as soon as possible, but I think it currently cannot be used inside a VSCode extension due to their use of Pupeteer and higher required node version (see https://github.com/transitive-bullshit/chatgpt-api/issues/137 for anyone interested). Therefore I am waiting for any potential fix or changes by the makers of the API.

@abi did you by any chance manage to get something work with your extension?

abi commented 1 year ago

@timkmecl No, I can't get Puppeteer to run with the VS Code extension environment :(

alokc83 commented 1 year ago

Thank you all for participating. I really appreciate it.

leon-up9 commented 1 year ago

I got 403 error too even after upgrading to node 18 :(

mohammad-oghli commented 1 year ago

It seems that 403 error is still in all ChatGPT extensions that are using unofficial API due to aggressive Cloudflare protection. The only workaround for this issue is what gencay introduced in his extension which is Zero-Config Autologin lets the extension grab the required tokens automatically using puppeteer. I tested on my VS Code and it worked perfectly without any errors.

jonlepage commented 1 year ago

not work ! image

used vivaldi browser

timkmecl commented 1 year ago

This should now be solved in the latest version, download it from Marketplace

New version 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. (@mohammad-oghli @abi )