HttpException: Invalid statusCode: 404
💬 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
老问题了,但是一直不给解决。 http错误,图片数据不正确都会抛出无法捕获的异常
I have the same problem.
I have the same problem.
does not look like it was fixed, having the same issue
Same issue
Same issue
same
Issue resolve in version 3.3.0 with changelog (Add error to ErrorListener)
I used ErrorListener - it helped in this case, but won't it hide the real errors?