Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

io.flutter.plugins.firebase.crashlytics.FlutterError - HandshakeException: Handshake error in client (OS Error: errno = 0). Error thrown resolving an image codec. #922

Open
Waqas027 opened this issue Feb 1, 2024 · 4 comments

Comments

@Waqas027
Copy link

Waqas027 commented Feb 1, 2024

馃挰 Questions and Help

  • Why HandshakeException is reported by firebase crashlytics even i am using errorWidget of Cached Network image here is my code
    -CachedNetworkImage( fit: BoxFit.cover, height: 108.h,width: 111.w, maxWidthDiskCache: 220, imageUrl: image, progressIndicatorBuilder: (context, url, progress) { return Center( child: Lottie.asset("assets/data/loading.json",height: 70.h,width: 70.w), ); }, errorWidget: (context, url, error) => Image.asset('assets/images/splash/app_icon.png',height: 70.h,width: 70.w,), );
    I am getting a lot of error like this on firebase crashlytics
    here is one error
    io.flutter.plugins.firebase.crashlytics.FlutterError - HandshakeException: Handshake error in client (OS Error: errno = 0). Error thrown resolving an image codec.
@ItsYasser
Copy link

i'm having the same issue and it is throwing
Exception: Invalid image data. Error thrown

@Mr-yuwei
Copy link

same problem

@amd110
Copy link

amd110 commented Apr 18, 2024

same question

@flutterdevkhalid
Copy link

Same issue i am facing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants