You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at ChildProcess.<anonymous> (/usr/src/app/node_modules/fluent-ffmpeg/lib/ffprobe.js:233:22)
at ChildProcess.emit (node:events:514:28)
at ChildProcess._handle.onexit (node:internal/child_process:294:12)
I think this is valid ffmpeg error message. Probably because of invalid / broken video file.
The problem is that the log no information whatsoever about which file has that issue. You can see "upload/encoded-video/4a95d843-2054-4ad1-8c09-f59148f960fd/d9/ff/d9ff1cfc-1e92-446a-a8a6-ba1c71624350-MP.mp4" in the log, but this is not real filename. This is some Immich internal name, and I have no idea how to find that file in my library.
@SlavikCA For now I am taking that "id" value and running this database query via pgAdmin:
SELECT * FROM public.assets
WHERE id='INSERT ID HERE'
ORDER BY id ASC
The originalPath and/or originalFileName have the necessary information in order to find the files in question and delete them. Once deleted, you would need to follow https://immich.app/docs/guides/remove-offline-files/ to clear up the orphans.
As far as I can see there isn't a better way at the moment, so hopefully something will get implemented.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The feature
I'm using Immich in Docker 1.91.3 with external library.
When I started the scan process, I'm getting ffmpeg errors like this:
I think this is valid ffmpeg error message. Probably because of invalid / broken video file.
The problem is that the log no information whatsoever about which file has that issue. You can see "upload/encoded-video/4a95d843-2054-4ad1-8c09-f59148f960fd/d9/ff/d9ff1cfc-1e92-446a-a8a6-ba1c71624350-MP.mp4" in the log, but this is not real filename. This is some Immich internal name, and I have no idea how to find that file in my library.
Platform
All reactions