mdhiggins / radarr-sma

MIT License
24 stars 13 forks source link

ffprobe/ffmpeg error #49

Closed TravisRoy closed 1 year ago

TravisRoy commented 1 year ago

When trying to do a convert I noticed this error in the log:

FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/bin/ffprobe'

When trying to run ffprobe from the command line, I get:

bash: /usr/local/bin/ffprobe: cannot execute: required file not found

But it is there:

-rwxr-xr-x 1 root users 133768 Mar 21 07:24 ffprobe

Same thing happens with ffmpeg.

Installing with docker with the build tag.

TravisRoy commented 1 year ago

Docker compose below, digging into it more, might be due to the new base image being alpine and the ffmpeg tag uses is for ubuntu? Maybe?

radarr: image: mdhiggins/radarr-sma:build container_name: radarr build: context: https://github.com/mdhiggins/radarr-sma.git#build args: ffmpeg_tag: 4.4-vaapi2004 volumes:

TravisRoy commented 1 year ago

Switching to latest rather than build, and removing the build section seems to have fixed it.

Leaving this open just in case there's something else with the build tag

mdhiggins commented 1 year ago

I think this was an issue with permissions being set incorrectly during the migration to s6v3, which should be all sorted now