Baseflow / Baseflow/flutter_cached_network_image

Unhandled exception

Open
#796 0 comments 9 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
2.6k
Forks
731
Avg merge
3d 9h
Merged PRs (30d)
1

Description

```dart
======== Exception caught by image resource service ================================================
The following _ClientSocketException was thrown resolving an image codec:
The remote computer refused the network connection.

When the exception was thrown, this was the stack:
Image provider: CachedNetworkImageProvider("https://www.figma.com/file/pzH4JSNok0vI8unepED6NC/image/715afdb604a850469a7fa8bf95a4829090e548ca?fuid=760079646829164638", scale: 1.0)
Image key: CachedNetworkImageProvider("https://www.figma.com/file/pzH4JSNok0vI8unepED6NC/image/715afdb604a850469a7fa8bf95a4829090e548ca?fuid=760079646829164638", scale: 1.0): CachedNetworkImageProvider("https://www.figma.com/file/pzH4JSNok0vI8unepED6NC/image/715afdb604a850469a7fa8bf95a4829090e548ca?fuid=760079646829164638", scale: 1.0)
====================================================================================================
```

I have specified
```dart
CachedNetworkImage.logLevel = CacheManagerLogLevel.none;
```
and **errorWidget**, however when i have internet connectivity issues this exception is caught with FlutterError.onError handler.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.