mjvotaw / plex-sub-downloader

An attempt to build a simple command-line tool for automating the adding of subtitles to Plex content.
MIT License
13 stars 3 forks source link

Webhooks not reaching listener #15

Open Pil1971 opened 6 months ago

Pil1971 commented 6 months ago

Hi, thanks for this application. I believe I've got it set up per the readme on both the plex and PSD listener side, no errors. PSD created the webhook on plex ok, listener is running ok. Webhooks and push notifications are enabled in Plex config.

Looking for some troubleshooting guidance please. Where does Plex keep logs for Webhook events being sent to the listener? I have debug logging enabled, do I need verbose logging enabled also to see webhook related events in the logs? Cant see any webhook related events in "Plex Media Server.log".

Does PSD log to a file somewhere? If so where is this stored? I have "--debug" on the PSD command line just no info coming through on the listener.

Tried playing media as an event and also adding new media.

Any tips?

Varming73 commented 6 months ago

Until some hours ago there was a little error with the script and it set up the webhook in Plex with port none. I would start by checking if the webhook in Plex is set up that way and correct it.

The friendly dev also checked in a new version that should fix this problem but I haven't tested if it works yet.

Pil1971 commented 6 months ago

Thanks Varmin73, yes I upgraded to this new version 0.3.1 as it was preventing my PSD listener from starting.