I
Immich•2y ago
Gines Rico

Thumbnails Error

After updating the entire gallery, it stayed like this without being able to see any thumbnails, or any photos
No description
29 Replies
jrasm91
jrasm91•2y ago
This was an issue with v1.67.0, it should be fixed in 1.67.2 though. Are you using the all in one image by the way?
Gines Rico
Gines RicoOP•2y ago
I am using Unraid templates
Alex Tran
Alex Tran•2y ago
Unraid image will have to be update to 1.67.2, can you contact the maintainer of that image?
Gines Rico
Gines RicoOP•2y ago
The update just came out, I'm going to update to see if the problem disappears
JoeSocks
JoeSocks•2y ago
Did the update fix this? I just updated to 1.67.2 and I'm getting broken thumbnails now. i tried re-running the thumbnail job too
Alex Tran
Alex Tran•2y ago
what does the server logs say?
JoeSocks
JoeSocks•2y ago
Please disregard my comment, i forgot to unlock my dataset 😅
Gines Rico
Gines RicoOP•2y ago
If my error was solved by updating
giga89 [ATOM/SAI TEAM]
I have the same problem I don't understand how to fix
Alex Tran
Alex Tran•2y ago
what does the log says
giga89 [ATOM/SAI TEAM]
Hi Alex. Where I check? On the app?
Alex Tran
Alex Tran•2y ago
the server/microservice logs would be the one I need
giga89 [ATOM/SAI TEAM]
Can you drive me to obtain? Thxs Ok I checked it I'll paste here but I see it search in wrong location Microservice: [Nest] 1 - 07/16/2023, 4:37:28 PM WARN [MetadataExtractionProcessor] The exifData parsing failed due to Error: File not found - /usr/src/app/upload/library/admin/2023/2023-02-02/IMG_20230202_105303.jpg for asset ec65320d-9ac1-4961-83f8-e2dd1a2de4f9 at upload/library/admin/2023/2023-02-02/IMG_20230202_105303.jpg [Nest] 1 - 07/16/2023, 4:37:28 PM WARN [MetadataExtractionProcessor] Error: File not found - /usr/src/app/upload/library/admin/2023/2023-02-02/IMG_20230202_105303.jpg at ReadTask.parser (/usr/src/app/node_modules/exiftool-vendored/dist/ExifToolTask.js:41:29) at ReadTask._Task_resolve (/usr/src/app/node_modules/batch-cluster/dist/Task.js:146:40) [Nest] 1 - 07/16/2023, 4:37:28 PM ERROR [JobService] Unable to run job handler: Error: ENOENT: no such file or directory, stat 'upload/library/admin/2023/2023-02-02/IMG_20230202_105303.jpg' [Nest] 1 - 07/16/2023, 4:37:28 PM ERROR [JobService] Error: ENOENT: no such file or directory, stat 'upload/library/admin/2023/2023-02-02/IMG_20230202_105303.jpg' at Object.statSync (node:fs:1615:3) at MetadataExtractionProcessor.handlePhotoMetadataExtraction (/usr/src/app/dist/microservices/processors/metadata-extraction.processor.js:141:45) at async /usr/src/app/dist/domain/job/job.service.js:104:37 at async Worker.processJob (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:342:28) at async Worker.retryIfFailed (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:525:24) Server: [Nest] 1 - 07/18/2023, 9:45:58 PM ERROR [AssetService] Cannot create read stream for asset 968f3c5a-fc2c-4a60-a96e-f87f23209370 getAssetThumbnail [Nest] 1 - 07/18/2023, 9:45:58 PM ERROR [ExceptionsHandler] ENOENT: no such file or directory, access 'upload/encoded-video/24a92b8f-65e6-484c-bffc-6bd90b77463b/6fb953a8-00a5-4b10-a51e-f24744c27837.mp4' My env: ################################################################################### My env: ################################################################################### Upload File Location This is the location where uploaded files are stored. ################################################################################### UPLOAD_LOCATION=/media/topotip/ext2TB/immich2/
giga89 [ATOM/SAI TEAM]
Images are "broken" but there are present in library folders 🤔 can I rebuild the dB or something similar?
No description
No description
Alex Tran
Alex Tran•2y ago
try logout and log back in
giga89 [ATOM/SAI TEAM]
Already tryed and nothing happens..
Alex Tran
Alex Tran•2y ago
Can you see those on the web? which version of the app and server are you on?
giga89 [ATOM/SAI TEAM]
Nope, everywhere the same issue. 1.67.2 Images that was on server before update suffers the same issue.
Alex Tran
Alex Tran•2y ago
Do you mind sharing your docker compose file? And what happen if you run the thumbnail generation job for missing one?
giga89 [ATOM/SAI TEAM]
I can send the docker compose file in few hours 🙂 No changes if I run thumb Gen job
Alex Tran
Alex Tran•2y ago
Sounds like there is issue with the microswrvice container that is not starting properly to process the jobs
giga89 [ATOM/SAI TEAM]
I can send to you everything that you need to examine the problem
jrasm91
jrasm91•2y ago
Send the microservices logs after running the generate thumbs for missing job
giga89 [ATOM/SAI TEAM]
Ok
giga89 [ATOM/SAI TEAM]
my docker compose
giga89 [ATOM/SAI TEAM]
[Nest] 1 - 07/19/2023, 8:05:55 PM ERROR [JobService] Unable to run job handler: Error: Input file is missing: upload/library/e4f75509-9cf6-4887-b466-ad166a7e6a1c/2023/2023-07-15/IMG20230715142505.jpg [Nest] 1 - 07/19/2023, 8:05:55 PM ERROR [JobService] Error: Input file is missing: upload/library/e4f75509-9cf6-4887-b466-ad166a7e6a1c/2023/2023-07-15/IMG20230715142505.jpg [Nest] 1 - 07/19/2023, 8:05:55 PM ERROR [JobService] Object: { "id": "3a6209b1-3403-4622-98f6-1b1d0cda3ce2" } For all images.. But i dont' understand because it search on upload/library/ when my .env say that images are located here -> UPLOAD_LOCATION=/media/topotip/ext2TB/immich2/
thomas
thomas•2y ago
Is it mounted?
Alex Tran
Alex Tran•2y ago
that is the internal path of docker container where the information in the database is referenced too
giga89 [ATOM/SAI TEAM]
Where?

Did you find this page helpful?