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

VM crash in dart_vm_initializer.cc from HTTP exception. #55771

Closed
shamshoddin opened this issue May 19, 2024 · 1 comment
Closed

VM crash in dart_vm_initializer.cc from HTTP exception. #55771

shamshoddin opened this issue May 19, 2024 · 1 comment
Labels
type-question A question about expected behavior or functionality

Comments

@shamshoddin
Copy link

shamshoddin commented May 19, 2024

E/flutter (21267): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: HttpException: Connection closed before full header was received, uri = http:///xxx.xxx.x.xxx:9092/ws 
E/flutter (21267): I/flutter (21267): WebSocket error: HttpException: Connection closed before full header was received, uri = http://xxx.xxx.x.xxx:9092/ws

am getting the error ...even tried most of the ways to solve it ..but no use..help needed...thanks in advance

@lrhn lrhn changed the title E/flutter (21267): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: HttpException: Connection closed before full header was received, uri = http:///xxx.xxx.x.xxx:9092/ws E/flutter (21267): I/flutter (21267): WebSocket error: HttpException: Connection closed before full header was received, uri = http://xxx.xxx.x.xxx:9092/ws VM crash in dart_vm_initializer.cc from HTTP exception. May 19, 2024
@lrhn lrhn added the area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. label May 19, 2024
@mraleph
Copy link
Member

mraleph commented May 22, 2024

Your code (called from main, I guess) is trying to connect to some server and throwing an exception because connection does not succeed.

This is not a place to ask random tech support questions - if you have a reason to believe this is a bug in Dart then you need to post as much information about the problem. At the very minimum: describe what you are doing, provide reproduction code, describe what you are seeing and finally describe why you believe you should be seeing something else.

For technical support reach out to community on Discord and StackOverflow.

@mraleph mraleph closed this as completed May 22, 2024
@mraleph mraleph added type-question A question about expected behavior or functionality and removed area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-question A question about expected behavior or functionality
Projects
None yet
Development

No branches or pull requests

3 participants