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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection closed while receiving data #70

Open
prabhuc94 opened this issue Nov 22, 2023 · 0 comments
Open

Connection closed while receiving data #70

prabhuc94 opened this issue Nov 22, 2023 · 0 comments

Comments

@prabhuc94
Copy link

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: ClientException: Connection closed while receiving data, uri=##URL
#0 IOClient.send. (package:http/src/io_client.dart:107:13)
#1 Stream.handleError. (dart:async/stream.dart:923:16)
#2 _HandleErrorStream._handleError (dart:async/stream_pipe.dart:269:17)
#3 _ForwardingStreamSubscription._handleError (dart:async/stream_pipe.dart:157:13)
#4 _HttpClientResponse.listen. (dart:_http/http_impl.dart:719:16)
#5 _RootZone.runBinaryGuarded (dart:async/zone.dart:1606:10)
#6 _BufferingStreamSubscription._sendError.sendError (dart:async/stream_impl.dart:358:15)
#7 _BufferingStreamSubscription._sendError (dart:async/stream_impl.dart:376:7)
#8 _BufferingStreamSubscription._addError (dart:async/stream_impl.dart:280:7)
#9 _ForwardingStreamSubscription._addError (dart:async/stream_pipe.dart:128:11)
#10 _addErrorWithReplacement (dart:async/stream_pipe.dart:176:8)
#11 _HandleErrorStream._handleError (dart:async/stream_pipe.dart:274:11)
#12 _ForwardingStreamSubscription._handleError (dart:async/stream_pipe.dart:157:13)
#13 _RootZone.runBinaryGuarded (dart:async/zone.dart:1606:10)
#14 _BufferingStreamSubscription._sendError.sendError (dart:async/stream_impl.dart:358:15)
#15 _BufferingStreamSubscription._sendError (dart:async/stream_impl.dart:376:7)
#16 _BufferingStreamSubscription._addError (dart:async/stream_impl.dart:280:7)
#17 _SyncStreamControllerDispatch._sendError (dart:async/stream_controller.dart:788:19)
#18 _StreamController._addError (dart:async/stream_controller.dart:666:7)
#19 _StreamController.addError (dart:async/stream_controller.dart:620:5)
#20 _HttpParser._reportBodyError (dart:_http/http_parser.dart:1176:22)
#21 _HttpParser._onDone (dart:_http/http_parser.dart:885:9)
#22 _RootZone.runGuarded (dart:async/zone.dart:1582:10)
#23 _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:392:13)
#24 _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:402:7)
#25 _BufferingStreamSubscription._close (dart:async/stream_impl.dart:291:7)
#26 _SyncStreamControllerDispatch._sendDone (dart:async/stream_controller.dart:792:19)
#27 _StreamController._closeUnchecked (dart:async/stream_controller.dart:647:7)
#28 _StreamController.close (dart:async/stream_controller.dart:640:5)
#29 _Socket._onData (dart:io-patch/socket_patch.dart:2454:21)
#30 _RootZone.runUnaryGuarded (dart:async/zone.dart:1594:10)
#31 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:339:11)
#32 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271:7)
#33 _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:784:19)
#34 _StreamController._add (dart:async/stream_controller.dart:658:7)
#35 _StreamController.add (dart:async/stream_controller.dart:606:5)
#36 new _RawSocket. (dart:io-patch/socket_patch.dart:1943:35)
#37 _NativeSocket.issueReadEvent.issue (dart:io-patch/socket_patch.dart:1372:18)
#38 _microtaskLoop (dart:async/schedule_microtask.dart:40:21)
#39 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49:5)

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

1 participant