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
I think this is similar to past issues but the problem seems to be still there.
I have ran into a blocking issue with certain pictures or videos.
I am running Immich on docker, on a Alta Libre Computer board.
The server crashes when trying to process a certain video, it exits while generating the thumbnails. it happened with a video and some DNG pictures.
I believe it's a live picture that was exported wrongly from the phone, the files look like this in the galley:
The OS that Immich Server is running on
Debian 12
Version of Immich Server
1.128.0
Version of Immich Mobile App
1.127.0 build.185
Platform with the issue
Server
Web
Mobile
Your docker-compose.yml content
services:
immich-server:
container_name: immich-serverimage: ghcr.io/immich-app/immich-server:releasevolumes:
- /mnt/nas/immich:/usr/src/app/upload
- /etc/localtime:/etc/localtime:roenvironment:
REDIS_HOSTNAME: immich-redisDB_HOSTNAME: immich-databaseDB_USERNAME: immichDB_PASSWORD: immichTZ: Europe/RomeIMMICH_PROCESS_INVALID_IMAGES: truedepends_on:
- immich-redis
- immich-databaserestart: "unless-stopped"ports:
- 2283:2283immich-machine-learning:
container_name: immich-machine-learning# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.# Example tag: ${IMMICH_VERSION:-release}-cudaimage: ghcr.io/immich-app/immich-machine-learning:releasevolumes:
- model-cache:/cacherestart: "unless-stopped"immich-redis:
container_name: immich-redisimage: redis:6.2-alpinehealthcheck:
test: redis-cli ping || exit 1restart: "unless-stopped"immich-database:
container_name: immich-postgresimage: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0environment:
POSTGRES_PASSWORD: immichPOSTGRES_USER: immichPOSTGRES_DB: immichPOSTGRES_INITDB_ARGS: '--data-checksums'volumes:
# Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file
- ./immich/postgres:/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) FROM pg_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 -c max_wal_size=2GB -c shared_buffers=512MB -c wal_compression=onrestart: "unless-stopped"volumes:
model-cache:
Your .env content
empty
Reproduction steps
Upload the video attached
MVIMG_20211229_130119.MP4
See immediately the errors
If didn't crash, try to generate the thumbnail of that video.
...
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
I think this is similar to past issues but the problem seems to be still there.
I have ran into a blocking issue with certain pictures or videos.
I am running Immich on docker, on a Alta Libre Computer board.
The server crashes when trying to process a certain video, it exits while generating the thumbnails. it happened with a video and some DNG pictures.
I believe it's a live picture that was exported wrongly from the phone, the files look like this in the galley:
The OS that Immich Server is running on
Debian 12
Version of Immich Server
1.128.0
Version of Immich Mobile App
1.127.0 build.185
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
MVIMG_20211229_130119.MP4
...
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: