#gabs_webhooks-encoding
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1216873492209995869
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
@small vapor our button just resends the Event. The error likely comes from your own server/code itself not properly parsing the data as UTF-8
gabs_webhooks-encoding
The part I don't get is why regular webhook events triggered application code previously, and now it doesn't get anywhere near the application code when I resent the event via the Dashboard
I am waiting for a regular event to come through to validate this
Do you have an Event id I can look at?
evt_1OqyexGa7qzGHbgmm4hVfnCt
yeah right now your own server is rejecting our HTTP request really
There isn't much more I can give you. We make a request to your server/CDN/whatever and that returns "invalid encoding"
Do you see any difference to this event: evt_1Orw7V2ej2SDXXn6ipBpah0g
not sure what you mean, that Event has the exact same behaviour/errors
evt_1Orw7V2ej2SDXXn6ipBpah0g was sent by automatically yesterday to our system. It triggered application code where and error in our integration was exposed. Today this error was addressed and I am attempting to resend an event to validate the fix.
For some reason the request sent when resending evt_1Orw7V2ej2SDXXn6ipBpah0g now behaves completely differently and yes our server seems to be rejecting it's encoding
But my question is - why is the request using different encoding?
Hi ๐
My colleague needs to go so I'm stepping in
Np
why is the request using different encoding
I'm not sure what you are referring to here. We have not changed anything about the webhook event payload. But your server is responding with{"code":500,"message":"Internal Server Error"}