Skip to content

External Library Not Working #613

@haeho7

Description

@haeho7

First, thank you for your excellent work on this container!

After I upgraded immich from 1.128.0-openvino to 1.139.4-openvino or 1.140.1-openvino , the external library cannot scan images.

Before the upgrade, it was working fine.

At first I thought it was caused by the wrong version during the upgrade, so I completely redeployed the 1.139.4-openvino or 1.140.1-openvino version, but the external library still did not work.

1.128.0-openvino configuration

services:
  immich:
    image: ghcr.io/imagegenius/immich:1.128.0-openvino
    container_name: immich
    network_mode: host
    #privileged: true
    restart: unless-stopped
    device_cgroup_rules:
      - 'c 189:* rmw'
    devices:
      - /dev/dri:/dev/dri
    environment:
      PUID: 99
      PGID: 100
      UMASK: 022
      TZ: Asia/Shanghai
      DB_HOSTNAME: <IP_ADDRESS>
      DB_PORT: 5432
      DB_USERNAME: postgres
      DB_PASSWORD: postgres
      DB_DATABASE_NAME: immich
      REDIS_HOSTNAME: <IP_ADDRESS>
      REDIS_PORT: 16379
      REDIS_PASSWORD:
      IMMICH_PORT: 8003
      MACHINE_LEARNING_HOST: 127.0.0.1
      MACHINE_LEARNING_PORT: 3003
      MACHINE_LEARNING_WORKERS: 1
      MACHINE_LEARNING_WORKER_TIMEOUT: 300
      IMMICH_LOG_LEVEL: debug
    volumes:
      - /dev/bus/usb:/dev/bus/usb
      - ./immich-data/config:/config
      - ./immich-data/data/photos:/photos
      - ./immich-data/data/libraries:/libraries
      - /mnt/user/datas/nextcloud/<USERNAME>/files/immich.bak:/libraries/<USERNAME>/2025-temp:ro
  ...

Image

1.139.4-openvino or 1.140.1-openvino Configuration

services:
  immich:
    image: ghcr.io/imagegenius/immich:1.140.1-openvino
    container_name: immich
    network_mode: host
    #privileged: true
    restart: unless-stopped
    device_cgroup_rules:
      - 'c 189:* rmw'
    devices:
      - /dev/dri:/dev/dri
    environment:
      PUID: 99
      PGID: 100
      UMASK: 022
      TZ: Asia/Shanghai
      DB_HOSTNAME: <IP_ADDRESS>
      DB_PORT: 5432
      DB_USERNAME: postgres
      DB_PASSWORD: postgres
      DB_DATABASE_NAME: immich
      REDIS_HOSTNAME: <IP_ADDRESS>
      REDIS_PORT: 16379
      REDIS_PASSWORD:
      SERVER_HOST: <IP_ADDRESS>
      SERVER_PORT: 8003
      MACHINE_LEARNING_HOST: 127.0.0.1
      MACHINE_LEARNING_PORT: 3003
      MACHINE_LEARNING_WORKERS: 1
      MACHINE_LEARNING_WORKER_TIMEOUT: 300
      IMMICH_LOG_LEVEL: debug
    volumes:
      - /dev/bus/usb:/dev/bus/usb
      - ./immich-data/config:/config
      - ./immich-data/data/photos:/photos
      - ./immich-data/data/libraries:/libraries
      - /mnt/user/datas/nextcloud/<USERNAME>/files/immich.bak:/libraries/<USERNAME>/2025-temp:ro

  ...

After clicking the Scan button, no image was scanned:

Image

immich log:

docker logs -f immich
[migrations] started
[migrations] no migrations found

╔═══════════════════════════════╗
       __  _____ _____       __
      / / |_   _/ ____|     / /
     / /    | || |  __     / /
    / /     | || | |_ |   / /
   / /     _| || |__| |  / /
  /_/     |_____\_____| /_/

  Baseimage from linuxserver.io
╠═══════════════════════════════╣
  User/Group ID:
  User UID: 99
  User GID: 100
