Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error code status 429 #1

Open
venusitaa opened this issue Nov 7, 2024 · 2 comments
Open

Error code status 429 #1

venusitaa opened this issue Nov 7, 2024 · 2 comments

Comments

@venusitaa
Copy link

Hello, i've been trying to setup the bot and when i run, i get flooded with this message:

Error: Request failed with status code 429
at createError (C:\Program Files\nodejs\WhatsappGPT-main\node_modules\openai\node_modules\axios\lib\core\createError.js:16:15)
at settle (C:\Program Files\nodejs\WhatsappGPT-main\node_modules\openai\node_modules\axios\lib\core\settle.js:17:12)
at IncomingMessage.handleStreamEnd (C:\Program Files\nodejs\WhatsappGPT-main\node_modules\openai\node_modules\axios\lib\adapters\http.js:322:11)
at IncomingMessage.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
Followed by hundreds of lines.

@0xSaurabhx
Copy link
Owner

Hello, i've been trying to setup the bot and when i run, i get flooded with this message:

Error: Request failed with status code 429 at createError (C:\Program Files\nodejs\WhatsappGPT-main\node_modules\openai\node_modules\axios\lib\core\createError.js:16:15) at settle (C:\Program Files\nodejs\WhatsappGPT-main\node_modules\openai\node_modules\axios\lib\core\settle.js:17:12) at IncomingMessage.handleStreamEnd (C:\Program Files\nodejs\WhatsappGPT-main\node_modules\openai\node_modules\axios\lib\adapters\http.js:322:11) at IncomingMessage.emit (node:events:531:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, Followed by hundreds of lines.

The error code 429 indicates that you are being rate-limited by the OpenAI API.

@0xSaurabhx
Copy link
Owner

I have made minor changes, so let me know once you check the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants