Closed Fenisu closed 4 days ago
Can you export the error log so we can see the stack trace?
Sure! Here it is: [Uploading Immich_log_2024-10-24T132836.960562.log…]()
Same issue here, this was not detected before since it only shows when switching to a new phone (or re-installing immich).
Both phones show this same error but on the older one this did not affect the functionality. The new phone will only show a few photos and albums. The web client shows all is well. Immich_log_2024-10-28T06_49_19.218221.log
Im getting this on the iOS client
Error while getting remote assets
FormatException: Invalid radix-10 number (at character 1)
Horizontal (normal)
^
#0 int._handleFormatError (dart:core-patch/integers_patch.dart:127)
#1 int._parseRadix (dart:core-patch/integers_patch.dart:153)
#2 int._parse (dart:core-patch/integers_patch.dart:99)
#3 int.parse (dart:core-patch/integers_patch.dart:61)
#4 DurationExtension.toInt (package:immich_mobile/extensions/string_extensions.dart:29)
#5 isFlipped (package:immich_mobile/entities/asset.entity.dart:527)
#6 new Asset.remote (package:immich_mobile/entities/asset.entity.dart:25)
#7 MappedListIterable.elementAt (dart:_internal/iterable.dart:425)
#8 ListIterator.moveNext (dart:_internal/iterable.dart:354)
#9 List.addAll (dart:core-patch/growable_array.dart:326)
#10 AssetService._getRemoteAssets (package:immich_mobile/services/asset.service.dart:149)
<asynchronous suspension>
#11 SyncService._syncRemoteAssetsForUser (package:immich_mobile/services/sync.service.dart:267)
<asynchronous suspension>
#12 SyncService._syncRemoteAssetsFull (package:immich_mobile/services/sync.service.dart:257)
<asynchronous suspension>
#13 SyncService.syncRemoteAssetsToDb.<anonymous closure> (package:immich_mobile/services/sync.service.dart:92)
<asynchronous suspension>
#14 AsyncMutex.run.<anonymous closure> (package:immich_mobile/utils/async_mutex.dart:15)
<asynchronous suspension>
The bug
The timeline and album are emtpy after login. The app throws an error in the log.
The OS that Immich Server is running on
Debian 12
Version of Immich Server
v1.118.2
Version of Immich Mobile App
v1.118.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
While the timeline does not show anything, nor any albums, if I enable to see my partner's timeline in mine I can see partner's pictures. I can also see People and Places but without pictures
There is another phone logged in to the same server and same account and seems to show the same error in the log but works.
I created a different test user and the same phone can login and I don't see the same error in the log.