Hi folks, just installed my truecharts version of immich, directory permissions are correct, and things look generally good; but after uploading all my images from the go upload script (from my google photos archive) many of the later images show as broken. I read there was a race condition in bulk uploads - that could explain it. Is that still an issue?
#Some photos not showing up after google photos import
1 messages · Page 1 of 1 (latest)
:wave: Hey @chilly escarp,
Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich
.
References
- Container Logs:
docker compose logsdocs - Container Status:
docker compose psdocs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy
Checklist
- :ballot_box_with_check: I have verified I'm on the latest release(note that mobile app releases may take some time).
- :ballot_box_with_check: I have read applicable release notes.
- :ballot_box_with_check: I have reviewed the FAQs for known issues.
- :blue_square: I have reviewed Github for known issues.
- :ballot_box_with_check: I have tried accessing Immich via local ip (without a custom reverse proxy).
- :blue_square: I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the
/uploadcommand. - :ballot_box_with_check: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable
(an item can be marked as "complete" by reacting with the appropriate number)
If this ticket can be closed you can use the /close command, and re-open it later if needed.
Are the jobs still running?
Checking, sorry posted this while I was away from my computer
looking now
Jobs page has 0 active and waiting for all jobs
I'm going to restart the containers and see if that fixes anything.
If I clicked on "refresh thumbnail" for the image, that single image started working
which smells like a redis issue
And if I clicked "download" download worked
Ok, yep, so after restart I still see the same behavior
Clicking on one of the broken images, then clicking "Refresh thumbnail" causes it to work
(After a refresh)
Now, clicking on "Generate thumbnails" for "missing" - curious if this will cause it to be fixed for all, if so; that's not too bad
Yep, the issue is solved after running a generate thumbnails job
not sure why it took manually starting a job and why some of them were broken before that happened
Either Redis were broken or you restart the server somehow during the initial ingestion
Seems possible. the initial start of the container was the very first one, and I think the permissions were wrong on the directories at the very initial launch. So perhaps that messed with Redis. Anywho, it's solved now. Thanks so much for the rapid help!