Transcode job gets killed by failed video conversion.
Hi,
I've recently added about 1800 videos to my instance of immich. I'm currently running immich within docker, see my docker-compose:
When starting the job, it seems to fail after about 5 minutes. By default the job displays
I've recently added about 1800 videos to my instance of immich. I'm currently running immich within docker, see my docker-compose:
version: "3.6"
services:
immich:
container_name: "immich"
entrypoint:
- "/init"
environment:
- "DB_PASSWORD=SECRET"
- "DB_PORT=5432"
- "REDIS_PASSWORD=SECRET"
- "TZ=Europe/Berlin"
- "HOST_HOSTNAME=Hypnos"
- "DB_USERNAME=root"
- "DB_DATABASE_NAME=immich"
- "JWT_SECRET=SECRET"
- "PUID=99"
- "UMASK=022"
- "PGID=100"
- "HOST_OS=Unraid"
- "HOST_CONTAINERNAME=immich"
- "DB_HOSTNAME=postgreSQL"
- "REDIS_HOSTNAME=immich_redis"
- "REDIS_PORT=6379"
- "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- "HOME=/root"
- "LANGUAGE=en_US.UTF-8"
- "LANG=en_US.UTF-8"
- "TERM=xterm"
- "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0"
- "S6_VERBOSITY=1"
- "S6_STAGE2_HOOK=/docker-mods"
- "TRANSFORMERS_CACHE=/config/transformers"
- "SENTENCE_TRANSFORMERS_HOME=/config/transformers"
- "TYPESENSE_DATA_DIR=/config/typesense"
- "TYPESENSE_VERSION=0.24.0"
- "TYPESENSE_API_KEY=xyz"
- "TYPESENSE_HOST=127.0.0.1"
- "PUBLIC_IMMICH_SERVER_URL=http://127.0.0.1:3001"
- "IMMICH_MACHINE_LEARNING_URL=http://127.0.0.1:3003"
- "IMMICH_MEDIA_LOCATION=/photos"
- "NODE_ENV=production"
hostname: "afd4df3dae71"
image: "ghcr.io/imagegenius/immich"
ipc: "private"
labels:
build_version: "ImageGenius Version:- v1.54.1-ig90 Build-date:- 2023-04-23T13:54:22+10:00"
maintainer: "hydazz, martabal"
net.unraid.docker.icon: "https://raw.githubusercontent.com/imagegenius/templates/main/unraid/img/immich.png"
net.unraid.docker.managed: "dockerman"
net.unraid.docker.webui: "http://[IP]:[PORT:8080]"
org.opencontainers.image.authors: "imagegenius.io"
org.opencontainers.image.created: "2023-04-23T13:54:22+10:00"
org.opencontainers.image.description: "Immich is a high performance self-hosted\
\ photo and video backup solution."
org.opencontainers.image.documentation: "https://docs.linuxserver.io/images/docker-baseimage-ubuntu"
org.opencontainers.image.licenses: "GPL-3.0-only"
org.opencontainers.image.ref.name: "9eab155d41dd493c5274726f3e71521ba9a2bf59"
org.opencontainers.image.revision: "9eab155d41dd493c5274726f3e71521ba9a2bf59"
org.opencontainers.image.source: "https://github.com/imagegenius/docker-immich"
org.opencontainers.image.title: "Immich"
org.opencontainers.image.url: "https://github.com/imagegenius/docker-immich/packages"
org.opencontainers.image.vendor: "imagegenius.io"
org.opencontainers.image.version: "v1.54.1-ig90"
logging:
driver: "json-file"
options:
max-file: "1"
max-size: "50m"
networks:
- "hypnosnet"
ports:
- "8585:8080/tcp"
volumes:
- "/mnt/user/media:/photos"
- "/mnt/user/appdata/immich:/config"
- "2e9ad17bdd79aeab289dddf46d56d2ad8eddb350acc85da8b23689228265af3c:/uploads"
working_dir: "/"
networks:
hypnosnet:
external: true
name: "hypnosnet"
volumes:
2e9ad17bdd79aeab289dddf46d56d2ad8eddb350acc85da8b23689228265af3c:
external: trueversion: "3.6"
services:
immich:
container_name: "immich"
entrypoint:
- "/init"
environment:
- "DB_PASSWORD=SECRET"
- "DB_PORT=5432"
- "REDIS_PASSWORD=SECRET"
- "TZ=Europe/Berlin"
- "HOST_HOSTNAME=Hypnos"
- "DB_USERNAME=root"
- "DB_DATABASE_NAME=immich"
- "JWT_SECRET=SECRET"
- "PUID=99"
- "UMASK=022"
- "PGID=100"
- "HOST_OS=Unraid"
- "HOST_CONTAINERNAME=immich"
- "DB_HOSTNAME=postgreSQL"
- "REDIS_HOSTNAME=immich_redis"
- "REDIS_PORT=6379"
- "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
- "HOME=/root"
- "LANGUAGE=en_US.UTF-8"
- "LANG=en_US.UTF-8"
- "TERM=xterm"
- "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0"
- "S6_VERBOSITY=1"
- "S6_STAGE2_HOOK=/docker-mods"
- "TRANSFORMERS_CACHE=/config/transformers"
- "SENTENCE_TRANSFORMERS_HOME=/config/transformers"
- "TYPESENSE_DATA_DIR=/config/typesense"
- "TYPESENSE_VERSION=0.24.0"
- "TYPESENSE_API_KEY=xyz"
- "TYPESENSE_HOST=127.0.0.1"
- "PUBLIC_IMMICH_SERVER_URL=http://127.0.0.1:3001"
- "IMMICH_MACHINE_LEARNING_URL=http://127.0.0.1:3003"
- "IMMICH_MEDIA_LOCATION=/photos"
- "NODE_ENV=production"
hostname: "afd4df3dae71"
image: "ghcr.io/imagegenius/immich"
ipc: "private"
labels:
build_version: "ImageGenius Version:- v1.54.1-ig90 Build-date:- 2023-04-23T13:54:22+10:00"
maintainer: "hydazz, martabal"
net.unraid.docker.icon: "https://raw.githubusercontent.com/imagegenius/templates/main/unraid/img/immich.png"
net.unraid.docker.managed: "dockerman"
net.unraid.docker.webui: "http://[IP]:[PORT:8080]"
org.opencontainers.image.authors: "imagegenius.io"
org.opencontainers.image.created: "2023-04-23T13:54:22+10:00"
org.opencontainers.image.description: "Immich is a high performance self-hosted\
\ photo and video backup solution."
org.opencontainers.image.documentation: "https://docs.linuxserver.io/images/docker-baseimage-ubuntu"
org.opencontainers.image.licenses: "GPL-3.0-only"
org.opencontainers.image.ref.name: "9eab155d41dd493c5274726f3e71521ba9a2bf59"
org.opencontainers.image.revision: "9eab155d41dd493c5274726f3e71521ba9a2bf59"
org.opencontainers.image.source: "https://github.com/imagegenius/docker-immich"
org.opencontainers.image.title: "Immich"
org.opencontainers.image.url: "https://github.com/imagegenius/docker-immich/packages"
org.opencontainers.image.vendor: "imagegenius.io"
org.opencontainers.image.version: "v1.54.1-ig90"
logging:
driver: "json-file"
options:
max-file: "1"
max-size: "50m"
networks:
- "hypnosnet"
ports:
- "8585:8080/tcp"
volumes:
- "/mnt/user/media:/photos"
- "/mnt/user/appdata/immich:/config"
- "2e9ad17bdd79aeab289dddf46d56d2ad8eddb350acc85da8b23689228265af3c:/uploads"
working_dir: "/"
networks:
hypnosnet:
external: true
name: "hypnosnet"
volumes:
2e9ad17bdd79aeab289dddf46d56d2ad8eddb350acc85da8b23689228265af3c:
external: trueWhen starting the job, it seems to fail after about 5 minutes. By default the job displays
34 failed34 failed, when clicking on missing it goes up to somehwere in the 1600s and slowly goes down. (I assume it's checking all the videos if transcoding is necessary.) After some time it displays the following error message within my console: