question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ffimageloading: Image loading failed

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:32 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
w0301commented, Nov 30, 2016

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

1reaction
escamoteurcommented, Nov 28, 2016
Read more comments on GitHub >

github_iconTop Results From Across the Web

Xamarin Forms FFImageLoading doesn't load images from ...
So FFImageLoading is failing to load HTTPS images because the intermediate certificate issued by provider has expired. So I provide my own ...
Read more >
Image's Failed Loading - Microsoft Q&A
The FFImageLoading api provides the 'LoadingPlaceholder' property which can help to display a defalut image while loading.
Read more >
Skia Imageloading failed with ffImageLoading
It seems like this Problem arises fro mthe Converter? In the Console when i don't use the converter it tells me, that the...
Read more >
Optimizing & Handling Images with FFImageLoading
RetryCount: Defines the amount of retries that will be done, if the loading of the image fails. Gets/Sets an Integer value.
Read more >
Using FFImageLoading with .NET MAUI - YouTube
Compat ⏱ Timestamps 0:00 - FFImageLoading for . ... 5:02 - Initialize FFImageLoading 5:30 - Explore Sample App 6:27 - Using SVG Images...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found