grpc-dart icon indicating copy to clipboard operation
grpc-dart copied to clipboard

null check operator failure

Open isoos opened this issue 4 years ago • 1 comments

Observed with grpc 3.0.0, appengine 0.13.0, not really sure what/where the culprit is...

Error: gRPC Error (code: 14, codeName: UNAVAILABLE, message: Error making call: Null check operator used on a null value, details: null, rawResponse: null)
    at _StreamController.addError (native)
    at ClientCall._terminateWithError (package:grpc/src/client/call.dart:219:18)
    at ClientCall._sendRequest (package:grpc/src/client/call.dart:275:7)
    at ClientCall.onConnectionReady.<fn> (package:grpc/src/client/call.dart:255:24)

isoos avatar Jun 14 '21 14:06 isoos

I've experienced the same error. It seems, that _transportConnection in Http2ClientConnection is null. Can it happen, when you call terminate on channel?

givip avatar Sep 14 '21 19:09 givip

Why no one is closing the duplicate issues?

dishankjindal1 avatar Jul 14 '23 18:07 dishankjindal1

Is this has been fixed?

dishankjindal1 avatar Jul 14 '23 18:07 dishankjindal1

@dishankjindal1 If you could add code to reproduce this error, that would be very helpful.

Closing in favor of #529.

mosuem avatar Aug 10 '23 08:08 mosuem