You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
Yes
The bug
After updating to version v1.130.0 all the faces in the external libraries are no longer shown in the people section. The stragest thing is that if I go to a picture which has faces from an external library I still can see the mapped faces and names.
The OS that Immich Server is running on
Docker on TrueNAS Scale 25.04-RC.1
Version of Immich Server
v1.130.0
Version of Immich Mobile App
v1.129.0 build.187
Platform with the issue
Server
Web
Mobile
Your docker-compose.yml content
version: "3.8"services:
immich-server:
container_name: immich_serverimage: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}extends:
file: hwaccel.transcoding.ymlservice: nvenc # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcodingvolumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- ${THUMB_LOCATION}:/usr/src/app/upload/thumbs
- ${ENCODED_VIDEO_LOCATION}:/usr/src/app/upload/encoded-video
- ${PROFILE_LOCATION}:/usr/src/app/upload/profile
- ${BACKUP_LOCATION}:/usr/src/app/upload/backups
- /etc/localtime:/etc/localtime:ro
- /mnt/seedBox/media/Pictures:/picturesenv_file:
- .envports:
- 2283:2283depends_on:
- redis
- databaserestart: alwayshealthcheck:
disable: falselabels:
- com.centurylinklabs.watchtower.enable=trueimmich-machine-learning:
container_name: immich_machine_learningimage: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cudaextends:
file: hwaccel.ml.ymlservice: cuda # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicablevolumes:
- model-cache:/cacheenv_file:
- .envrestart: alwayshealthcheck:
disable: falselabels:
- com.centurylinklabs.watchtower.enable=trueredis:
container_name: immich_redisimage: docker.io/redis:6.2-alpine@sha256:905c4ee67b8e0aa955331960d2aa745781e6bd89afc44a8584bfd13bc890f0aehealthcheck:
test: redis-cli ping || exit 1restart: alwayslabels:
- com.centurylinklabs.watchtower.enable=truedatabase:
container_name: immich_postgresimage: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}POSTGRES_USER: ${DB_USERNAME}POSTGRES_DB: ${DB_DATABASE_NAME}POSTGRES_INITDB_ARGS: --data-checksumsvolumes:
- ${DB_DATA_LOCATION}:/var/lib/postgresql/datahealthcheck:
test: pg_isready --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" ||exit 1; Chksum="$$(psql --dbname="$${POSTGRES_DB}"--username="$${POSTGRES_USER}" --tuples-only --no-align--command='SELECT COALESCE(SUM(checksum_failures), 0) FROMpg_stat_database')"; echo "checksum failure count is $$Chksum"; ["$$Chksum"= '0' ] || exit 1interval: 5mstart_interval: 30sstart_period: 5mcommand: postgres -c shared_preload_libraries=vectors.so -c'search_path="$$user", public, vectors'-c logging_collector=on -cmax_wal_size=2GB -c shared_buffers=512MB -c wal_compression=onrestart: alwayslabels:
- com.centurylinklabs.watchtower.enable=truevolumes:
model-cache: nullnetworks: {}
Your .env content
# The location where your uploaded files are stored#UPLOAD_LOCATION=/mnt/seedBox/media/Pictures/immich# The location where your database files are stored
DB_DATA_LOCATION=/mnt/ssd-storage/appdata/immich/postgres
# Custom location where your uploaded, thumbnails, and transcoded video files are stored
UPLOAD_LOCATION=/mnt/seedBox/media/Pictures/immich/upload
THUMB_LOCATION=/mnt/seedBox/media/Pictures/immich/thumbs
ENCODED_VIDEO_LOCATION=/mnt/seedBox/media/Pictures/immich/encoded-video
PROFILE_LOCATION=/mnt/ssd-storage/appdata/immich/profile
BACKUP_LOCATION=/mnt/ssd-storage/appdata/immich/backups
# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
TZ=Europe/Madrid
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release
#IMMICH_VERSION=v1.124.1#IMMICH_VERSION=v1.125.2# Connection secret for postgres. You should change it to a random password# Please use only the characters `A-Za-z0-9`, without special characters or spaces
DB_PASSWORD=*****# The values below this line do not need to be changed###################################################################################
DB_USERNAME=dDiver
DB_DATABASE_NAME=immich
Reproduction steps
Update immich from v1.129.0 to v1.130.0
Login and go to people section
Check that faces are no longer shown
Go to a picture which is in an external library and has faces on it and check the detailed information (faces are recognized there)
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered:
After testing some more I think the issue is related with how the external libraries work now, I uploaded some new photos and after that all the photos from my external library were no longer shown, I had trigger "scan all libraries" for the pictures and people to show up again, let me know if I should close this bug and open a new one instead.
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
After updating to version v1.130.0 all the faces in the external libraries are no longer shown in the people section. The stragest thing is that if I go to a picture which has faces from an external library I still can see the mapped faces and names.
The OS that Immich Server is running on
Docker on TrueNAS Scale 25.04-RC.1
Version of Immich Server
v1.130.0
Version of Immich Mobile App
v1.129.0 build.187
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: