v0.24.5 #789
simulot
announced in
Announcements
v0.24.5
#789
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release aims to resolve the persistent Internal Server Error issue. Using user logs, I have identified the following causes for these errors:
Motion Picture Movie Errors
The MVIMG*.jpg file contains an embedded MP4 used by Immich for moving images. For compatibility, smartphones also create a MP4 file. Immich extracts the embedded MP4 file and stores it. When the MP4 is uploaded, Immich detects it as a duplicate, occasionally causing a server-side error during metadata updates by Immich-go. This error halted Immich-go.
This issue is resolved by ignoring MVIM*.MP4 files.
Duplicated Files with Different Names
Immich-go does not detect multiple copies of the same file with different names. It attempts to upload each copy, and Immich identifies the duplication. This scenario was not properly handled by Immich-go, leading to repeated tagging attempts. Although not critical, this sometimes results in an internal error, leaving some photos untagged.
A temporary patch has been applied to address this issue while awaiting a more robust solution.
Next Steps
I am awaiting user reports confirming the problem's resolution. If errors persist, please run Immich-go with the options
--log-level=DEBUG --api-trace
and set Immich's log level to DEBUG. Additionally, set the immich's environment variableIMMICH-LOG-LEVEL
to debug (read more here).Thank you for your support.
Changelog
This discussion was created from the release v0.24.5.
Beta Was this translation helpful? Give feedback.
All reactions