Teebee
IImmich
•Created by Teebee on 9/24/2023 in #help-desk-support
Machine learning gives no results
When running machine learning all photo's get processed but i get no results. The logs of the microservice shows:
[Nest] 7 - 09/24/2023, 7:06:21 AM ERROR [JobService] Unable to run job handler (recognizeFaces/recognize-faces): Error: Request for facial recognition failed with status 404: Not Found
[Nest] 7 - 09/24/2023, 7:06:21 AM ERROR [JobService] Error: Request for facial recognition failed with status 404: Not Found
at MachineLearningRepository.post (/usr/src/app/dist/infra/repositories/machine-learning.repository.js:29:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async FacialRecognitionService.handleRecognizeFaces (/usr/src/app/dist/domain/facial-recognition/facial-recognition.services.js:105:23)
at async /usr/src/app/dist/domain/job/job.service.js:107:37
at async Worker.processJob (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:346:28)
at async Worker.retryIfFailed (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:531:24)
[Nest] 7 - 09/24/2023, 7:06:21 AM ERROR [JobService] Object:
{
"id": "3efc13af-1720-4bbf-b972-4a56a210366d"
}
Machinelearning logs show:
INFO: 172.18.0.8:54032 - "POST /predict HTTP/1.1" 404 Not Found
INFO: 172.18.0.8:53870 - "POST /predict HTTP/1.1" 404 Not Found
INFO: 172.18.0.8:54032 - "POST /predict HTTP/1.1" 404 Not Found
INFO: 172.18.0.8:54032 - "POST /predict HTTP/1.1" 404 Not Found
INFO: 172.18.0.8:54032 - "POST /predict HTTP/1.1" 404 Not Found
Immich server logs show:
[Nest] 7 - 09/23/2023, 8:55:01 PM ERROR [ExceptionsHandler] getaddrinfo ENOTFOUND immich_postgres
Error: getaddrinfo ENOTFOUND immich_postgres
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26)
I thought i had a default installation, but somehow it's not working.
26 replies