Alexander Groß
Alexander Groß
Please have a look at your browser's developer tools (and the Console section there). The behavior you see should only happen if you e.g. have a group of duplicate assets...
You could try rerunning dupes. Only you know whether assets were deleted since the last run! If you didn't then this could be a bug, or a breaking change in...
I don't know whether you are a developer, but what you see is a side-effect of this code (also the `no person.read access` messages in the log): https://github.com/agross/immich-duplicates/blob/900cda2aa5a191292da3fe1a58930dd5ef4c508d/src/components/DuplicateGroup.vue#L260-L288 The idea...
Just a guess: Do you have multiple user accounts in Immich and your API key is for a different user than the one with the 3,5k dupes?
Please `docker pull ghcr.io/agross/immich-duplicates-browser:latest`. It will no longer ignore the group if there have been
Ah, wonderful. `id must be a UUID` is very likely due to a change in recent Immich versions where the thumbnail file name is not just `.jpeg` but now `-preview.jpeg`....
Yes, "preview" should not be included in the file. The file contain UUIDs only. You should also run the duplicate detection not for all thumbnails but only the ones belonging...
> I did a dump of my db so I can just search for some of these UUIDs that are failing in the console. The UUIDs that are failing on...
This is how it looks on my machine. Quite different! ``` $ tree -d -L 3 --prune . ├── encoded-video │ ├── 0fc60725-0009-440b-a9c1-1587d8d6cbcc │ │ ├── 00 ... │ │ ...
Closing this as no feedback was received.