sur950 / any_link_preview

A flutter Plugin/Package to show the preview of any web link that starts with HTTP/HTTPS. Mostly useful for application that had chat.
MIT License
70 stars 70 forks source link

Is there a way to get rid of Error on NetworkImageLoadException for a HTTP request failed statusCode: 404? #46

Closed saih3 closed 5 months ago

saih3 commented 1 year ago

This is the error I get in my debug console when loading the link: ' HTTP request failed, statusCode: 404, https://www.lapatilla.com/wp-content/uploads/2015/07/C_jXKuyXoAAXIWi-696x392.jpg?fit=696%2C392 ' It seems like its an issue with NetworkImage() widget.

I tried handling the error with the provided errorWidget, errorImage etc but it does not show. Or maybe I am using it wrong.

Is there a way to get rid of his error shown in the debug console?

sur950 commented 1 year ago

Hi @saih3

I just tried to open this, Unfortunately, the site is not opening/loading. However, this shouldn't be an issue. Can you share the example code on how you are using this?

sur950 commented 5 months ago

Since there's no response on this ticket from long, I am closing it.

Tpow99 commented 4 months ago

This is reproducible for testing with the url google.com