-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π Did you run the script with verbose mode enabled?
No (this issue will likely be closed automatically)
π What is the name of the script you are using?
immich
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 13
π Which Proxmox version are you on?
9.0.11
π Provide a clear and concise description of the issue.
I uploaded a lot of images and videos to Immich. I found that quite a few of the images, by no means all of them, had incorrect dates - it hadn't used the exif dates but instead the file-system dates. Also thumbnails were not generated for many videos. I thought maybe because the dates were for 2037 and so it had problems with thumbnails. This was not the case.
I examined the logs and saw the problem was related to this line:
`ffprobe is missing at /opt/immich/app/node_modules/.pnpm/[email protected]/node_modules/fluent-ffmpeg/lib/ffprobe.js:145:31'
A quick fix to resolve it was to install ffmpeg inside the container. However, I think that the container normally uses a different binary and not the standard ffmpeg install. Can you investigate to see if it is an issue or not and what the long-term fix is?
π Steps to reproduce the issue.
I'm not exactly sure.
I have files where filesystem date and the exif date differ. This may be enough to see which date it used during upload. In my case I uploaded using immich-cli.
Another way of checking is to attempt:
- Open a file and try to change the date with the simple edit. The date does not update.
I'm not sure if it only applies to some files as it's not too late to test retrospectively without spinning up a new container. Maybe another day I'll check this.
β Paste the full error output (if available).
[Nest] 41271 - 12/04/2025, 11:26:56 AM ERROR [Microservices:{"id":"344b8f91-2787-4914-a4ec-bcc452ce6ef5","source":"sidecar-write"}] Unable to run job handler (AssetExtractMetadata): Error: Cannot find ffprobe
Error: Cannot find ffprobe
at /opt/immich/app/node_modules/.pnpm/[email protected]/node_modules/fluent-ffmpeg/lib/ffprobe.js:145:31
πΌοΈ Additional context (optional).
No response