YuriyGuts / syno-plex-update

Automatically check for Plex Media Server updates on Synology NAS and install them. Compatible with DSM 6 and DSM 7.
BSD 3-Clause "New" or "Revised" License
46 stars 2 forks source link

Plex package stopped occasionally #5

Closed tillkruss closed 2 years ago

tillkruss commented 2 years ago

Every couple of days the Plex package is stopped after running this script every night.

I just log in a hit Run. Any way to make sure the script re-starts it if necessary?

YuriyGuts commented 2 years ago

Strange; I've been using the script for more than a year (nightly) and I don't recall ever experiencing this. Do the stoppages happen during the day or immediately after the auto-update cycle?

I'd suggest enabling logs on the Plex Server itself and looking into them when the server stops again. Additionally, I'd try disabling the script for some time to see if using it correlates with occurrences of the issue.

Another workaround might be to create another scheduled task that just runs synopkg start PlexMediaServer on a regular basis.

tillkruss commented 2 years ago

I'm gonna wait for the next update and see if that caused it. Thanks for all the tips!