TheCaptain989 / radarr-striptracks

A Docker Mod to Radarr/Sonarr to automatically strip out unwanted audio and subtitle tracks
https://hub.docker.com/r/thecaptain989/radarr-striptracks
GNU General Public License v3.0
20 stars 1 forks source link

Missing(?) mkvmerge #74

Closed ShanDestromp closed 1 month ago

ShanDestromp commented 3 months ago

Started getting these errors in both Radarr (5.7.0.8882) and Sonarr (4.0.6.1805); not sure if the change is on their end or not however:

2024-07-05 15:57:30.1|[29001]Error|/usr/bin/mkvmerge is required by this script
2024-07-05 15:57:30.1|[29001]Info|Completed in 0m 0s
2024-07-05 15:57:36.0|[29020]Error|/usr/bin/mkvmerge is required by this script
2024-07-05 15:57:36.0|[29020]Info|Completed in 0m 1s
2024-07-05 15:57:43.2|[29039]Error|/usr/bin/mkvmerge is required by this script
2024-07-05 15:57:43.2|[29039]Info|Completed in 0m 0s

No (manual) changes have been made to my setup, only updating the docker images periodically however my compose is unchanged. Seeing as how striptracks hasn't had a release in over a month, I'm guessing it's something upstream

TheCaptain989 commented 3 months ago

The s6 launch code installs mkvmerge during container start if everything is working properly. You're right, this is either something with the container build or your specific instance is having some issue.
I suggest you try recreating your container and looking at the container logs to see what is going on:
docker container logs <name>

ShanDestromp commented 3 months ago

Strange, I had taken down the stack and brought it back up several times today but when I did it this time specifically to look at fresh startup logs, mkvmerge is present and accounted for; and invoking striptracks manually (to go after all the recent imports that weren't stripped) is working again.

Not sure what the cause was (or why its working again) but I'll keep an eye out and report back if it occurs again

TheCaptain989 commented 1 month ago

Closed due to inactivity.