It’s not even difficult to find reports right here on the plex forums. Plex employees never seem to respond to these though, which I can only assume means they know there’s a problem and they aren’t going to address it.
Specifically mentioning content type:
Server Version#:
Player Version#: 1.31.1.2262-74fdc6b7, other players
Plex Pass
added a webhook “https://myserver.com/?token=abc”
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!’)
}
Server Version#: 1.28.1.6104
Player Version#:
I’ve set up an API endpoint in AWS API Gateway to trigger an AWS Lambda function so I can control some home automation via webhooks. Unfortunately, when AWS API Gateway receives the POST data from the webhook, the Content-Type header isn’t set to application/json. By default, API Gateway takes the body data for any request which the Content-Type header hasn’t been set and base64 encodes the data instead of treating the data like JSON data. Ideally …
Just confused because webhooks don’t work:
Problem:
library.* webhooks do not fire
media.* all work fine
Setup:
Host is Ubuntu 20.04
Installed using docker image via docker-compose.
plex:
image: plexinc/pms-docker
container_name: plex
network_mode: host
volumes:
- ./plex/config:/config
- ./plex/tmp:/transcode
- ../storage/videos:/data:ro
- /etc/localtime:/etc/localtime:ro
restart: always
Push notifications: Enabled
Webhooks (server): Enabl…
Hello, my plex is not firing any webhooks I add
I have Plex Version 1.24.3.5033
I have PlexPass
I have Enabled Webhooks in options
I have Enabled Push Notifications (as I found suggestions on other threads)
I have tested connection to webhook (it works fine from server console with wget for example, so connection is OK)
I have tested it with 3 different webhook endpoints, including webhook.site
Plex logs (console) say nothing about hook being fired up (and it should)
1 Like