Skip to content

Instantly share code, notes, and snippets.

@jonahwilliams
Created November 3, 2020 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonahwilliams/ad487e839c71bef6192a1188252c754e to your computer and use it in GitHub Desktop.
Save jonahwilliams/ad487e839c71bef6192a1188252c754e to your computer and use it in GitHub Desktop.
ClientException: Connection closed while receiving data
Thread 0 main threadClientException: Connection closed while receiving data
at IOClient.send.<anonymous closure> (io_client.dart:50)
at _invokeErrorHandler (async_error.dart:16)
at _HandleErrorStream._handleError (stream_pipe.dart:282)
at _ForwardingStreamSubscription._handleError (stream_pipe.dart:161)
at _HttpClientResponse.listen.<anonymous closure> (http_impl.dart:441)
at _rootRunBinary (zone.dart:1214)
at _CustomZone.runBinary (zone.dart:1107)
at _CustomZone.runBinaryGuarded (zone.dart:1013)
at _BufferingStreamSubscription._sendError.sendError (stream_impl.dart:376)
at _BufferingStreamSubscription._sendError (stream_impl.dart:394)
at _BufferingStreamSubscription._addError (stream_impl.dart:294)
at _ForwardingStreamSubscription._addError (stream_pipe.dart:132)
at _addErrorWithReplacement (stream_pipe.dart:180)
at _HandleErrorStream._handleError (stream_pipe.dart:287)
at _ForwardingStreamSubscription._handleError (stream_pipe.dart:161)
at _rootRunBinary (zone.dart:1214)
at _CustomZone.runBinary (zone.dart:1107)
at _CustomZone.runBinaryGuarded (zone.dart:1013)
at _BufferingStreamSubscription._sendError.sendError (stream_impl.dart:376)
at _BufferingStreamSubscription._sendError (stream_impl.dart:394)
at _BufferingStreamSubscription._addError (stream_impl.dart:294)
at _SyncStreamControllerDispatch._sendError (stream_controller.dart:812)
at _StreamController._addError (stream_controller.dart:690)
at _StreamController.addError (stream_controller.dart:642)
at _HttpParser._reportBodyError (http_parser.dart:1158)
at _HttpParser._onDone (http_parser.dart:865)
at _rootRun (zone.dart:1182)
at _CustomZone.run (zone.dart:1093)
at _CustomZone.runGuarded (zone.dart:997)
at _BufferingStreamSubscription._sendDone.sendDone (stream_impl.dart:410)
at _BufferingStreamSubscription._sendDone (stream_impl.dart:420)
at _BufferingStreamSubscription._close (stream_impl.dart:305)
at _SyncStreamControllerDispatch._sendDone (stream_controller.dart:816)
at _StreamController._closeUnchecked (stream_controller.dart:671)
at _StreamController.close (stream_controller.dart:664)
at _Socket._onError (socket_patch.dart:1993)
at _rootRunBinary (zone.dart:1214)
at _CustomZone.runBinary (zone.dart:1107)
at _CustomZone.runBinaryGuarded (zone.dart:1013)
at _BufferingStreamSubscription._sendError.sendError (stream_impl.dart:376)
at _BufferingStreamSubscription._sendError (stream_impl.dart:391)
at _BufferingStreamSubscription._addError (stream_impl.dart:294)
at _SyncStreamControllerDispatch._sendError (stream_controller.dart:812)
at _StreamController._addError (stream_controller.dart:690)
at _StreamController.addError (stream_controller.dart:642)
at new _RawSocket.<anonymous closure> (socket_patch.dart:1518)
at _rootRunBinary (zone.dart:1222)
at _CustomZone.runBinary (zone.dart:1107)
at _CustomZone.runBinaryGuarded (zone.dart:1013)
at _CustomZone.bindBinaryCallbackGuarded.<anonymous closure> (zone.dart:1048)
at _NativeSocket.reportError (socket_patch.dart:1256)
at _NativeSocket.multiplex (socket_patch.dart:1102)
at _RawReceivePortImpl._handleMessage (isolate_patch.dart:168)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment