Last active 4 weeks ago

nuno revised this gist 4 weeks ago. Go to revision

1 file changed, 20 insertions

gistfile1.txt(file created)

@@ -0,0 +1,20 @@
1 + tg-bot-ts-dev | [interactions] interaction btnId: impersonate_page:1
2 + tg-bot-ts-dev | Interaction error: DiscordAPIError[50035]: Invalid Form Body
3 + tg-bot-ts-dev | data.components[0].components[3].custom_id[COMPONENT_CUSTOM_ID_DUPLICATED]: Component custom id cannot be duplicated
4 + tg-bot-ts-dev | at handleErrors (/app/node_modules/@discordjs/rest/src/lib/handlers/Shared.ts:148:10)
5 + tg-bot-ts-dev | at processTicksAndRejections (node:internal/process/task_queues:103:5)
6 + tg-bot-ts-dev | at async BurstHandler.runRequest (/app/node_modules/@discordjs/rest/src/lib/handlers/BurstHandler.ts:144:20)
7 + tg-bot-ts-dev | at async _REST.request (/app/node_modules/@discordjs/rest/src/lib/REST.ts:210:20)
8 + tg-bot-ts-dev | at async ButtonInteraction.update (/app/node_modules/discord.js/src/structures/interfaces/InteractionResponses.js:354:22)
9 + tg-bot-ts-dev | at async handleImpersonateButton (/app/src/subcommands/impersonate.ts:113:5)
10 + tg-bot-ts-dev | at async Client.handleInteraction (/app/src/handlers/interactions.ts:132:16) {
11 + tg-bot-ts-dev | requestBody: { files: [], json: { type: 7, data: [Object] } },
12 + tg-bot-ts-dev | rawError: {
13 + tg-bot-ts-dev | message: 'Invalid Form Body',
14 + tg-bot-ts-dev | code: 50035,
15 + tg-bot-ts-dev | errors: { data: [Object] }
16 + tg-bot-ts-dev | },
17 + tg-bot-ts-dev | code: 50035,
18 + tg-bot-ts-dev | status: 400,
19 + tg-bot-ts-dev | method: 'POST',
20 + tg-bot-ts-dev | url: 'https://discord.com/api/v10/interactions/1512562482403610644/aW50ZXJhY3Rpb246MTUxMjU2MjQ4MjQwMzYxMDY0NDpyT2ZWY3YwY2pyUnFHQWdxQ3c3MzZrbjBBYTRqRE1HcEVncHhBUUVmTFhCUjFNV0dJWkZQbmxlM1JJSWZnM3BxV2dlYTQ1WmlDMWl6c2NQR0VlTzlteEYzZkt1OG5KdmFlTUpCQmVMVmo5TXJoYVBCY0hNempRZ1NlUXd0NGZpSQ/callback?with_response=false'
Newer Older