flutter_cached_network_image icon indicating copy to clipboard operation
flutter_cached_network_image copied to clipboard

Silent huge FlutterError when no network

Open dodatw opened this issue 4 years ago • 1 comments

I saw huge FlutterError om my Crashlytics backend. It is come form this package.
I can reproduce this issue when no network.

Is there anyway that can silent this kind error ? There are too many error that we cannot focus on real problem.

Non-fatal Exception: FlutterError
SocketException: Failed host lookup: 'xxx' (OS Error: nodename nor servname provided, or not known, errno = 8). Error thrown Instance of 'ErrorDescription'.

I saw same issue here: https://github.com/Baseflow/flutter_cached_network_image/issues/393

Platforms affected (mark all that apply)

  • [V] :iphone: iOS
  • [V] :robot: Android

dodatw avatar Sep 13 '21 02:09 dodatw

same issue here, any way to avoid a lot of error in firebase Crashlytics?

WingCH avatar Aug 31 '22 06:08 WingCH

Same error in production, It might be linked to this also: https://stackoverflow.com/a/73032667/1163358

alanlanglois avatar Mar 17 '23 09:03 alanlanglois