chatgpt-chrome-extension
chatgpt-chrome-extension copied to clipboard
Error: ChatGPTAPI error 429, Too Many Requests
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.
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.
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!
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.