ImmichI
Immich14mo ago
3 replies
kho

ERROR: QueryFailedError: column "embedding" is of type vector but expression is of type uuid

Found this multiple times in immich_server Log:

[Nest] 8 - 12/04/2024, 11:52:00 AM ERROR [Microservices:JobService] Unable to run job handler (faceDetection/face-detection): QueryFailedError: column "embedding" is of type vector but expression is of type uuid
[Nest] 8 - 12/04/2024, 11:52:00 AM ERROR [Microservices:JobService] QueryFailedError: column "embedding" is of type vector but expression is of type uuid
at PostgresQueryRunner.query (/usr/src/app/node_modules/typeorm/driver/postgres/PostgresQueryRunner.js:219:19)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async SelectQueryBuilder.execute (/usr/src/app/node_modules/typeorm/query-builder/QueryBuilder.js:273:20)
at async PersonRepository.refreshFaces (/usr/src/app/dist/repositories/person.repository.js:236:9)
at async PersonService.handleDetectFaces (/usr/src/app/dist/services/person.service.js:266:13)
at async JobService.onJobStart (/usr/src/app/dist/services/job.service.js:151:28)
at async EventRepository.onEvent (/usr/src/app/dist/repositories/event.repository.js:122:13)
at async Worker.processJob (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:394:28)
at async Worker.retryIfFailed (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:581:24)
[Nest] 8 - 12/04/2024, 11:52:00 AM ERROR [Microservices:JobService] Object:
{
"id": "48e4ebc3-8867-44cd-9e09-317896e055f6"
}

Details of this Installation see: help-desk-supportMicroservices:MapRepository Response from database for reverse geocoding response ... was null
Was this page helpful?