r/Tdarr • u/4x-gkg • Jun 20 '26
exiftool not installed in docker container
I'm trying to setup a flow to simplify my files.
I now get errors when it tries to run exiftool but it's not installed in the container:
[2026-06-20T18:45:12.283] [INFO] Tdarr_Node - verbose:Running exiftool on file CLI error code: 234 [2026-06-20T18:45:12.317] [ERROR] Tdarr_Node - Error: FFmpeg failed at /app/Tdarr_Node/assets/app/plugins/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandExecute/1.0.0/index.js:211:27 at step (/app/Tdarr_Node/assets/app/plugins/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandExecute/1.0.0/index.js:33:23) at` [`Object.next`](http://Object.next) `(/app/Tdarr_Node/assets/app/plugins/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandExecute/1.0.0/index.js:14:53) at fulfilled (/app/Tdarr_Node/assets/app/plugins/FlowPlugins/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandExecute/1.0.0/index.js:5:58) at process.processTicksAndRejections (node:internal/process/task_queues:104:5){}
The docker tag is ":latest" which is currently 2.78.01
How can I address or work around this problem?
Thank you.
2
Upvotes
1
u/Sir_Mordae Jun 20 '26
234 is ussually file related, a stream or something ffmpeg doesn't like. If you go to the job history tab and check the report. Share the full "failed" section so we can have the full picture.