MinnDevelopment/discord-webhooks

Retrying after 429 when sending a file results in an empty file

Bungeefan opened this issue · 3 comments

When I am hitting the Rate limit and receiving a 429 while sending a message with an attachment, it retries after it but then the file upload breaks, and it results in a 0 byte file in the discord client.

I tested some things and couldn't get it working when hitting the limit although it could be also an issue on discord's side.

Would be glad if somebody could check this behavior too.

Is this fixed with 0.5.4-rc?

Yep tested it and it works for me. Thanks for the fast fix.