╚═══════════════════════════════╝
**** creating video group videogzhs with id 18 ****
**** adding /dev/dri/card0 to video group videogzhs with id 18 ****
[custom-init] No custom files found, skipping...
/usr/bin/with-contenv: line 13: umask: 18: octal number out of range
/usr/bin/with-contenv: line 13: umask: 18: octal number out of range
Starting api worker
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:EventRepository] Initialized websocket server
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:DatabaseRepository] targetLists=1, current=1 for clip_index of 0 rows
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:DatabaseRepository] targetLists=1, current=1 for face_index of 0 rows
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:StorageService] Verifying system mount folder checks, current state: {"mountChecks":{"thumbs":true,"upload":true,"backups":true,"library":true,"profile":true,"encoded-video":true}}
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:StorageService] Successfully verified system mount folder checks
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:ServerService] Feature Flags: {
  "smartSearch": true,
  "facialRecognition": true,
  "duplicateDetection": true,
  "map": true,
  "reverseGeocoding": true,
  "importFaces": false,
  "sidecar": true,
  "search": true,
  "trash": true,
  "oauth": false,
  "oauthAutoLaunch": false,
  "passwordLogin": true,
  "configFile": false,
  "email": false
}
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:SystemConfigService] LogLevel=debug (set via IMMICH_LOG_LEVEL)
[Nest] 262  - 09/03/2025, 5:44:17 PM   DEBUG [Api:JobService] Scheduling nightly jobs for 0 0 * * *
[Nest] 262  - 09/03/2025, 5:44:17 PM   DEBUG [Api:StorageTemplateService] Compiling new storage template: {{y}}/{{y}}-{{MM}}-{{dd}}/{{filename}}
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:NestFactory] Starting Nest application...
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:InstanceLoader] BullModule dependencies initialized
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:InstanceLoader] ClsModule dependencies initialized
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:InstanceLoader] ClsCommonModule dependencies initialized
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:InstanceLoader] OpenTelemetryModule dependencies initialized
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:InstanceLoader] KyselyModule dependencies initialized
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:InstanceLoader] KyselyCoreModule dependencies initialized
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:InstanceLoader] DiscoveryModule dependencies initialized
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:InstanceLoader] OpenTelemetryCoreModule dependencies initialized
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:InstanceLoader] ClsRootModule dependencies initialized
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:InstanceLoader] ScheduleModule dependencies initialized
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:InstanceLoader] BullModule dependencies initialized
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:InstanceLoader] BullModule dependencies initialized
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:InstanceLoader] ApiModule dependencies initialized
[Nest] 262  - 09/03/2025, 5:44:17 PM   DEBUG [Api:ClsModule] Mounting ClsMiddleware to /
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] ApiKeyController {/api/api-keys}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/api-keys, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/api-keys, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/api-keys/me, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/api-keys/:id, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/api-keys/:id, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/api-keys/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] ActivityController {/api/activities}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/activities, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/activities, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/activities/statistics, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/activities/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] AlbumController {/api/albums}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/albums, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/albums, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/albums/statistics, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/albums/:id, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/albums/:id, PATCH} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/albums/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/albums/:id/assets, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/albums/assets, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/albums/:id/assets, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/albums/:id/users, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/albums/:id/user/:userId, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/albums/:id/user/:userId, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] AppController {/api}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/.well-known/immich, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/custom.css, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] AssetController {/api/assets}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/random, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/device/:deviceId, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/statistics, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/jobs, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/:id, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/:id, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/:id/metadata, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/:id/metadata, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/:id/metadata/:key, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/:id/metadata/:key, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] AssetMediaController {/api/assets}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/:id/original, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/:id/original, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/:id/thumbnail, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/:id/video/playback, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/exist, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/assets/bulk-upload-check, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] AuthController {/api/auth}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/auth/login, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/auth/admin-sign-up, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/auth/validateToken, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/auth/change-password, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/auth/logout, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/auth/status, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/auth/pin-code, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/auth/pin-code, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/auth/pin-code, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/auth/session/unlock, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/auth/session/lock, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] AuthAdminController {/api/admin/auth}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/admin/auth/unlink-all, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] DownloadController {/api/download}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/download/info, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/download/archive, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] DuplicateController {/api/duplicates}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/duplicates, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/duplicates, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/duplicates/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] FaceController {/api/faces}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/faces, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/faces, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/faces/:id, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/faces/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] JobController {/api/jobs}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/jobs, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/jobs, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/jobs/:id, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] LibraryController {/api/libraries}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/libraries, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/libraries, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/libraries/:id, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/libraries/:id, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/libraries/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/libraries/:id/validate, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/libraries/:id/statistics, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/libraries/:id/scan, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] MapController {/api/map}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/map/markers, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/map/reverse-geocode, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] MemoryController {/api/memories}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/memories, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/memories, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/memories/statistics, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/memories/:id, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/memories/:id, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/memories/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/memories/:id/assets, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/memories/:id/assets, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] NotificationController {/api/notifications}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/notifications, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/notifications, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/notifications, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/notifications/:id, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/notifications/:id, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/notifications/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] NotificationAdminController {/api/admin/notifications}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/admin/notifications, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/admin/notifications/test-email, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/admin/notifications/templates/:name, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] OAuthController {/api/oauth}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/oauth/mobile-redirect, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/oauth/authorize, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/oauth/callback, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/oauth/link, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/oauth/unlink, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] PartnerController {/api/partners}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/partners, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/partners/:id, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/partners/:id, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/partners/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] PersonController {/api/people}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/people, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/people, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/people, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/people, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/people/:id, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/people/:id, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/people/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/people/:id/statistics, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/people/:id/thumbnail, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/people/:id/reassign, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/people/:id/merge, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] SearchController {/api/search}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/search/metadata, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/search/statistics, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/search/random, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/search/large-assets, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/search/smart, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/search/explore, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/search/person, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/search/places, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/search/cities, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/search/suggestions, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] ServerController {/api/server}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/about, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/apk-links, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/storage, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/ping, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/version, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/version-history, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/features, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/theme, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/config, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/statistics, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/media-types, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/license, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/license, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/license, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/server/version-check, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] SessionController {/api/sessions}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/sessions, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/sessions, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/sessions, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/sessions/:id, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/sessions/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/sessions/:id/lock, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] SharedLinkController {/api/shared-links}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/shared-links, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/shared-links/me, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/shared-links/:id, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/shared-links, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/shared-links/:id, PATCH} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/shared-links/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/shared-links/:id/assets, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/shared-links/:id/assets, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] StackController {/api/stacks}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/stacks, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/stacks, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/stacks, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/stacks/:id, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/stacks/:id, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/stacks/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/stacks/:id/assets/:assetId, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] SyncController {/api/sync}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/sync/full-sync, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/sync/delta-sync, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/sync/stream, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/sync/ack, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/sync/ack, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/sync/ack, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] SystemConfigController {/api/system-config}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/system-config, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/system-config/defaults, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/system-config, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/system-config/storage-template-options, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] SystemMetadataController {/api/system-metadata}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/system-metadata/admin-onboarding, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/system-metadata/admin-onboarding, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/system-metadata/reverse-geocoding-state, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/system-metadata/version-check-state, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] TagController {/api/tags}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/tags, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/tags, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/tags, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/tags/assets, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/tags/:id, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/tags/:id, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/tags/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/tags/:id/assets, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/tags/:id/assets, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] TimelineController {/api/timeline}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/timeline/buckets, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/timeline/bucket, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] TrashController {/api/trash}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/trash/empty, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/trash/restore, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/trash/restore/assets, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] UserAdminController {/api/admin/users}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/admin/users, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/admin/users, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/admin/users/:id, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/admin/users/:id, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/admin/users/:id, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/admin/users/:id/statistics, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/admin/users/:id/preferences, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/admin/users/:id/preferences, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/admin/users/:id/restore, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] UserController {/api/users}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users/me, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users/me, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users/me/preferences, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users/me/preferences, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users/me/license, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users/me/license, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users/me/license, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users/me/onboarding, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users/me/onboarding, PUT} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users/me/onboarding, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users/:id, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users/profile-image, POST} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users/profile-image, DELETE} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/users/:id/profile-image, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RoutesResolver] ViewController {/api/view}:
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/view/folder/unique-paths, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:RouterExplorer] Mapped {/api/view/folder, GET} route
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:NestApplication] Nest application successfully started
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:Bootstrap] Immich Server is listening on http://192.168.1.31:8003 [v1.140.1] [production] 
[Nest] 262  - 09/03/2025, 5:44:17 PM     LOG [Api:EventRepository] Websocket Connect:    xmWEBsQQToK8d2jOAAAB
[Nest] 262  - 09/03/2025, 5:44:18 PM     LOG [Api:EventRepository] Websocket Connect:    S7RP5nZK4qpdKMAcAAAD
[Nest] 262  - 09/03/2025, 5:44:24 PM     LOG [Api:EventRepository] Websocket Disconnect: xmWEBsQQToK8d2jOAAAB
[Nest] 262  - 09/03/2025, 5:44:24 PM   DEBUG [Api:LoggingInterceptor] GET /custom.css 200 20.00ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:25 PM   DEBUG [Api:LoggingInterceptor~nufs978o] GET /api/server/features 200 10.15ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:25 PM   DEBUG [Api:LoggingInterceptor~ol7ryfyj] GET /api/users/me 200 21.29ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:25 PM   DEBUG [Api:LoggingInterceptor~9fq913hx] GET /api/users/me/preferences 200 25.74ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:25 PM   DEBUG [Api:LoggingInterceptor~6h82udvn] GET /api/server/config 200 36.74ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:25 PM   DEBUG [Api:LoggingInterceptor~0xa1xf2z] GET /api/server/about 200 193.98ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:25 PM   DEBUG [Api:LoggingInterceptor~idjxdpis] GET /api/server/storage 200 3.86ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:25 PM   DEBUG [Api:LoggingInterceptor~69fyl16e] GET /api/admin/users?withDeleted=false 200 7.23ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:25 PM   DEBUG [Api:LoggingInterceptor~8h4ab3fe] GET /api/server/media-types 200 0.45ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:25 PM   DEBUG [Api:LoggingInterceptor~i9pg0k83] GET /api/server/storage 200 1.04ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:25 PM     LOG [Api:EventRepository] Websocket Connect:    LsQAShAcoPTKq3phAAAF
[Nest] 262  - 09/03/2025, 5:44:25 PM   DEBUG [Api:LoggingInterceptor~wtbxtuoo] GET /api/libraries 200 9.02ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:26 PM   DEBUG [Api:LoggingInterceptor~8p7wtp98] GET /api/server/version-history 200 10.68ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:26 PM   DEBUG [Api:LoggingInterceptor~yxljib8d] GET /api/server/about 200 5.30ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:26 PM   DEBUG [Api:LoggingInterceptor~6jzkqrnm] GET /api/libraries/2e896680-4516-4d58-9f93-2ff77854eca0/statistics 200 40.19ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:26 PM   DEBUG [Api:LoggingInterceptor~8by8pwhc] GET /api/admin/users/6d16d610-9b53-4951-839a-a08d11b93a32 200 11.02ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:34 PM     LOG [Api:LibraryService~7cobwa6e] Starting to scan library 2e896680-4516-4d58-9f93-2ff77854eca0
[Nest] 262  - 09/03/2025, 5:44:34 PM   DEBUG [Api:LoggingInterceptor~7cobwa6e] POST /api/libraries/2e896680-4516-4d58-9f93-2ff77854eca0/scan 204 10.71ms 192.168.1.1
[Nest] 262  - 09/03/2025, 5:44:40 PM   DEBUG [Api:JobService~e0tiz15s] Handling command: queue=library,command=start,force=undefined
[Nest] 262  - 09/03/2025, 5:44:40 PM   DEBUG [Api:LoggingInterceptor~e0tiz15s] PUT /api/jobs/library 200 3.40ms 192.168.1.1

The mount path is visible in the container:

docker exec -it immich bash
root@Tower:/# cd /libraries/<USERNAME>/2025-temp
root@Tower:/libraries//<USERNAME>/2025-temp# find .
.
./2025
./2025/2025-01
./2025/2025-01/20250101-120338-IMG_2056.MOV
./2025/2025-01/20250101-120359-IMG_2058.MOV
./2025/2025-01/20250101-120446-IMG_2059.MOV
./2025/2025-01/20250101-120541-IMG_2060.MOV
./2025/2025-01/20250101-120605-IMG_2061.MOV
./2025/2025-01/20250101-120739-IMG_2063.mov
./2025/2025-01/20250109-104328-IMG_2204.mov
./2025/2025-01/20250101-120740-IMG_2063.HEIC
./2025/2025-01/20250109-113839-IMG_2213.MOV
./2025/2025-01/20250101-120741-IMG_2064.HEIC
./2025/2025-01/20250101-120741-IMG_2064.mov
./2025/2025-01/20250109-113534-IMG_2212.MOV

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions