ImmichI
Immich8mo ago
DokiDerg

Machine Learning URL?

After updating to version 1.133.0, machine learning was disabled, i then enabled it, and it stopped working, i have tried the following urls

(10.0.0.63 is local ip, port 6379 is redis, which google said it helps)
http://10.0.0.63:3003
http://10.0.0.63:6379
http://immich-machine-learning:3003


i then get the following error in the console


[Nest] 2945  - 05/23/2025, 12:03:23 AM   ERROR [Microservices:{"id":"77033d19-5a8b-497d-bcf6-9ca92db9f0ca"}] Unable to run job handler (face-detection): Error: Machine learning request '{"facial-recognition":{"detection":{"modelName":"buffalo_l","options":{"minScore":0.4}},"recognition":{"modelName":"buffalo_l"}}}' failed for all URLs
Error: Machine learning request '{"facial-recognition":{"detection":{"modelName":"buffalo_l","options":{"minScore":0.4}},"recognition":{"modelName":"buffalo_l"}}}' failed for all URLs
    at MachineLearningRepository.predict (/app/immich/server/dist/repositories/machine-learning.repository.js:98:15)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async MachineLearningRepository.detectFaces (/app/immich/server/dist/repositories/machine-learning.repository.js:107:26)
    at async PersonService.handleDetectFaces (/app/immich/server/dist/services/person.service.js:232:52)
    at async JobService.onJobStart (/app/immich/server/dist/services/job.service.js:166:28)
    at async EventRepository.onEvent (/app/immich/server/dist/repositories/event.repository.js:126:13)
    at async /app/immich/server/node_modules/bullmq/dist/cjs/classes/worker.js:526:32
    at async Worker.retryIfFailed (/app/immich/server/node_modules/bullmq/dist/cjs/classes/worker.js:751:24)
Was this page helpful?