h4ck1ng
DIAdiscord.js - Imagine a boo! 👻
•Created by h4ck1ng on 8/24/2023 in #djs-questions
Start Error: "The user aborted a request" #9804
Hey guys. From yesterday to today, my bot started having problems starting. I read about it and maybe it's because Discord is blocking the bot.
My doubt about this is because my bot has always done the same activity, that is, nothing has changed. Does anyone have any light on the issue and how to solve it? Following error:
4HTTPError [AbortError]: Node.js v18.16.1
B/home/node/node_modules/discord.js/src/rest/RequestHandler.js:201
[ throw new HTTPError(error.message, error.constructor.name, error.status, request);
^
4HTTPError [AbortError]: The user aborted a request.
e at RequestHandler.execute (/home/node/node_modules/discord.js/src/rest/RequestHandler.js:201:15)
R at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
g at async RequestHandler.push (/home/node/node_modules/discord.js/src/rest/RequestHandler.js:51:14)
z at async WebSocketManager.connect (/home/node/node_modules/discord.js/src/client/websocket/WebSocketManager.js:134:9)
\ at async Client.login (/home/node/node_modules/discord.js/src/client/Client.js:254:7) {
code: 500,
method: 'get',
path: '/gateway/bot',
. requestData: { json: undefined, files: [] }
}.
e at RequestHandler.execute (/home/node/node_modules/discord.js/src/rest/RequestHandler.js:201:15)
R at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
g at async RequestHandler.push (/home/node/node_modules/discord.js/src/rest/RequestHandler.js:51:14)
z at async WebSocketManager.connect (/home/node/node_modules/discord.js/src/client/websocket/WebSocketManager.js:134:9)
\ at async Client.login (/home/node/node_modules/discord.js/src/client/Client.js:254:7) {
code: 500,
method: 'get',
path: '/gateway/bot',
. requestData: { json: undefined, files: [] }
}
8 replies