kho
IImmich
•Created by kho on 12/4/2024 in #help-desk-support
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: https://discord.com/channels/979116623879368755/1312540820309803130
4 replies
IImmich
•Created by kho on 11/30/2024 in #help-desk-support
Microservices:MapRepository Response from database for reverse geocoding response ... was null
“Search for locations” does not work in web interface.
But it is possible to select and store a new photo location via the map.
Even if lat/long are available for a photo, no location names are displayed in the info panel.
The immich server log shows multiple of these entries:
WARN [Microservices:MapRepository] Response from database for natural earth reverse geocoding latitude: 53.52, longitude: 8.11583333333333 was null.
Hardware:
Raspi 4B, 8 MB RAM
no SD card
SanDisk 2 TB USB-Disc
piadm@rpimmich:~ $ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
4 replies