-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External library scanning fails if subfolder is not readable #13253
Comments
Thanks for the report. Adding it to my list |
Oh, is this a duplicate of #12713? Sorry I didn't see it earlier |
It appears so. I'll close this one for now. Duplicate of #12713 |
Are you running the docker as root, or as a non-root user? |
The docker compose command is run as root and in my compose.yaml I have this line: immich-server:
user: 1000:1000 The files are on an NFS share. |
Thanks, I missed the user: part of the docker compose. Now it makes sense :) |
The bug
I had one subfolder in my library that was owned by a different user and therefore not readable by Immich (cf. #13214).
This apparently led to photos not being scanned if they were in folders lexicographically after said subfolder (though apparently not exclusively, since some earlier photos were also affected, but videos were not affected at all).
Deleting this subfolder and re-scanning solved the issue.
Expected behavior:
I assumed unreadable folders would simply be ignored. Alternatively, a warning in the admin user interface would have been helpful (maybe in the form of more detailed status indication on the Jobs page?)
The OS that Immich Server is running on
Ubuntu 24.04 / Docker
Version of Immich Server
v1.117.0
Version of Immich Mobile App
irrelevant
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: