Feature picture missing, causing the entire person to go missing from the "people" tab #3250

Closed
opened 2026-02-05 08:06:44 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @madson007 on GitHub (May 24, 2024).

The bug

When going through random photo's, there will be people tagged without a feature photo. These people don't show up in the "people" tab.
If i give a blank image person a name, i can find them in the people tag when searching for them.
Manually selecting a feature photo fixes the entire problem.

Additional findings:
When setting a feature photo to a video -> will set the feature photo to a blank (broken) image. (maybe the face recognition job tries to set the initial feature photo to that from a video)

image2
image

The OS that Immich Server is running on

Unraid

Version of Immich Server

1.105.1

Version of Immich Mobile App

1.105.0 build 139

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

Network: bridge
image: ghcr.io/imagegenius/immich

Your .env content

WebUI:2284
DB_HOSTNAME: <internal ip>

PostgreSQL Host
DB_USERNAME:postgres
DB_PASSWORD:<passw>
DB_DATABASE_NAME: immich
REDIS_HOSTNAME:localhost
DB_PORT:5433
REDIS_PORT:6379
REDIS_PASSWORD:
MACHINE_LEARNING_GPU_ACCELERATION:
MACHINE_LEARNING_WORKERS:1
MACHINE_LEARNING_WORKER_TIMEOUT:120
DOCKER_MODS:imagegenius/mods:universal-redis

Reproduction steps

1.upload files to server via phone app
2.go through random photo's and see tagged people in the info tab without feature photo
3.Go to this user -> manually select feature photo -> fixes it
4.Selecting a feature photo -> then selecting a video causes an blank feature photo

Relevant log output

No response

Additional information

No response

Originally created by @madson007 on GitHub (May 24, 2024). ### The bug When going through random photo's, there will be people tagged without a feature photo. These people don't show up in the "people" tab. If i give a blank image person a name, i can find them in the people tag when searching for them. Manually selecting a feature photo fixes the entire problem. Additional findings: When setting a feature photo to a video -> will set the feature photo to a blank (broken) image. (maybe the face recognition job tries to set the initial feature photo to that from a video) ![image2](https://github.com/immich-app/immich/assets/7085286/05a0bfef-03e0-430d-bd72-549325f4c1b8) ![image](https://github.com/immich-app/immich/assets/7085286/9c8702e1-6f37-4d58-a0ae-a0e62a1a8ac7) ### The OS that Immich Server is running on Unraid ### Version of Immich Server 1.105.1 ### Version of Immich Mobile App 1.105.0 build 139 ### Platform with the issue - [X] Server - [X] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML Network: bridge image: ghcr.io/imagegenius/immich ``` ### Your .env content ```Shell WebUI:2284 DB_HOSTNAME: <internal ip> PostgreSQL Host DB_USERNAME:postgres DB_PASSWORD:<passw> DB_DATABASE_NAME: immich REDIS_HOSTNAME:localhost DB_PORT:5433 REDIS_PORT:6379 REDIS_PASSWORD: MACHINE_LEARNING_GPU_ACCELERATION: MACHINE_LEARNING_WORKERS:1 MACHINE_LEARNING_WORKER_TIMEOUT:120 DOCKER_MODS:imagegenius/mods:universal-redis ``` ### Reproduction steps ```bash 1.upload files to server via phone app 2.go through random photo's and see tagged people in the info tab without feature photo 3.Go to this user -> manually select feature photo -> fixes it 4.Selecting a feature photo -> then selecting a video causes an blank feature photo ``` ### Relevant log output _No response_ ### Additional information _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#3250