Server Version#: 1.22.2.4282 (MacOS)
I would like to start using webhooks, but they don’t seem to fire.
I have:
- Plex Pass
- Settings > Network > Webhooks: enabled
- Settings > General > Push Notifications: enabled
- Settings > General > Enable Plex Media Server debug logging: enabled
- monitoring the log files (on my Mac server): tail -f ~/Library/Logs/Plex\ Media\ Server/*.log
- added a webhook “https://myserver.com/?token=abc” (visiting that page manually works)
I am especially interested in the event library.new, but I don’t see any webhooks being fired.
In the log I see new files arriving, but I don’t see anything related to “webhook” or “myserver” and no requests arrive on “myserver”.
Anything I am missing / can do to troubleshoot or fix?