gistfile1.txt
· 1.2 KiB · Text
Ham
Interaction error: DiscordAPIError[0]: 404: Not Found
at handleErrors (/app/node_modules/@discordjs/rest/src/lib/handlers/Shared.ts:148:10)
at processTicksAndRejections (node:internal/process/task_queues:103: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 ChannelManager.fetch (/app/node_modules/discord.js/src/managers/ChannelManager.js:130:18)
at async handleStart (/app/src/subcommands/poll/start.ts:23:21)
at async Client.handleInteraction (/app/src/handlers/interactions.ts:15:45) {
requestBody: { files: undefined, json: undefined },
rawError: { message: '404: Not Found', code: 0 },
code: 0,
status: 404,
method: 'GET',
url: 'https://discord.com/api/v10/channels/'
}
(node:77) Warning: Supplying "ephemeral" for interaction response options is deprecated. Utilize flags instead.
(Use `node --trace-warnings ...` to show where the warning was created)
| 1 | Interaction error: DiscordAPIError[0]: 404: Not Found |
| 2 | at handleErrors (/app/node_modules/@discordjs/rest/src/lib/handlers/Shared.ts:148:10) |
| 3 | at processTicksAndRejections (node:internal/process/task_queues:103:5) |
| 4 | at async SequentialHandler.runRequest (/app/node_modules/@discordjs/rest/src/lib/handlers/SequentialHandler.ts:417:20) |
| 5 | at async SequentialHandler.queueRequest (/app/node_modules/@discordjs/rest/src/lib/handlers/SequentialHandler.ts:169:11) |
| 6 | at async _REST.request (/app/node_modules/@discordjs/rest/src/lib/REST.ts:210:20) |
| 7 | at async ChannelManager.fetch (/app/node_modules/discord.js/src/managers/ChannelManager.js:130:18) |
| 8 | at async handleStart (/app/src/subcommands/poll/start.ts:23:21) |
| 9 | at async Client.handleInteraction (/app/src/handlers/interactions.ts:15:45) { |
| 10 | requestBody: { files: undefined, json: undefined }, |
| 11 | rawError: { message: '404: Not Found', code: 0 }, |
| 12 | code: 0, |
| 13 | status: 404, |
| 14 | method: 'GET', |
| 15 | url: 'https://discord.com/api/v10/channels/' |
| 16 | } |
| 17 | (node:77) Warning: Supplying "ephemeral" for interaction response options is deprecated. Utilize flags instead. |
| 18 | (Use `node --trace-warnings ...` to show where the warning was created) |