mobile app broken images, works in browser

after uploading a large number of images and then removing them from the device locally several (but not all )have become unable to be viewed in the app. I've attempted to force quit the app and clear it's cache to no avail. i made sure there was no pending thumbnail work and even had it run them all again. here is an example screenshot of an image that works in browser but will not load in the app.
No description
No description
2 Replies
LordKitsuna
LordKitsunaOP2y ago
took a look at the logs and found a lot of
#0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:652)
#1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:310)
<asynchronous suspension>
#2 AssetEntityImageProvider._loadAsync (package:photo_manager/src/internal/image_provider.dart:116)
<asynchronous suspension>

#0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:652)
#1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:310)
<asynchronous suspension>
#2 AssetEntityImageProvider._loadAsync (package:photo_manager/src/internal/image_provider.dart:116)
<asynchronous suspension>

Alex Tran
Alex Tran2y ago
You can fix this issue by signout and sign back in

Did you find this page helpful?