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

Admin_logs messageUpdate DiscordAPIError : entity too large #92

Open
1 task
Eccleria opened this issue Oct 11, 2022 · 1 comment
Open
1 task

Admin_logs messageUpdate DiscordAPIError : entity too large #92

Eccleria opened this issue Oct 11, 2022 · 1 comment
Assignees
Labels
bug Fatal issue

Comments

@Eccleria
Copy link
Owner

Eccleria commented Oct 11, 2022

  • Add attachment size for debug
finishEmbed list error
 Message modifié 2022-10-10T17:19:42.072Z DiscordAPIError: Request entity too large
    at RequestHandler.execute (/home/ewibot/ewibot/node_modules/discord.js/src/rest/RequestHandler.js:350:13)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async RequestHandler.push (/home/ewibot/ewibot/node_modules/discord.js/src/rest/RequestHandler.js:51:14)
    at async ThreadChannel.send (/home/ewibot/ewibot/node_modules/discord.js/src/structures/interfaces/TextBasedChannel.js:176:15)
    at async finishEmbed (file:///home/ewibot/ewibot/src/admin/utils.js:102:28)
    at async Client.onMessageUpdate (file:///home/ewibot/ewibot/src/admin/listeners.js:692:23) {
  method: 'post',
  path: '/channels/1012365101594058762/messages',
  code: 40005,
  httpStatus: 413,
  requestData: {
    json: {
      content: undefined,
      tts: false,
      nonce: undefined,
      embeds: undefined,
      components: undefined,
      username: undefined,
      avatar_url: undefined,
      allowed_mentions: undefined,
      flags: undefined,
      message_reference: undefined,
      attachments: [Array],
      sticker_ids: undefined
    },
    files: [ [Object] ]
  }
}
@Eccleria Eccleria added the bug Fatal issue label Oct 11, 2022
@Eccleria Eccleria self-assigned this Oct 11, 2022
@Eccleria
Copy link
Owner Author

finishEmbed list error
 Message supprimé 2023-06-12T13:20:15.600Z DiscordAPIError: Request entity too large
    at RequestHandler.execute (/home/ewibot/ewibot/node_modules/discord.js/src/rest/RequestHandler.js:350:13)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async RequestHandler.push (/home/ewibot/ewibot/node_modules/discord.js/src/rest/RequestHandler.js:51:14)
    at async ThreadChannel.send (/home/ewibot/ewibot/node_modules/discord.js/src/structures/interfaces/TextBasedChannel.js:177:15)
    at async finishEmbed (file:///home/ewibot/ewibot/src/admin/utils.js:106:28)
    at async Client.onMessageDelete (file:///home/ewibot/ewibot/src/admin/listeners.js:555:25) {
  method: 'post',
  path: '/channels/1012365101594058762/messages',
  code: 40005,
  httpStatus: 413,
  requestData: {
    json: {
      content: undefined,
      tts: false,
      nonce: undefined,
      embeds: undefined,
      components: undefined,
      username: undefined,
      avatar_url: undefined,
      allowed_mentions: undefined,
      flags: undefined,
      message_reference: undefined,
      attachments: [Array],
      sticker_ids: undefined,
      thread_name: undefined
    },
    files: [ [Object] ]
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fatal issue
Projects
None yet
Development

No branches or pull requests

1 participant