Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Getting a hard error on messages being sent from Facebook to Discord #486

Closed
bruce-armstrong opened this issue Jun 4, 2021 · 2 comments
Closed

Comments

@bruce-armstrong
Copy link

Just started happening about noon Pacific Time today. Messages from Discord to Facebook Messanger work fine. The error message in the miscord log is:

This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
DiscordAPIError: 405: Method Not Allowed
at C:\snapshot\miscord\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:85:15
at C:\snapshot\miscord\node_modules\snekfetch\src\index.js:215:21
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:93:5)
ERROR 19:56:58 errorHandler › DiscordAPIError: 405: Method Not Allowed
ERROR 19:56:58 errorHandler › at C:\snapshot\miscord\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:85:15
ERROR 19:56:58 errorHandler › at C:\snapshot\miscord\node_modules\snekfetch\src\index.js:215:21
ERROR 19:56:58 errorHandler › at runMicrotasks ()
ERROR 19:56:58 errorHandler › at processTicksAndRejections (internal/process/task_queues.js:93:5) {

@bruce-armstrong bruce-armstrong changed the title Getting a hard error on messages being sent from Facebook to Discore Getting a hard error on messages being sent from Facebook to Discord Jun 4, 2021
@bruce-armstrong
Copy link
Author

This may be related. Looks like an issue that Discord is aware of and working on:

discordjs/discord.js#5731

@bruce-armstrong
Copy link
Author

Closing this out. Discovered the problem was that my webhook for my channel was broken, and I was misled by the similarity to the error reported for discord.js above.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant