Hi there.
I am getting some weird behaviour with my webhooks.
12+ months ago, I set up a trakt webhook and it was working perfectly for the longest time. Around 6 months ago, it stopped working. It appears as though it’s not reaching trakt. Validating that all of the settings and webhook URL was correct, I setup another webhook, this time, sending it to my home server so that I could see what Plex was sending in via the webhook.
Plex was sending webooks, but was sending malformed JSON
Log from my server:
Received invalid data from Webhook. Data needs to be formatted as JSON: --------------------------...
And when i dig into that error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 7153: invalid start byte
Would there be any reason why Plex is sending weird webhook requests?
Thanks!