Verification System: Randomly has an unknown message error #148

Closed
opened 2022-04-25 20:41:29 +01:00 by Vylpes · 2 comments
Vylpes commented 2022-04-25 20:41:29 +01:00 (Migrated from github.com)
/home/vylpes/vylbot/node_modules/discord.js/src/rest/RequestHandler.js:350
      throw new DiscordAPIError(data, res.status, request);
            ^

DiscordAPIError: Unknown Message
    at RequestHandler.execute (/home/vylpes/vylbot/node_modules/discord.js/src/rest/RequestHandler.js:350:13)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async RequestHandler.push (/home/vylpes/vylbot/node_modules/discord.js/src/rest/RequestHandler.js:51:14)
    at async MessageManager.delete (/home/vylpes/vylbot/node_modules/discord.js/src/managers/MessageManager.js:210:5)
    at async Message.delete (/home/vylpes/vylbot/node_modules/discord.js/src/structures/Message.js:792:5) {
  method: 'delete',
  path: '/channels/708683543764533348/messages/968234960949501972',
  code: 10008,
  httpStatus: 404,
  requestData: { json: undefined, files: [] }
}
```bash /home/vylpes/vylbot/node_modules/discord.js/src/rest/RequestHandler.js:350 throw new DiscordAPIError(data, res.status, request); ^ DiscordAPIError: Unknown Message at RequestHandler.execute (/home/vylpes/vylbot/node_modules/discord.js/src/rest/RequestHandler.js:350:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async RequestHandler.push (/home/vylpes/vylbot/node_modules/discord.js/src/rest/RequestHandler.js:51:14) at async MessageManager.delete (/home/vylpes/vylbot/node_modules/discord.js/src/managers/MessageManager.js:210:5) at async Message.delete (/home/vylpes/vylbot/node_modules/discord.js/src/structures/Message.js:792:5) { method: 'delete', path: '/channels/708683543764533348/messages/968234960949501972', code: 10008, httpStatus: 404, requestData: { json: undefined, files: [] } } ```
Vylpes commented 2022-05-11 17:36:42 +01:00 (Migrated from github.com)

Not convinced this has been fixed even though it doesn't seem to be happening, going to give it a little bit more time to see if it comes back up again - check bot logs as I've temporarily got it to log errors

Not convinced this has been fixed even though it doesn't seem to be happening, going to give it a little bit more time to see if it comes back up again - check bot logs as I've temporarily got it to log errors
Vylpes commented 2022-05-14 15:02:42 +01:00 (Migrated from github.com)

Can't find the issue, going to close

Can't find the issue, going to close
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: RabbitLabs/vylbot-app#148
No description provided.