Closed rootiam closed 1 year ago
Please check the server/microservices logs. Can you also run the thumbnail generation job in the admin panel as well?
I checked the logs, then started the upload again via cli and checked the logs after the upload again. Neither in the server logs nor in the microservices logs were any logs added. I also checked the logs in general and cannot see anything weird.
I triggered the thumbnail generation for all files. Will take some time. I will report back.
I just also checked the filesystem. The files are missing there too.
If the files are missing, it is either not supported or duplicated
It must be supported. I tried with another user and it worked perfectly.
If it is duplicated. Where are those files then? How could I debug or clean it?
Can you upload via the web and inspect the network request for the upload? The response should indicate why it would be rejected.
@jrasm91 I tried that. HTTP response 200 for the uploaded files. But still missing.
@alextran1502 Thumbnail generation task finished over night. The images are still missing.
I noticed another thing, not sure if related. The images are in the date range 21st to 28th of July 2018. Those are all missing. The images in the gallery are up to 15th of July 2018 and the next ones are starting 12th of August 2018. When scrolling in the Web over this timeframe the scrolling is always jumping! Otherwise it is always smooth. I can reproduce this every time when scrolling to this section. Maybe Web is trying to load pictures and fails and that's why it's jumping?
200 response means the the file already exists on the server (duplicate). 201 would indicate a new record was created. If you click on the request and look at the response you would see { duplicate: true, id: <UUID> }
Yes that is correct. After some more searching I found the files. They were sorted to April 2021 (along with some other files from earlier years). There must have been some issues during past copy jobs or something so the metadata wasn't correct anymore. With this I can close the issue. Thanks guys, awesome work!
The bug
I am uploading several images to my immich server and some are always missing. It doesn't matter if I use the Web Upload or the bulk CLI one. Some are uploaded fine and some others not. Both web and cli are telling the upload was successful. I can also repeat the upload. The images are still missing. I tried another user and there the images are uploaded fine. So I guess it is some kind of database error or something?
The OS that Immich Server is running on
Ubuntu 22.04.2 LTS
Version of Immich Server
1.60.0
Version of Immich Mobile App
1.60.0 build.83
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response