Thumbnails not loading on iOS
Ever since I updated to 1.139, thumbnails for images in external libraries haven't been showing up correctly on the beta timeline on iOS. If I view them on the web version, they show up fine. Images that are in the main library also work fine, but not sure if that is only because they are still on my phone.
The app is giving a bunch of these errors:
Error loading image: RangeError (length): Invalid value: Not in inclusive range 0..4611686018427387903: -1
#0 new Uint8List (dart:typed_data-patch/typed_data_patch.dart:2393)
#1 RemoteImageRequest._downloadImage (package:immich_mobile/infrastructure/loaders/remote_image_request.dart:67)
<asynchronous suspension>
#2 RemoteImageRequest.load (package:immich_mobile/infrastructure/loaders/remote_image_request.dart:27)
<asynchronous suspension>
#3 CancellableImageProviderMixin.loadRequest (package:immich_mobile/presentation/widgets/images/image_provider.dart:60)
<asynchronous suspension>
#4 ImageStreamCompleter.setImage (package:flutter/src/painting/image_stream.dart:729)
<asynchronous suspension>
The app is giving a bunch of these errors:
Error loading image: RangeError (length): Invalid value: Not in inclusive range 0..4611686018427387903: -1
#0 new Uint8List (dart:typed_data-patch/typed_data_patch.dart:2393)
#1 RemoteImageRequest._downloadImage (package:immich_mobile/infrastructure/loaders/remote_image_request.dart:67)
<asynchronous suspension>
#2 RemoteImageRequest.load (package:immich_mobile/infrastructure/loaders/remote_image_request.dart:27)
<asynchronous suspension>
#3 CancellableImageProviderMixin.loadRequest (package:immich_mobile/presentation/widgets/images/image_provider.dart:60)
<asynchronous suspension>
#4 ImageStreamCompleter.setImage (package:flutter/src/painting/image_stream.dart:729)
<asynchronous suspension>