Motion Photos: Error wile adding and removing from favourites
Hi all,
when I add or remove a potion photo from the favourites I see the "Internal server error" error.
In the app I don't see an error but the heart is just visible after syncing again, not like it is for normal picture.

5 Replies
The web browser shell is throwing the following errors:
seems like the server is responding with an error 500:
I see the following error in the server log:
How to solve this?
just tired it, and the same happens on videos.
Only pictures can be liked as expected.
BTW, server version: v1.77.0
I think this is a new bug
Can you use the multi select + favorite successfully still?
And does this only happen to photos with tagged people?
No, with multiselect it is working. Even if just one is selected.
Indeed it is only happening with elements where people are detected.
At first I taught it is because of the motion pictures, but seems to be a face detection issue. 🤔
Fixed in this PR
https://github.com/immich-app/immich/pull/4000
GitHub
fix(server): update asset with tagged people by jrasm91 · Pull Requ...
Updating an asset was failing because the returned entity had faces, but no people. This led to a TypeError in the mapper. This has been resolved by loading the people relation and verified in the ...
Great, thx 👍