External Libraries not finding files #3286

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

Originally created by @ddshd on GitHub (May 27, 2024).

Originally assigned to: @etnoy on GitHub.

The bug

External libraries not finding files - even if using some of the force update options.

Here are all the logs. Contains entries after hitting any of the Scan Library options but nothing happen. No change in CPU usage either.

[Nest] 8  - 05/26/2024, 3:23:03 PM VERBOSE [ImmichServer] [LoggingInterceptor] [u3e32tun] GET /api/user/info/8f9c3933-1533-4d20-bb28-7e5475af550b 200 1.12ms ::ffff:192.168.176.1
[Nest] 8  - 05/26/2024, 3:23:05 PM VERBOSE [ImmichServer] [LoggingInterceptor] [qiih1asb] POST /api/library/748f0c0a-98d9-47a3-9794-973088ced227/validate 200 0.72ms ::ffff:192.168.176.1
[Nest] 8  - 05/26/2024, 3:25:57 PM VERBOSE [ImmichServer] [LoggingInterceptor] [lge1fweh] POST /api/library/748f0c0a-98d9-47a3-9794-973088ced227/scan 204 12.26ms ::ffff:192.168.176.1
[Nest] 8  - 05/26/2024, 3:25:58 PM VERBOSE [ImmichServer] [LoggingInterceptor] [r60akxtv] POST /api/library/748f0c0a-98d9-47a3-9794-973088ced227/scan 204 7.32ms ::ffff:192.168.176.1
[Nest] 8  - 05/26/2024, 3:25:59 PM VERBOSE [ImmichServer] [LoggingInterceptor] [3phemmzn] POST /api/library/748f0c0a-98d9-47a3-9794-973088ced227/scan 204 10.61ms ::ffff:192.168.176.1
[Nest] 8  - 05/26/2024, 3:26:02 PM VERBOSE [ImmichServer] [LoggingInterceptor] [411pcg5l] POST /api/library/90bc7ca9-7fbc-4629-bc89-e2cd3b74a079/scan 204 11.73ms ::ffff:192.168.176.1
[Nest] 8  - 05/26/2024, 3:26:02 PM VERBOSE [ImmichServer] [LoggingInterceptor] [mxssdzel] POST /api/library/6d17b379-1c1b-40ae-85f7-a42dfaaf165e/scan 204 11.58ms ::ffff:192.168.176.1
[Nest] 8  - 05/26/2024, 3:26:02 PM VERBOSE [ImmichServer] [LoggingInterceptor] [hlvlk6bg] POST /api/library/748f0c0a-98d9-47a3-9794-973088ced227/scan 204 8.90ms ::ffff:192.168.176.1

External library configuration:

  • Just one import path at /mnt/media/.... The path does show up and exist inside the containers.

Works on v1.104.0.

The OS that Immich Server is running on

Ubuntu 22.04

Version of Immich Server

v.1.105.1

Version of Immich Mobile App

v.1.105

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

The latest release docker-compose

Your .env content

The latest release docker-compose, with UPLOAD_LIBRARY set to a path.

Reproduction steps

1. Create a directory with subdirectories and files within the directories.
2. Create a external library with the new directory as import path
3. Use any of the library refresh options to force EL to update.

Relevant log output

No response

Additional information

No response

Originally created by @ddshd on GitHub (May 27, 2024). Originally assigned to: @etnoy on GitHub. ### The bug External libraries not finding files - even if using some of the force update options. Here are all the logs. Contains entries after hitting any of the Scan Library options but nothing happen. No change in CPU usage either. ``` [Nest] 8 - 05/26/2024, 3:23:03 PM VERBOSE [ImmichServer] [LoggingInterceptor] [u3e32tun] GET /api/user/info/8f9c3933-1533-4d20-bb28-7e5475af550b 200 1.12ms ::ffff:192.168.176.1 [Nest] 8 - 05/26/2024, 3:23:05 PM VERBOSE [ImmichServer] [LoggingInterceptor] [qiih1asb] POST /api/library/748f0c0a-98d9-47a3-9794-973088ced227/validate 200 0.72ms ::ffff:192.168.176.1 [Nest] 8 - 05/26/2024, 3:25:57 PM VERBOSE [ImmichServer] [LoggingInterceptor] [lge1fweh] POST /api/library/748f0c0a-98d9-47a3-9794-973088ced227/scan 204 12.26ms ::ffff:192.168.176.1 [Nest] 8 - 05/26/2024, 3:25:58 PM VERBOSE [ImmichServer] [LoggingInterceptor] [r60akxtv] POST /api/library/748f0c0a-98d9-47a3-9794-973088ced227/scan 204 7.32ms ::ffff:192.168.176.1 [Nest] 8 - 05/26/2024, 3:25:59 PM VERBOSE [ImmichServer] [LoggingInterceptor] [3phemmzn] POST /api/library/748f0c0a-98d9-47a3-9794-973088ced227/scan 204 10.61ms ::ffff:192.168.176.1 [Nest] 8 - 05/26/2024, 3:26:02 PM VERBOSE [ImmichServer] [LoggingInterceptor] [411pcg5l] POST /api/library/90bc7ca9-7fbc-4629-bc89-e2cd3b74a079/scan 204 11.73ms ::ffff:192.168.176.1 [Nest] 8 - 05/26/2024, 3:26:02 PM VERBOSE [ImmichServer] [LoggingInterceptor] [mxssdzel] POST /api/library/6d17b379-1c1b-40ae-85f7-a42dfaaf165e/scan 204 11.58ms ::ffff:192.168.176.1 [Nest] 8 - 05/26/2024, 3:26:02 PM VERBOSE [ImmichServer] [LoggingInterceptor] [hlvlk6bg] POST /api/library/748f0c0a-98d9-47a3-9794-973088ced227/scan 204 8.90ms ::ffff:192.168.176.1 ``` External library configuration: - Just one import path at `/mnt/media/...`. The path does show up and exist inside the containers. Works on `v1.104.0`. ### The OS that Immich Server is running on Ubuntu 22.04 ### Version of Immich Server v.1.105.1 ### Version of Immich Mobile App v.1.105 ### Platform with the issue - [X] Server - [ ] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML The latest release docker-compose ``` ### Your .env content ```Shell The latest release docker-compose, with UPLOAD_LIBRARY set to a path. ``` ### Reproduction steps ```bash 1. Create a directory with subdirectories and files within the directories. 2. Create a external library with the new directory as import path 3. Use any of the library refresh options to force EL to update. ``` ### 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#3286