Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track down crash #120

Open
mikedotexe opened this issue Nov 8, 2022 · 0 comments
Open

Track down crash #120

mikedotexe opened this issue Nov 8, 2022 · 0 comments

Comments

@mikedotexe
Copy link
Collaborator

The server did a quick crash-and-restart, resuming normal operation, but I've captured the log here:

Nov 8 08:04:37 AM  { guildId: '950805706142015538', authorId: 'redacted' }
Nov 8 08:04:37 AM  DiscordAPIError[10062]: Unknown interaction
Nov 8 08:04:37 AM      at SequentialHandler.runRequest (/opt/render/project/src/node_modules/discord.js/node_modules/@discordjs/rest/dist/index.js:743:15)
Nov 8 08:04:37 AM      at runMicrotasks (<anonymous>)
Nov 8 08:04:37 AM      at processTicksAndRejections (node:internal/process/task_queues:96:5)
Nov 8 08:04:37 AM      at async SequentialHandler.queueRequest (/opt/render/project/src/node_modules/discord.js/node_modules/@discordjs/rest/dist/index.js:549:14)
Nov 8 08:04:37 AM      at async REST.request (/opt/render/project/src/node_modules/discord.js/node_modules/@discordjs/rest/dist/index.js:988:22)
Nov 8 08:04:37 AM      at async ChatInputCommandInteraction.reply (/opt/render/project/src/node_modules/discord.js/src/structures/interfaces/InteractionResponses.js:111:5)
Nov 8 08:04:37 AM      at async Object.execute (/opt/render/project/src/src/utils/commands.js:236:9)
Nov 8 08:04:37 AM      at async Wizard.execute (/opt/render/project/src/src/wizardware/wizard.js:76:14)
Nov 8 08:04:37 AM      at async Wizardware.initiate (/opt/render/project/src/src/wizardware/index.js:31:5)
Nov 8 08:04:37 AM      at async Object.execute (/opt/render/project/src/src/commands/index.js:59:9) {
Nov 8 08:04:37 AM    requestBody: { files: [], json: { type: 4, data: [Object] } },
Nov 8 08:04:37 AM    rawError: { message: 'Unknown interaction', code: 10062 },
Nov 8 08:04:37 AM    code: 10062,
Nov 8 08:04:37 AM    status: 404,
Nov 8 08:04:37 AM    method: 'POST',
Nov 8 08:04:37 AM    url: 'redacted'
Nov 8 08:04:37 AM  }
Nov 8 08:04:37 AM  node:events:505
Nov 8 08:04:37 AM        throw er; // Unhandled 'error' event
Nov 8 08:04:37 AM        ^
Nov 8 08:04:37 AM  
Nov 8 08:04:37 AM  DiscordAPIError[10062]: Unknown interaction
Nov 8 08:04:37 AM      at SequentialHandler.runRequest (/opt/render/project/src/node_modules/discord.js/node_modules/@discordjs/rest/dist/index.js:743:15)
Nov 8 08:04:37 AM      at runMicrotasks (<anonymous>)
Nov 8 08:04:37 AM      at processTicksAndRejections (node:internal/process/task_queues:96:5)
Nov 8 08:04:37 AM      at async SequentialHandler.queueRequest (/opt/render/project/src/node_modules/discord.js/node_modules/@discordjs/rest/dist/index.js:549:14)
Nov 8 08:04:37 AM      at async REST.request (/opt/render/project/src/node_modules/discord.js/node_modules/@discordjs/rest/dist/index.js:988:22)
Nov 8 08:04:37 AM      at async ChatInputCommandInteraction.reply (/opt/render/project/src/node_modules/discord.js/src/structures/interfaces/InteractionResponses.js:111:5)
Nov 8 08:04:37 AM      at async handleGuildCommands (/opt/render/project/src/src/handlers/interactionCreate.js:20:3)
Nov 8 08:04:37 AM  Emitted 'error' event on Client instance at:
Nov 8 08:04:37 AM      at emitUnhandledRejectionOrErr (node:events:384:10)
Nov 8 08:04:37 AM      at processTicksAndRejections (node:internal/process/task_queues:85:21) {
Nov 8 08:04:37 AM    requestBody: {
Nov 8 08:04:37 AM      files: [],
Nov 8 08:04:37 AM      json: {
Nov 8 08:04:37 AM        type: 4,
Nov 8 08:04:37 AM        data: {
Nov 8 08:04:37 AM          content: 'There was an error while executing this command!',
Nov 8 08:04:37 AM          tts: false,
Nov 8 08:04:37 AM          nonce: undefined,
Nov 8 08:04:37 AM          embeds: undefined,
Nov 8 08:04:37 AM          components: undefined,
Nov 8 08:04:37 AM          username: undefined,
Nov 8 08:04:37 AM          avatar_url: undefined,
Nov 8 08:04:37 AM          allowed_mentions: undefined,
Nov 8 08:04:37 AM          flags: 64,
Nov 8 08:04:37 AM          message_reference: undefined,
Nov 8 08:04:37 AM          attachments: undefined,
Nov 8 08:04:37 AM          sticker_ids: undefined,
Nov 8 08:04:37 AM          thread_name: undefined
Nov 8 08:04:37 AM        }
Nov 8 08:04:37 AM      }
Nov 8 08:04:37 AM    },
Nov 8 08:04:37 AM    rawError: { message: 'Unknown interaction', code: 10062 },
Nov 8 08:04:37 AM    code: 10062,
Nov 8 08:04:37 AM    status: 404,
Nov 8 08:04:37 AM    method: 'POST',
Nov 8 08:04:37 AM    url: 'redacted'
Nov 8 08:04:37 AM  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant