I
Immich•2mo ago
Mayo89

Memories doesn't work as expected.

Memories just show 20 years ago stuff when they are present. i would like to have, if possible, something like "on this date" where it shows all the pictures i have of today/this_month/each_year. Is that possible? I would like to point that my timeline is correct, each picture is shown in the right day/month/year. Thanks for your time
19 Replies
Immich
Immich•2mo ago
:wave: Hey @Mayo89, Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich :immich:. References - Container Logs: docker compose logs docs - Container Status: docker ps -a docs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy - Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA Checklist I have... 1. :ballot_box_with_check: verified I'm on the latest release(note that mobile app releases may take some time). 2. :ballot_box_with_check: read applicable release notes. 3. :ballot_box_with_check: reviewed the FAQs for known issues. 4. :ballot_box_with_check: reviewed Github for known issues. 5. :ballot_box_with_check: tried accessing Immich via local ip (without a custom reverse proxy). 6. :ballot_box_with_check: uploaded the relevant information (see below). 7. :ballot_box_with_check: 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) Information In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider: - Your docker-compose.yml and .env files. - Logs from all the containers and their status (see above). - All the troubleshooting steps you've tried so far. - Any recent changes you've made to Immich or your system. - Details about your system (both software/OS and hardware). - Details about your storage (filesystems, type of disks, output of commands like fdisk -l and df -h). - The version of the Immich server, mobile app, and other relevant pieces. - Any other information that you think might be relevant. Please paste files and logs with proper code formatting, and especially avoid blurry screenshots. Without the right information we can't work out what the problem is. Help us help you ;) If this ticket can be closed you can use the /close command, and re-open it later if needed. Successfully submitted, a tag has been added to inform contributors. :white_check_mark:
Mraedis
Mraedis•2mo ago
If I get you correctly, you can just search with a date range?
Mayo89
Mayo89OP•2mo ago
Yes, of course I do, but I'm not talking about search issue. I'm talking about the "Memories" funcion, that usually shows automaticcaly on the mobile app at te top of the Home screen.
Mraedis
Mraedis•2mo ago
Well memories will always be "on this day", I don't think this will change If you are missing years/days in this list that's a different issue of course
Mayo89
Mayo89OP•2mo ago
It's 3-4 days in a row that it shows just the "20years ago" date, the picture inside that category are right, from 2005. But I have tons of pictures of other years for the past days and today too. But those are not displayed correctly. What could I check? To be completely honest It's 5 days I set my server up. But I'm sure that I have multiple memories in the last 3 days for several years.
Mraedis
Mraedis•2mo ago
You could check the timeline manually for starters If there are no images on that date, you know why memories won't show anything If there are, we can go deeper and see why it's not creating the memories How new is your Immich?
Mayo89
Mayo89OP•2mo ago
Yes, they are there, my timeline is correct. 5 days old
Mraedis
Mraedis•2mo ago
You can go to the jobs admin section https://my.immich.app/admin/jobs-status and clean up the memories + create the memories job ->
No description
Mraedis
Mraedis•2mo ago
If this does not make them, check your logs for any errors
Mayo89
Mayo89OP•2mo ago
I did it, once created I just have to wait, or should I do something else? I don't see anything working below
Mraedis
Mraedis•2mo ago
did you do both cleanup and creation? It shouldn't take much longer than a couple of minutes (if even that)
Mayo89
Mayo89OP•2mo ago
Oh i did miss the little arrow, I did it both now. But nothing seems to change. But I'm doing this from remote, I would like to be sure and make those 2 jobs from local before assuming it's not working. Thanks for the moment @Mraedis, appreciated a lot. I will give you guys a feedback. And really good job, the platform seems impressive even if it's just a beta.
Mraedis
Mraedis•2mo ago
remote or local should be the same, but the logs will be another thing of course 🙂
Mayo89
Mayo89OP•2mo ago
I see, in that case it didn't change anything. I repeated the steps a couple of time to be sure, because I don't get any feedback beside "job created", no bars showing up or anything else. Any other things to try?
Immich
Immich•2mo ago
[Issue] Multiple Memories at top (immich-app/immich#16484)
Sergey Katsubo
Sergey Katsubo•2mo ago
Small correction to the linked advice: in ... truncate table memories ... it should be memory since recent versions changed table names.
truncate table memories -> truncate table memory
truncate table memories -> truncate table memory
Corrected command: docker exec immich_postgres psql --dbname=immich --username=postgres -c "delete from system_metadata where key like 'memories-state'; truncate table memory cascade;" Run it first, then re-trigger Memory Generation job. @Mayo89 btw, you said your Immich server is pretty young. When did you add photos for the recent years? If, for example - 2005 was added 5 days ago - 2006+ were added 3 days ago then https://github.com/immich-app/immich/issues/19596 could be the culprit. Anyway, let's see the outcome of truncating memory records and regenerating them.
Immich
Immich•2mo ago
[Issue] Incomplete or missing memories for 3 days after uploading past photos (immich-app/immich#19596)
Mayo89
Mayo89OP•2mo ago
This Solved, thank you for your help. I stopped here without trying the second solution. Appreciayed a lot. Have a good day! /close

Did you find this page helpful?