Weird gap in web view
I just added a bunch of phtoos via the cli and everything is good besides this. Any ideas how to fix this?
17 Replies
Any console errors?
Also that storage indicator seems broken too
are jobs still running? can you confirm you can access your UPLOAD_LOCATION in your container
oh yeah that'll do it

rerunning missing thumbnails didn't fix it
will dig into logs and see if I can find anything useful
yep that'll do it
any tips on how to fix something like this besides manually digging in there?
I"ll try uploading the files again
Did your mount have issue?
Was it out of nowhere cannot render those files?
Yeah started today
Could also be because it's under more strain than usual (I'm setting up syncthing for other data) and it's a cifs mount to a remote box
Can you make sure you can see those files in your docker container?
those files just do not exist in the first place
I am confused as to why immich thinks they are supposed to be there?
because your mount has issue
when you upload/import a file successfully, the path will be written to the database
if you mount isn't there, it will most likely create a directory in that
UPLOAD_LOCATION
regardless of if you have the actual mount is there or not
becasue the end of the day /path/to/mount
is valid but whether it actually a network mount or local directory is for you to make sure it isSo i've redone the photo imports to no avail
Is there any way I can remove these files from the db? (barring manually going through and deleting the rows one by one)
this particular error should be fixed with https://github.com/immich-app/immich/pull/3071
GitHub
fix(server): transcodes failing due to storage migration happening ...
Description
Schedules the video conversion job to be enqueued only after storage migration to avoid a File not found error while transcoding. Specifically, it's queued after JPEG thumbnail gene...
but i don't have any useful suggestions for the other issues you're having
Oddly on mobile stuff seems to load but with really weird dates

Hello, did we ever get out of the cosmo?
I actually dealt with this exact same problem, one sec lemme link my issue
https://discord.com/channels/979116623879368755/1122255507026100338/1122255507026100338
The issue, for me at least and it looks like it's the same for you, is the exif data for creation date got messed up somehow. Have to delete the problem files in immich, fix each original one manually, then reupload. I did it with
exiftool
on linux.Ah I see
So I gotta delete them on mobile, fix it on the server, then reupload
Thanks!
Yea no worries! It was a bit of a bear finding the exact files for me. I looked at the details of each problem file in mobile to find the file name and searched for it in my original upload folder.