Open jonasfj opened 3 years ago
Is this a duplicate of https://github.com/grpc/grpc-dart/issues/488?
any update on this guys . stuck on same issue while using flutter for windows desktop app. I'm in corporate network
gRPC Error (code: 14, codeName: UNAVAILABLE, message: Error making call: Null check operator used on a null value, details: null, rawResponse: null, trailers: {})
Hi @gitsofkhaleel, could you add some details for me to try and reproduce your error?
Using
package:grpc
version3.0.2
, stack trace frompub.dev
which usespackage:grpc
throughpackage:appengine
.There is two issues here:
package:grpc
.This isn't something that happens frequently:
Full stack-trace
``` api_builder: Unhandled error in API handler (incidentId: 297a9bf5-c9f8-4a43-9885-5d610b1a2adb) Error: gRPC Error (code: 14, codeName: UNAVAILABLE, message: Error making call: Null check operator used on a null value, details: null, rawResponse: null, trailers: {}) Stack: dart:async/stream_controller.dart 561:44 _StreamController.addError package:grpc/src/client/call.dart 213:18 ClientCall._terminateWithError package:grpc/src/client/call.dart 269:7 ClientCall._sendRequest package:grpc/src/client/call.dart 249:24 ClientCall.onConnectionReady.