Rowan.
Rowan.
DIAdiscord.js - Imagine a bot
Created by Rowan. on 8/14/2023 in #djs-questions
I get an error about the interaction
The application did not respond Thats what discord is saying
11 replies
DIAdiscord.js - Imagine a bot
Created by Rowan. on 8/14/2023 in #djs-questions
I get an error about the interaction
No im just running the docker variant in portainer
11 replies
DIAdiscord.js - Imagine a bot
Created by Rowan. on 8/14/2023 in #djs-questions
I get an error about the interaction
/app/node_modules/@discordjs/rest/dist/index.js:687 throw new DiscordAPIError(data, "code" in data ? data.code : data.error, status, method, url, requestData); ^ DiscordAPIError[10062]: Unknown interaction at handleErrors (/app/node_modules/@discordjs/rest/dist/index.js:687:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async BurstHandler.runRequest (/app/node_modules/@discordjs/rest/dist/index.js:786:23) at async _REST.request (/app/node_modules/@discordjs/rest/dist/index.js:1218:22) at async ChatInputCommandInteraction.deferReply (/app/node_modules/discord.js/src/structures/interfaces/InteractionResponses.js:69:5) { requestBody: { files: undefined, json: { type: 5, data: { flags: undefined } } }, rawError: { message: 'Unknown interaction', code: 10062 }, code: 10062, status: 404, method: 'POST', url: 'https://discord.com/api/v10/interactions/ Now this is my error... still the same interaction error
11 replies
DIAdiscord.js - Imagine a bot
Created by Rowan. on 8/14/2023 in #djs-questions
I get an error about the interaction
but why does it work on my pc but not on my server?
11 replies
DIAdiscord.js - Imagine a bot
Created by Rowan. on 8/14/2023 in #djs-questions
I get an error about the interaction
Node version 16.20.2 DiscordJS 14.12.1
11 replies
DIAdiscord.js - Imagine a bot
Created by Rowan. on 8/14/2023 in #djs-questions
I get an error about the interaction
The response ping false /app/node_modules/@discordjs/rest/dist/index.js:687 throw new DiscordAPIError(data, "code" in data ? data.code : data.error, status, method, url, requestData); ^ DiscordAPIError[10062]: Unknown interaction at handleErrors (/app/node_modules/@discordjs/rest/dist/index.js:687:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async BurstHandler.runRequest (/app/node_modules/@discordjs/rest/dist/index.js:786:23) at async _REST.request (/app/node_modules/@discordjs/rest/dist/index.js:1218:22) at async ChatInputCommandInteraction.reply (/app/node_modules/discord.js/src/structures/interfaces/InteractionResponses.js:111:5) { requestBody: { files: [], json: { type: 4, data: { content: 'Pong!', tts: false, } } }, rawError: { message: 'Unknown interaction', code: 10062 }, code: 10062, status: 404, method: 'POST', url Logged in as TestingBot#5037! ping false /app/node_modules/@discordjs/rest/dist/index.js:687 throw new DiscordAPIError(data, "code" in data ? data.code : data.error, status, method, url, requestData); DiscordAPIError[10062]: Unknown interaction at handleErrors (/app/node_modules/@discordjs/rest/dist/index.js:687:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async BurstHandler.runRequest (/app/node_modules/@discordjs/rest/dist/index.js:786:23) at async _REST.request (/app/node_modules/@discordjs/rest/dist/index.js:1218:22) at async ChatInputCommandInteraction.reply (/app/node_modules/discord.js/src/structures/interfaces/InteractionResponses.js:111:5) { requestBody: { files: [], json: { type: 4, data: { content: 'Pong!', tts: false, } } }, rawError: { message: 'Unknown interaction', code: 10062 }, code: 10062, status: 404, method: 'POST', url: 'https://discord.com/api/v10/interactions/.....' }
11 replies