node:internal/process/promises:289 triggerUncaughtException(err, true /* fromPromise */)

node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<Response>".] {
code: 'ERR_UNHANDLED_REJECTION'
node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<Response>".] {
code: 'ERR_UNHANDLED_REJECTION'
It ran well and then restarted Ubuntu, which caused the problem.
2 Replies
d.js toolkit
d.js toolkit5mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by OP
시유
시유5mo ago
npm list discord.js
├── discord.js@14.14.1
└─┬ dokdo@0.6.1
└── discord.js@14.14.1 deduped
├── discord.js@14.14.1
└─┬ dokdo@0.6.1
└── discord.js@14.14.1 deduped
node -v
v20.5.1
v20.5.1
I don't know what code the problem is.