gragland / chatgpt-chrome-extension

A ChatGPT Chrome extension. Integrates ChatGPT into every text box on the internet.
MIT License
2.83k stars 455 forks source link

Error: ChatGPTAPI error 429, Too Many Requests #12

Closed cmoleka closed 1 year ago

cmoleka commented 1 year ago

There appears to be an issue with the second step of the sever initialization.

 const error = new ChatGPTError(msg);
 ChatGPTError: ChatGPTAPI error 429
 statusCode: 429,
 statusText: 'Too Many Requests'

Although I tried implementing a solution found here: Error: ChatGPTAPI error 429, it doesn't seem to fix the issue. Anyone else ran into this?

I also think it's worth mentioning that this error start appearing within the past few days from what I have gathered.

cmoleka commented 1 year ago

The issue has been fixed by disabling Image plugin from config.js

Not entirely sure why it was causing an error, however for my use-case Image is not required.

Update:

After first attempt at generating a text, 429 came back. Disabling the Default plugin did not fix it. Investigating.

gragland commented 1 year ago

This may be related to OpenAI's bot protection. We need to upgrade to the latest version of chatgpt-api: https://github.com/gragland/chatgpt-chrome-extension/issues/13

Will do this when I have time, but pretty busy. If anyone wants to tackle it feel free!

gragland commented 1 year ago

Just updated the extension. Get the latest version, re-run npm run install, and then try again.

Keep in mind ChatGPT is pretty overloaded right now. You can try their website directly to see if it's an issue with the extension or their site just isn't working.