Webhook Are Not Firing

Server Version#: 1.14.0.5470
Player Version#: 3.69.1

I very recently upgraded to the Plex Pass, mostly for the webhooks functionality, and they do not seem to be working properly. I have a Node.js application listening for the webhook, and no combination of playing, pausing, stopping, and finishing media seems to trigger the webhooks. I have tried with the Xbox One app, the web app, the iPhone app, and the PS4 app, and none of them cause the server to send the requests. I have also extensively tested that the endpoint does indeed work by using Postman, Chrome and another Node.js application. I tried looking though the logs but was not able to find anything related to the webhooks. Is there a log file for plex pass features, or are the webhooks currently not working? I have ensured that the feature is enabled in the settings, so that is also not the problem. Thanks in advance!

Well I figured out the problem if anyone else runs into this issue, the reason it was not working is because I was listening for the endpoint on an HTTPS server and not HTTP. For my specific situation, using Node.JS, it was relatively easy to create and listen on an HTTP server as well as the HTTPS server everything else relies on in the program, but adding HTTPS support to webhooks, especially self-signed certs would be a great feature to add

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