-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Invalid unit value N/A #13636
Comments
Can you share a file that this issue happens on? Ideally in a .zip |
The error is in video-related code, but that's a jpeg. Are you sure it's the correct file? |
oops. here we go:
b.mp4.zip |
I think the issue is
Being only a fraction of a second, but the video parsing takes the immich/server/src/services/metadata.service.ts Lines 692 to 694 in 45517ab
|
I would like to work on this. I am new to this repo. Can you please tell me how to reproduce this? I am not able to reproduce this issue. Does this happen just for uploading this video? |
Thanks! Yes, just uploading the video should reproduce it. Admittedly I haven't reproduced it in Immich myself, I just ran |
But still the function let x = Duration.fromObject({ seconds: 0.004 }).toFormat('hh:mm:ss.SSS');
console.log(x); yeilds |
cannot reproduce this with the docker compose setup, although it looks like it is trying to process the string "N/A". thought it might be an issue with the fluent-ffmpeg library fluent-ffmpeg/node-fluent-ffmpeg#1195. But after looking through, I believe the ffmpeg CLI is returning the string N/A instead. Wondering how are the ffmpeg binaries configured? |
The bug
The OS that Immich Server is running on
Debian Host (running in k3s v1.31.1+k3s1)
Version of Immich Server
v1.118.2
Version of Immich Mobile App
not mobile related
Platform with the issue
Your docker-compose.yml content
I am using the helm chart
Your .env content
The text was updated successfully, but these errors were encountered: