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
the adonis 5 server keep dying because of fetch req is not closing
can you please tell me what should i do to resolve this error
TypeError: fetch failed
at fetch (/home/expertscloud/js_projects/whatsapp-chatgpt/node_modules/undici/index.js:113:13)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
cause: ConnectTimeoutError: Connect Timeout Error
at onConnectTimeout (/home/expertscloud/js_projects/whatsapp-chatgpt/node_modules/undici/lib/core/connect.js:182:24)
at /home/expertscloud/js_projects/whatsapp-chatgpt/node_modules/undici/lib/core/connect.js:129:46
at Immediate._onImmediate (/home/expertscloud/js_projects/whatsapp-chatgpt/node_modules/undici/lib/core/connect.js:170:9)
at processImmediate (node:internal/timers:466:21) {
code: 'UND_ERR_CONNECT_TIMEOUT'
}
}
[22:48:07.069] FATAL (whatsapp-chatgpt/44690): "uncaughtException" detected
TypeError: fetch failed
at fetch (/home/expertscloud/js_projects/whatsapp-chatgpt/node_modules/undici/index.js:113:13)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
[22:48:07.069] WARN (whatsapp-chatgpt/44690): pino.final with prettyPrint does not support flushing
/home/expertscloud/js_projects/whatsapp-chatgpt/node_modules/undici/index.js:113
Error.captureStackTrace(err, this)
^
TypeError: fetch failed
at fetch (/home/expertscloud/js_projects/whatsapp-chatgpt/node_modules/undici/index.js:113:13)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
[ warn ] Underlying HTTP server died with "1 code"
The text was updated successfully, but these errors were encountered:
Hmm, I think the error is happening outside of the library, but maybe there's a correlation. May I get a snippet of your code to see how you are using it?
node version : 18.14.0
whatsapp-api-js : 0.8.2
the adonis 5 server keep dying because of fetch req is not closing
can you please tell me what should i do to resolve this error
The text was updated successfully, but these errors were encountered: