Jesse Morgan

Results 5 comments of Jesse Morgan

Has anyone found a resolution besides upgrading NodeJS? I'm running the latest version in Docker, but I'm still seeing one-way messages. I see "Failed to send message" in the logs,...

I finally got my issue worked out by deleting the _matrix webhook from the Discord server. As soon as it was deleted, the bot recreated the webhook and everything worked...

I came looking to see if someone had already fixed this and found this PR. @samscott89, any plans to merge this or does it need more work?

Well, that's serendipitous. No rush, I can use a fork until 1.0.

Debug logs suggest that the client needs to provide a CAPTCHA. ``` 2024-09-22 21:51:53,711 [DEBUG] got auth response 200: {"serviceURL":null,"serviceTicketId":null,"responseStatus":{"type":"CAPTCHA_REQUIRED","message":"","httpStatus":"OK"},"customerMfaInfo":null,"consentTypeList":null,"captchaAlreadyPassed":false} 2024-09-22 21:51:53,711 [ERROR] failed with exception: auth failure: unable to...