ffimageloading: Image loading failed
See original GitHub issueI am on stable ffimageloading v 2.2.5 with my Xamarin.forms app and i found following error:
Image loading failed: /var/mobile/Containers/Data/Application/97C5C455-8300-4659-BD3F-9E1B1287B524/Documents/Sample/img_45fd2d11-247c-42c5-80a8-f00c6a2320ac.jpg; System.IO.FileNotFoundException: /var/mobile/Containers/Data/Application/97C5C455-8300-4659-BD3F-9E1B1287B524/Documents/Sample/img_45fd2d11-247c-42c5-80a8-f00c6a2320ac.jpg at FFImageLoading.DataResolvers.BundleDataResolver+<Resolve>d__1.MoveNext () [0x00456] in <f866fc50aabd449da0e25c454a95fbec>
I am taking picture from camera and then set the image source to the camera picture.
If i use Xamarin.Forms image control then it works fine. So looks like it does not load the local image correctly.
Issue Analytics
- State:
- Created 7 years ago
- Comments:32 (3 by maintainers)
Top GitHub Comments
I will try to debug it sometime tomorrow. I just scan the code and it seems that wrong ImageSource is set somewhere during loading, so DataResolverFactory is returning wronh DataResolver : https://github.com/luberda-molinet/FFImageLoading/blob/master/source/FFImageLoading.Touch/DataResolvers/DataResolverFactory.cs
Made a PR this morning https://github.com/luberda-molinet/FFImageLoading/pull/398