Clampy
Clampy
IImmich
Created by Clampy on 2/24/2025 in #help-desk-support
Getting read validation errors after changing Files Custom Locations
Hello! I had Immich working with default settings on Unraid, started upload images etc. I then noticed after the mover kicked in it moved it from the SSD to my HDD, and my thumbnails were slow - so I read https://immich.app/docs/guides/custom-locations and moved thumbs and encoded-video to my SSD. * After adding these custom locations, my Immich server won't start * If I remove the custom locations, it starts up again and works * The folders are created correctly on the SSD, so the location setup seems correct in Compose/Env Here is my Docker error:
[Nest] 7 - 02/24/2025, 8:54:18 PM ERROR [Microservices:StorageService] Failed to read upload/encoded-video/.immich: Error: ENOENT: no such file or directory, open 'upload/encoded-video/.immich' microservices worker error: Error: Failed to read "<UPLOAD_LOCATION>/encoded-video/.immich - Please see https://immich.app/docs/administration/system-integrity#folder-checks for more information.", stack: Error: Failed to read "<UPLOAD_LOCATION>/encoded-video/.immich - Please see https://immich.app/docs/administration/system-integrity#folder-checks for more information."
I looked at the page, and it states File does not exist - volume mount has changed and should be corrected, which makes a lot of sense, as the folders were changed after initial startup. I assume the issue is simply that they are missing, and I need to recreate them in the new locations. If this is the case, how do I do that? Thank you!
19 replies
IImmich
Created by Clampy on 2/1/2025 in #help-desk-support
I am getting a daemon error: "accessed denied" when using the latest examples in the Unraid guide
Hi there! Following the Unraid guide here: https://immich.app/docs/install/unraid. I copy the docker compose and env examples, updating my location and database location. When I click "Compose Up", I get this error:
[+] Running 4/4
✘ redis Error context canceled 0.3s
✘ immich-server Error context canceled 0.3s
✘ immich-machine-learning Error Head "https://ghcr.io/v2/immich-app/immich-machine-learning/manif... 0.3s
✘ database Error context canceled 0.3s
Error response from daemon: Head "https://ghcr.io/v2/immich-app/immich-machine-learning/manifests/release": denied: denied
[+] Running 4/4
✘ redis Error context canceled 0.3s
✘ immich-server Error context canceled 0.3s
✘ immich-machine-learning Error Head "https://ghcr.io/v2/immich-app/immich-machine-learning/manif... 0.3s
✘ database Error context canceled 0.3s
Error response from daemon: Head "https://ghcr.io/v2/immich-app/immich-machine-learning/manifests/release": denied: denied
I made sure my database and picture locations are pre-set, but it seems like the error is when it tries to grab the machine learning image?
9 replies