flutter_cached_network_image icon indicating copy to clipboard operation
flutter_cached_network_image copied to clipboard

HttpException: Invalid statusCode: 404

Open yjt1216 opened this issue 3 years ago • 9 comments

💬 Questions and Help

项目环境: flutter sdk 2.8.1 cached_network_image: ^3.1.0

报错日志: ======== Exception caught by image resource service ================================================ The following HttpExceptionWithStatus was thrown resolving an image codec: HttpException: Invalid statusCode: 404, uri = http://xxxx:8088/uploadfile/16419750256651.jpg

操作:界面调用方法展示网络图片,获取网络图片失败,404

yjt1216 avatar Oct 09 '22 08:10 yjt1216

老问题了,但是一直不给解决。 http错误,图片数据不正确都会抛出无法捕获的异常

tinico avatar Oct 27 '22 09:10 tinico

I have the same problem.

MZakopailov avatar Nov 27 '22 14:11 MZakopailov

I have the same problem.

OsamaAldawoody avatar Nov 29 '22 12:11 OsamaAldawoody

does not look like it was fixed, having the same issue

mobiletoly avatar Aug 05 '23 15:08 mobiletoly

Same issue

Bolling88 avatar Aug 29 '23 07:08 Bolling88

Same issue

2kjm avatar Oct 03 '23 05:10 2kjm

same

cl0v avatar Nov 28 '23 12:11 cl0v

Issue resolve in version 3.3.0 with changelog (Add error to ErrorListener)

Carl0395 avatar Dec 21 '23 14:12 Carl0395

I used ErrorListener - it helped in this case, but won't it hide the real errors?

FetFrumos avatar Jul 31 '24 15:07 FetFrumos