Problem whit exif
have a problem, the exif is not recognized in some photos, any solution?

10 Replies

Have you tried running the extract metadata job? Are there any errors in the microservices log?
If several times, how can I see if there is an error?
[Nest] 21074 - 07/02/2023, 5:55:11 PM ERROR [JobService] QueryFailedError: duplicate key value violates unique constraint "UQ_16294b83fa8c0149719a1f631ef"
at PostgresQueryRunner.query (/app/immich/server/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:211:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async UpdateQueryBuilder.execute (/app/immich/server/node_modules/typeorm/query-builder/UpdateQueryBuilder.js:83:33)
at async updateSubject (/app/immich/server/node_modules/typeorm/persistence/SubjectExecutor.js:380:38)
at async Promise.all (index 0)
at async SubjectExecutor.executeUpdateOperations (/app/immich/server/node_modules/typeorm/persistence/SubjectExecutor.js:422:9)
at async SubjectExecutor.execute (/app/immich/server/node_modules/typeorm/persistence/SubjectExecutor.js:99:9)
at async EntityPersistExecutor.execute (/app/immich/server/node_modules/typeorm/persistence/EntityPersistExecutor.js:140:21)
at async AssetRepository.save (/app/immich/server/dist/infra/repositories/asset.repository.js:84:24)
at async MetadataExtractionProcessor.handlePhotoMetadataExtraction (/app/immich/server/dist/microservices/processors/metadata-extraction.processor.js:173:17)
[Nest] 21074 - 07/02/2023, 5:55:11 PM ERROR [JobService] Object:
{
"id": "5755cc62-37ee-4dfb-ba9c-9789068b9cfc"
}
but there are several files that contain the error
@Alex @jrasm91 this is an interesting one, the
UNIQUE ("livePhotoVideoId")
contraint is being violated 🤔What would happen if after uploading the photos I change the metadata to the files and then run the metadata extraction job?
By chance do you edit photos?
In some I have edited the metadata, since they were not correct, is there a problem with that?
If you uploaded them again it could cause a conflict with this field I suppose.
They way we support live photos doesn't allow for different versions of those files being uploaded again unless you update/remove the associated exif tag for it.
And how could I delete everything to re-upload it?
FAQ | Immich
What is the difference between the cloud icon on the mobile app?