Heath123 / discross

A webhook bridge to send messages on Discord through a webpage
GNU Affero General Public License v3.0
41 stars 15 forks source link

Not being able to send messages after 15 in total sent. #47

Open vukle opened 9 months ago

vukle commented 9 months ago

I found a bug that relates to the webhooks, it seems to be when we reach the webhook limit, discross can't clear the webhooks and it hangs on loading. I've tested this and it seems to reproduce fine.

Steps to reproduce: 1: Send 15 messages, doesn't matter which order. 2: Check the webhooks, it's exactly how many messages you've sent from discross 3: Try to send another message, this is the part where it hangs.

The only workaround for this is to have someone else or yourself to clear the webhooks.

vukle commented 9 months ago

Upon deleting a webhook, the message which is hanging seems to send through, further proving this.