immich-app / immich

High performance self-hosted photo and video management solution.
https://immich.app
GNU Affero General Public License v3.0
45.15k stars 2.19k forks source link

[Android APP] Duplicate album created. #12763

Open alextran1502 opened 2 days ago

alextran1502 commented 2 days ago

Discussed in https://github.com/immich-app/immich/discussions/12653

Originally posted by **DrieWielRr** September 14, 2024 ### The bug I share my camera album with my wife but she notifified me that she did not see new pictures appearing so I checked my Immich app and noticed that it suddenly decided to create a new album called "Camera" and started uploading my Camera-pictures in there instead of the original album. Below the duplicate album the app has created for no reason: ![screencap_duplicate_album](https://github.com/user-attachments/assets/f62b317d-7807-46c9-b834-246b51309535) The albums that are synced from my phone does not include this mistery album: ![Screencap_sync_settings](https://github.com/user-attachments/assets/ed711238-3be4-4edb-a9ea-c41a03eef6bb) Sync settings: ![Screencap_phone_albums](https://github.com/user-attachments/assets/43addb8f-0f79-4f37-8833-f573776023e7) How can I get these images back within the old album and stop the app from creating a new album for a album that already exist? ### The OS that Immich Server is running on Ubuntu 24.04 LTS ### Version of Immich Server v1.113.0 ### Version of Immich Mobile App 1.113.0 build.156 ### Platform with the issue - [ ] Server - [ ] Web - [x] Mobile ### Your docker-compose.yml content ```YAML N/A ``` ### Your .env content ```Shell N/A ``` ### Reproduction steps N/A ### Relevant log output _No response_ ### Additional information _No response_
alextran1502 commented 2 days ago

@DrieWielRr I reopen to get it tracked

alextran1502 commented 2 days ago

Do you know if you often press the sync button in the backup setting?

DrieWielRr commented 2 days ago

Thanks Alex :)

No, I only did it once (when 1.113 dropped allowing the album sync, didn't use immich before that because we were waiting for album sync functionality) with the initial backup and after that I enabled the background sync to upload pictures when the are 10m of age.

DrieWielRr commented 2 days ago

Ps: I run the server connection over a private "always online VPN" and I'm currently abroad where the internet connection is not that great (quite slow and dropouts are frequent). I had to restart the app 2/3 times in the past week because it got stuck for hours looking for assets or didn't process new uploads at all (my wife starts complaining in the evening that pictures that where made that entire day are not availeble yet within my shared immich album, which is becomming a bit of pain now that the app creates new albums that I constantly have to share with her so she can access the vacation pictures ^^). I also had another case where it didnt do anything until I actually manually opened the application from the app tray before it immediately started searching for assets and begun uploading (maybe the background service crashed?).

DrieWielRr commented 2 days ago

It just created yet another (4th) Camera album when it started syncing just a couple of minutes a go, below the server and app logs:

_immich-server_logs-1.txt app-log.txt

DrieWielRr commented 2 days ago

Below the applogs after sync was completed, 4th album now also containing pictures:

Screenshot_20240918_173350

app-log.txt

alextran1502 commented 1 day ago

I see, thanks for the update!