All media backup failed
Hey y'all
I'm using immich via docker on an Ubuntu vm running on proxmox, it's on version 1.52 and my android client is on version 1.43.0 build.66.
I've only recently updated, I've been on am older build since about three months, but all my media backups are failing.
These are the logs from my client:
created_at,level,context,message,stacktrace
2023-03-29 23:11:08.059156,INFO,"AssetNotifier","state is already up-to-date",""
2023-03-29 23:11:08.058074,INFO,"AssetNotifier","Load assets: 3559ms",""
2023-03-29 23:11:05.239840,INFO,"BackupNotifier","Found 64 local albums",""
2023-03-29 23:11:04.609556,INFO,"BackupNotifier","[_resumeBackup] Start back up",""
2023-03-29 23:10:17.288735,INFO,"AssetNotifier","state is already up-to-date",""
2023-03-29 23:10:17.287719,INFO,"AssetNotifier","Load assets: 2377ms",""
2023-03-29 23:10:14.910413,INFO,"AssetNotifier","Reading assets 6095 from cache: 384ms",""
2023-03-29 23:10:14.767405,INFO,"BackupNotifier","Found 64 local albums",""
2023-03-29 23:10:14.489230,INFO,"BackupNotifier","[_resumeBackup] Start back up",""
2023-03-29 23:10:14.489052,SEVERE,"BackupNotifier","[_updateAlbumBackupTime] failed to find album in state","#0 BackupNotifier._updateAlbumsBackupTime (package:immich_mobile/modules/backup/providers/backup.provider.dart:639)
#1 BackupNotifier.resumeBackup (package:immich_mobile/modules/backup/providers/backup.provider.dart:601)
<asynchronous suspension>"
2023-03-29 23:09:43.552,INFO,"AssetNotifier","state is already up-to-date",""
2023-03-29 23:09:43.550,INFO,"AssetNotifier","Load assets: 6385ms",""
2023-03-29 23:09:37.063,INFO,"AssetNotifier","state is already up-to-date",""
2023-03-29 23:09:37.061,INFO,"AssetNotifier","Load assets: 2353ms",""
2023-03-29 23:08:40.350,INFO,"BackupNotifier","Found 64 local albums",""
I'm using the default docker-compose and .env files given on the documentation page on the site, I have ample space on my server side for my images.
6 Replies
Your mobile app is out of date, please update the app
I reinstalled the app from F-droid today itself
The app says it's upto date
we are in fast development cycle so we can only guarantee the client and server works when on the same version
F-droid store has been having issue so it stops updating the app
Where can I get the latest app then?
GitHub?
You can either use the APK in the release note or to use Playstore
I'll try the apk from the release note and get back to you if the problem lasts
Hey it was the app, I'll be sure to get the latest version from GitHub everytime
Thank you