How to get rid of thumbnail errors in microservices log?

I have a few of these errors when I run the thumbnail job. How do I get rid of them? [Nest] 7 - 10/22/2023, 10:57:11 AM ERROR [JobService] Unable to run job handler (thumbnailGeneration/generate-jpeg-thumbnail): Error: Input file is missing: upload/upload/72307327-a2a6-4988-b1e8-23547fb35de6/126d75d8-0be7-4754-a842-bf688a5f5180.jpg [Nest] 7 - 10/22/2023, 10:57:11 AM ERROR [JobService] Error: Input file is missing: upload/upload/72307327-a2a6-4988-b1e8-23547fb35de6/126d75d8-0be7-4754-a842-bf688a5f5180.jpg [Nest] 7 - 10/22/2023, 10:57:11 AM ERROR [JobService] Object: { "id": "e889a6da-ed23-49e6-9c81-eaf58930d347" } I checked and the files are not in the upload folder.
5 Replies
Alex Tran
Alex Tran2y ago
Try to run this job again, then rerun the generate thumbnail job for missing
No description
deviltaz
deviltazOP2y ago
As you suggested, I ran the storage migration and then thumbnail job. Errors are still there.
Alex Tran
Alex Tran2y ago
Ok this seem like the issue before 1.82 update which left some orphaned file, can you access the Repair section in the administration page?
deviltaz
deviltazOP2y ago
I cannot access the Repair section due to my large library(125K). I can wait until you guys release a fix for it unless you have another solution.
Alex Tran
Alex Tran2y ago
You can wait for a fix, in the meantime you can ignore the error

Did you find this page helpful?