Guest User

Untitled

a guest
May 1st, 2024
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. ```node:events:496
  2. throw er; // Unhandled 'error' event
  3. ^
  4.  
  5. DiscordAPIError[10062]: Unknown interaction
  6. at handleErrors (/home/container/node_modules/@discordjs/rest/dist/index.js:722:13)
  7. at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
  8. at async BurstHandler.runRequest (/home/container/node_modules/@discordjs/rest/dist/index.js:826:23)
  9. at async _REST.request (/home/container/node_modules/@discordjs/rest/dist/index.js:1266:22)
  10. at async ChatInputCommandInteraction.deferReply (/home/container/node_modules/discord.js/src/structures/interfaces/InteractionResponses.js:69:5)
  11. at async Client.<anonymous> (/home/container/src/events/commandInteraction.js:11:7)
  12. Emitted 'error' event on Client instance at:
  13. at emitUnhandledRejectionOrErr (node:events:401:10)
  14. at process.processTicksAndRejections (node:internal/process/task_queues:84:21) {
  15. requestBody: { files: undefined, json: { type: 5, data: { flags: 64 } } },
  16. rawError: { message: 'Unknown interaction', code: 10062 },
  17. code: 10062,
  18. status: 404,
  19. method: 'POST',
  20. url: 'https://discord.com/api/v10/interactions/1235212752746971247/aW50ZXJhY3Rpb246MTIzNTIxMjc1Mjc0Njk3MTI0NzpNdE5OdVVyYnByTmEyUzA1aERMRWFqMzc5cGc0amFLR05SdmFwSkZJMXg2Q0FVc0UzdTRGc1N2ZlphWXhPYlp5dDhNZXFkWWoyaDd4YUZ5V1VNY0V3MmVkeDJQR2FGZkQ1dHRoTno2eTRrRHRVMGRHQmplV3dvZjNkb1Jib2t0bw/callback'
  21. }```
Advertisement
Add Comment
Please, Sign In to add comment