iriche
iriche
IImmich
Created by nkdf. on 6/12/2023 in #help-desk-support
Duplicate detection not working as expected
You can upload it as a file
39 replies
IImmich
Created by nkdf. on 6/12/2023 in #help-desk-support
Duplicate detection not working as expected
You could share it here, perfect reference for people
39 replies
IImmich
Created by nkdf. on 6/12/2023 in #help-desk-support
Duplicate detection not working as expected
Took a few seconds
39 replies
IImmich
Created by nkdf. on 6/12/2023 in #help-desk-support
Duplicate detection not working as expected
Yes, I had around 60k assets and did getall
39 replies
IImmich
Created by nkdf. on 6/12/2023 in #help-desk-support
Duplicate detection not working as expected
Just do getallassets and use that data
39 replies
IImmich
Created by nkdf. on 6/12/2023 in #help-desk-support
Duplicate detection not working as expected
But as I pointed out, the biggest issue you will have there is how Immich handles the errors when a file doesn't exist on deletion. If it fails gracefully and does everything else except deleting the original file.
39 replies
IImmich
Created by nkdf. on 6/12/2023 in #help-desk-support
Duplicate detection not working as expected
@nkdf. https://discord.com/channels/979116623879368755/1117535406259449956 here is my small script i did to remove stuff that was from partnersharing, you can probably reuse some of it and do another check instead of the one I do with JSON. Question is though how will immich handle a delete action on a non existing file.
39 replies
IImmich
Created by nkdf. on 6/12/2023 in #help-desk-support
Duplicate detection not working as expected
You don't need the DB-schema just use the API
39 replies
IImmich
Created by nkdf. on 6/12/2023 in #help-desk-support
Duplicate detection not working as expected
You can always remove them from filesystem do a script that fetches all in db, checks if file exist, if not then delete
39 replies
IImmich
Created by iriche on 5/21/2023 in #help-desk-support
Cant backup HEIC from Android phone
I swapped to the pr image, no need anymore? Move over to latest?
7 replies
IImmich
Created by iriche on 5/21/2023 in #help-desk-support
Cant backup HEIC from Android phone
And of course - It's me... being silly using a single container not recommended and not supported. https://github.com/imagegenius/docker-immich/issues/84
7 replies
IImmich
Created by iriche on 5/21/2023 in #help-desk-support
Cant backup HEIC from Android phone
I see now that it do get uploaded, but no thumbnail is being generated.
7 replies
IImmich
Created by iriche on 5/21/2023 in #help-desk-support
Cant backup HEIC from Android phone
Getting a ton of
Error: Output file /photos/thumbs/154f1be7-3151-4d6f-a587-527c8b06778e/e36814d4-61b2-4a51-8f08-8241d04bcd39.jpeg already exists for /photos/upload/154f1be7-3151-4d6f-a587-527c8b06778e/ab53d79b-8605-4546-9b7d-cd2273ad54a4.heic
at BinaryExtractionTask.parser (/app/immich/server/node_modules/exiftool-vendored/dist/ExifToolTask.js:41:29)
at BinaryExtractionTask._Task_resolve (/app/immich/server/node_modules/batch-cluster/dist/Task.js:146:40)
[Nest] 919 - 05/21/2023, 10:37:06 PM WARN [MediaService] Failed to generate jpeg thumbnail using sharp, trying with exiftool-vendored (asset=d16bb7a2-e9b7-4a39-9da4-c1003bd8082e)
[Nest] 919 - 05/21/2023, 10:37:06 PM ERROR [MediaService] Failed to generate thumbnail for asset: d16bb7a2-e9b7-4a39-9da4-c1003bd8082e/IMAGE
Error: Output file /photos/thumbs/154f1be7-3151-4d6f-a587-527c8b06778e/d16bb7a2-e9b7-4a39-9da4-c1003bd8082e.jpeg already exists for /photos/upload/154f1be7-3151-4d6f-a587-527c8b06778e/e44ea5da-4c11-4e5a-9285-8424d10826f0.heic
at BinaryExtractionTask.parser (/app/immich/server/node_modules/exiftool-vendored/dist/ExifToolTask.js:41:29)
at BinaryExtractionTask._Task_resolve (/app/immich/server/node_modules/batch-cluster/dist/Task.js:146:40)
Error: Output file /photos/thumbs/154f1be7-3151-4d6f-a587-527c8b06778e/e36814d4-61b2-4a51-8f08-8241d04bcd39.jpeg already exists for /photos/upload/154f1be7-3151-4d6f-a587-527c8b06778e/ab53d79b-8605-4546-9b7d-cd2273ad54a4.heic
at BinaryExtractionTask.parser (/app/immich/server/node_modules/exiftool-vendored/dist/ExifToolTask.js:41:29)
at BinaryExtractionTask._Task_resolve (/app/immich/server/node_modules/batch-cluster/dist/Task.js:146:40)
[Nest] 919 - 05/21/2023, 10:37:06 PM WARN [MediaService] Failed to generate jpeg thumbnail using sharp, trying with exiftool-vendored (asset=d16bb7a2-e9b7-4a39-9da4-c1003bd8082e)
[Nest] 919 - 05/21/2023, 10:37:06 PM ERROR [MediaService] Failed to generate thumbnail for asset: d16bb7a2-e9b7-4a39-9da4-c1003bd8082e/IMAGE
Error: Output file /photos/thumbs/154f1be7-3151-4d6f-a587-527c8b06778e/d16bb7a2-e9b7-4a39-9da4-c1003bd8082e.jpeg already exists for /photos/upload/154f1be7-3151-4d6f-a587-527c8b06778e/e44ea5da-4c11-4e5a-9285-8424d10826f0.heic
at BinaryExtractionTask.parser (/app/immich/server/node_modules/exiftool-vendored/dist/ExifToolTask.js:41:29)
at BinaryExtractionTask._Task_resolve (/app/immich/server/node_modules/batch-cluster/dist/Task.js:146:40)
7 replies