You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.
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 text was updated successfully, but these errors were encountered: