-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Android app ignores some local images (which might contain wrong metadata) #6196
Comments
It is so wired, cannot even reproduce the issue on android emulator. I connected to my phone and find this problem is caused by flutter_photo_manager filtering out those 0w*0h pictures. My current workaround is manually set And there is another call I think should also need modifying. (pure guess, I know little about this code strucure) I also open an issue on flutter_photo_manager repository: fluttercandies/flutter_photo_manager#1069 Wondering if anyone could reproduce the issue. (My device is android 10, EMUI 11.0.0). If it is only a problem of my phone, maybe I should fix it myself XD. |
Wondering if this is still the fix. Just noticed MP images are being ignored for me as well. I'm on 1.106.3 UPDATE: just realized my issue is different. the exif data on my photos looks good. just seems to be random MP.jpg files are missing. |
I seem to have the same problem as @phynias - the immich Android app does not show some local photos at all. Today I took a few photos with my phone in a ~30 seconds interval, one of the photos appears in the immich app's "Photos" tab (and it's synced on the server), the others do not. Other photo apps on the device (samsung/google photos) do show these photos and they were taken with the same app (samsung camera) without stopping so I don't think it's a metadata issue. I tried removing the directory from the "Backup Albums" list and re-adding it, the same photos are not shown. I took 30 photos today (all in the 'Camera' album/directory) and about half of them are not shown in the app and not synced to server. I attached screenshots of the immich app with all the photos it shows for today and google photos with all the photos it shows for today, and circled the photos that immich does not show (immich does show some other photos between the ones that it does see in google photos, but those are from the whatsapp photos album). So about half of them are not seen and I don't see any pattern or rule for this. Also, when I go to Backup Albums to select the albums to back up, then click the icon on the right to check the contents, the missing photos are shown there. Two of the photos from today that do not show are reported in the app log as duplicates and I created 10546 for them, but the others are still not explained. I attached one of the photos in original here: 20240622_140906.zip |
As discussed in #10546, my issue is caused by moving the data to a different phone without resetting the immich persistent storage - it seems that immich is not supporting it at this point. |
Something similar here. Immich android app wont show pictures saved from signal app. Map Pictures on local storage has more than 120 pictures bit Immich shows only 37. |
I have the same problem as well. Different images that have been created the same way on the same day in the same local folder on Android (i.e., taken with the same camera app). Some of them appear on Immich, some do not. All of them visible in gallery apps outside of Immich |
I am having the issue as well, I thought it was because of the permission showing "photos and videos accessed within the last 24 hours" but as described as above it shows up when you click on the album in backup |
The bug
I am using the official android app to back up my photos. The app works great and It detect all picture folders, except that some of images are missing in immich app. (The missing images is visible in my phone's native gallery app. And other images in the same directory as the missing ones are showing up correctly in immich.)
I suppose the metadata of image is to be blame. Although I am not familiar with exif kind of things, another gallery app (Les Pas, shows the image, but) says the image size is 0w*0h, which is definitely incorrect. The image is posted below.
(to avoid picture got compressed and metadata got lost, I also make it a zip pack)
-990f2baad6699c6.jpg.zip
Now I guess that the immich app actually do read in this image, but due to some metadata related errors, it skips this one. (But I don't see anything related in logs)
BTW in most cases it should not be a problem, photos we take will have correct metadata. My situation is this "broken" image is saved from a chat app (QQ, which is commonly used in China), and lots of images saved from it have the same issue (like the size 0w*0h I mentioned).
The OS that Immich Server is running on
ubuntu 22.04
Version of Immich Server
v1.91.4
Version of Immich Mobile App
v1.91.4
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response
The text was updated successfully, but these errors were encountered: