Webhooks stopped working

Server Version#:
Player Version#: 1.31.1.2262-74fdc6b7, other players

I used to have webhooks working fine. Recently I noticed webhooks were no longer firing. I have put in a print command, console.log(‘webhook!’), at the start of my webhook router and am getting nothing!

router.post( ‘/webhook’ , multer().any(), function (req, res) {
console.log(‘webhook!’)
}

I too recently noticed my webhooks weren’t working.

I use webhooks to trigger lighting scenes via Hubitat based on Plex’s play state. The Hubitat could see my playback devices (Shield TV, LG TV, Android phone) but wasn’t seeing any webhook data.

They’re now working after a Windows system update and restart. I’m not sure what exactly fixed it, but it’s working now.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.