Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On windows image download fails randomly #1578

Open
nirbil opened this issue Feb 19, 2024 · 1 comment
Open

On windows image download fails randomly #1578

nirbil opened this issue Feb 19, 2024 · 1 comment

Comments

@nirbil
Copy link

nirbil commented Feb 19, 2024

Image downloads randomly fail (tested on Wikipedia) with a forbidden User-Agent policy error.
Retrying the download doesn't resolve it. Restarting the app sometimes resolve it.

I've written a test app showcasing how it randomly fails on different images -
https://github.com/nirbil/FFImageTester
It's configured to use only memory cache and it iterates through some random images from Wikipedia.
Notice how it fails on different images, and after restarting the app it may fail on others.

I tried to set a custom HttpClient that adds the user-agent string through the ImageService initialization API, that but that had no effect.
I also tried downgrading to version 2.4.9.961 like was suggested on some other similar bugs but that had no effect.
Eventually I managed to bypass the bug by using that HttpClient to get the stream on my own and set a StreamImageSource. The downside of that however is that you lose caching for those resources.

Running under UWP and latest FFImageLoading 2.4.11.982.

@nirbil nirbil changed the title On windows image download randomly fail On windows image download fails randomly Feb 19, 2024
@nirbil nirbil closed this as completed Feb 19, 2024
@nirbil nirbil reopened this Feb 19, 2024
@nirbil
Copy link
Author

nirbil commented Feb 19, 2024

Eventually I managed to circumvent this by registering to the error event and in case of a failure attach a custom DataResolver that fetches the right stream with an user-agent enabled HttpClient and then call ReloadImage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant