Not getting all webhooks from requests
Some requests with webhooks fail and I'm not sure why. Can't see anything in the logs for this. For instance, this one finished perfectly in the worker but did not send the webhook response:
https://api.runpod.ai/v2/whpwouwejfjrmq/status/655e8518-11ec-48f1-a2c1-25ca0e6c4ef4-u1
Request (details changed for privacy)
{
"webhook": "https://hook.us1.make.com/sd323p5gbseqwseypdv847c222r?email=JEFF.TESTEMAIL@GMAIL.COM&event=Reco_tradingcard&fname=JEFF&lname=TEST&gamertag=THE BANKANATOR&strength=HYPER FOCUSED BICEPS&weakness=WEEKENDS&role=Defender&xml=https://myphotosite.com/events/Reco_tradingcard/704A85D1-A5D0-4386-ADEE324E7-E9A5D322E0A8939/2025-08-06/133220446.xml&ogimage=https://myphotosite.com/events/Reco_tradingcard/704A85D1-A5D0-4386-A4E7-E9233A5233DE0A8939/2025-08-06/processed/133220446_1.jpg",
"input": {
"negative_prompt": "facemask, mask, face covering, helmet, visor, gun, head covering, tusks, horns, exposed legs, bare legs, nsfw, helmet, face covering, sunglasses, outdoors, sexy, nude, belly, risque, nsfw, multiple people, crowd, group, two people, twins, long neck",
"aspect_ratio": "portrait",
"image_count": 1,
"upscale_image": "no",
"prompt": "male intergalactic bounty protector with thickened futuristic battle armor holding plasma shield in front of body (holding giant energy shield:1.5) in front of giant steel wall, centered, three quarter view, medium pose face visible, facing camera, stylized",
"image": "b64imagehere"
}
}
1 Reply
I have a feeling it might be the space between HYPER & FOCUSED. But weirdly other webhooks with the same types of request (space or multiple spaces inbetween words) work with this, so it has not been consistent.