-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Seems like the crash is due to an unhandled exception around typing:
/app/node_modules/@discordjs/rest/src/lib/handlers/Shared.ts:148
throw new DiscordAPIError(data, 'code' in data ? data.code : data.error, status, method, url, requestData);
^
DiscordAPIError[50001]: Missing Access
at handleErrors (/app/node_modules/@discordjs/rest/src/lib/handlers/Shared.ts:148:10)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async SequentialHandler.runRequest (/app/node_modules/@discordjs/rest/src/lib/handlers/SequentialHandler.ts:417:20)
at async SequentialHandler.queueRequest (/app/node_modules/@discordjs/rest/src/lib/handlers/SequentialHandler.ts:169:11)
at async _REST.request (/app/node_modules/@discordjs/rest/src/lib/REST.ts:210:20)
at async TextChannel.sendTyping (/app/node_modules/discord.js/src/structures/interfaces/TextBasedChannel.js:203:5)
at async Client.<anonymous> (/app/src/server.ts:151:5) {
requestBody: { files: undefined, json: undefined },
rawError: { message: 'Missing Access', code: 50001 },
code: 50001,
status: 403,
method: 'POST',
url: 'https://discord.com/api/v10/channels/.../typing';
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working