1. Go to {host}/people
2. You see the notice "No people"
Relevant log output
immich_server logs:
[Nest] 7 - 07/03/2024, 11:43:03 AM LOG [Microservices:PersonService] Creating new person for face ab9e7959-4189-4aea-8614-5e4874ec29d7
[Nest] 7 - 07/03/2024, 11:43:04 AM LOG [Microservices:PersonService] Creating new person for face 57cb0fb2-cecf-4a00-aad0-e2b0e3843683
[Nest] 7 - 07/03/2024, 11:43:04 AM LOG [Microservices:PersonService] Creating new person for face 12fec3a0-95d9-462e-ae0d-5ca742909412
[Nest] 7 - 07/03/2024, 11:43:09 AM LOG [Microservices:PersonService] Creating new person for face 378f4a78-f6bf-4ec8-9af8-162de1494719
[Nest] 7 - 07/03/2024, 11:43:09 AM LOG [Microservices:PersonService] Creating new person for face 3263e7c0-dad0-4218-90a6-540efd50bbbf
[Nest] 7 - 07/03/2024, 11:43:18 AM LOG [Microservices:PersonService] Creating new person for face 9d48aff1-eca3-401c-a041-868622257259
[Nest] 7 - 07/03/2024, 11:43:18 AM LOG [Microservices:PersonService] Creating new person for face a63ee05b-3b52-41cb-af69-2cf0e051c660
[Nest] 7 - 07/03/2024, 11:43:19 AM LOG [Microservices:PersonService] Creating new person for face 16a19d87-29ee-4fee-a240-f59c29e64b97
[Nest] 7 - 07/03/2024, 11:43:25 AM LOG [Microservices:PersonService] Creating new person for face 73819e5d-ebd5-49a7-954e-cdfa9073f505
[Nest] 7 - 07/03/2024, 11:43:34 AM LOG [Microservices:PersonService] Creating new person for face 373e60db-42f1-4cc7-ad9a-4ca4ecd9b8e5
[Nest] 7 - 07/03/2024, 11:43:34 AM LOG [Microservices:PersonService] Creating new person for face 052d4955-70ee-4edc-b267-4f0aa12cb74a
[Nest] 7 - 07/03/2024, 11:43:52 AM LOG [Microservices:PersonService] Creating new person for face 781a2196-e253-44c4-b259-18a1fce2010f
[Nest] 7 - 07/03/2024, 11:43:53 AM LOG [Microservices:PersonService] Creating new person for face 22e0ff84-5fb5-4105-919d-32340efdfb45
[Nest] 7 - 07/03/2024, 11:43:55 AM LOG [Microservices:PersonService] Creating new person for face 13f6c0c0-bd07-4433-8dd3-826301f64999
[Nest] 7 - 07/03/2024, 11:43:58 AM LOG [Microservices:PersonService] Creating new person for face 72efd0e3-a551-4bae-9976-7fa4365c5910
[Nest] 7 - 07/03/2024, 11:43:59 AM LOG [Microservices:PersonService] Creating new person for face 7e80710d-7b18-41f3-8f75-81ffcddcdfa7
immich_machine_learning logs:
[07/03/24 11:33:07] INFO Starting gunicorn 22.0.0
[07/03/24 11:33:07] INFO Listening at: http://[::]:3003 (8)
[07/03/24 11:33:07] INFO Using worker: app.config.CustomUvicornWorker
[07/03/24 11:33:07] INFO Booting worker with pid: 9
[07/03/24 11:33:18] INFO Started server process [9]
[07/03/24 11:33:18] INFO Waiting for application startup.
[07/03/24 11:33:18] INFO Created in-memory cache with unloading after 300s
of inactivity.
[07/03/24 11:33:18] INFO Initialized request thread pool with 4 threads.
[07/03/24 11:33:18] INFO Application startup complete.
[07/03/24 11:33:21] INFO Setting 'buffalo_l' execution providers to
['CPUExecutionProvider'], in descending order of
preference
[07/03/24 11:33:21] INFO Loading detection model 'buffalo_l' to memory
[07/03/24 11:33:23] INFO Setting 'buffalo_l' execution providers to
['CPUExecutionProvider'], in descending order of
preference
[07/03/24 11:33:23] INFO Loading recognition model 'buffalo_l' to memory
Additional information
Despite the face recognition job running for several hours, I never saw the message "Creating new person for face" in the server log until I restarted the immich_server while writing this issue. After this, I began seeing new entries in the person database table:
I have no idea why but people are now appearing on my /people page. I believe simply restarting the immich_server container fixed the problem but there is probably a race condition happening somewhere.
The bug
When I visit
/people
, I see no people. Face recognition is happening according to the job status page.The OS that Immich Server is running on
Asustor ADM 4.3.1.R6C1
Version of Immich Server
v1.106.4
Version of Immich Mobile App
N/A
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
Despite the face recognition job running for several hours, I never saw the message "Creating new person for face" in the server log until I restarted the immich_server while writing this issue. After this, I began seeing new entries in the
person
database table:Despite this, I still see no people on the
/people
page.