sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Attempt to start the daemon using the IPv6 loopback if the machine does not have 127.0.0.1 loopback IP address

Open a-siva opened this issue 1 year ago • 3 comments

Please see https://github.com/flutter/flutter/issues/151375 for more details about the issue and https://github.com/flutter/flutter/issues/151375#issuecomment-2244670587 for context about this particular issue.

a-siva avatar Jul 26 '24 22:07 a-siva

I'm hitting this issue, my reproduction steps are running LXC container with ipv6-only setup through SLAAC and connecting to it using ms-vscode remote, then install dart+flutter extensions and use ms-vscode to open a flutter project.

Image

gattytto avatar Jun 02 '25 06:06 gattytto

Can you take a look at this @derekxu16?

bkonyi avatar Jun 02 '25 14:06 bkonyi

when running a simple app with 'flutter run -d web-server' and getting to http://127.0.0.1:9100 in chrome,devtools also shows the dart tooling daemon error, ms-vscode does 127.0.0.1 redirections automatically which works for the web app in some random port but web-tools fails to connect to it with the second websocket error when I click 'connect' (PS: part of the problem seems flutter-specific but the originating issue got closed in favor of this one so in the future it may require a new one). Image

gattytto avatar Jun 05 '25 17:06 gattytto

@bkonyi Can we reassign this or lower to P3?

biggs0125 avatar Oct 09 '25 03:10 biggs0125

Yes, let's reassign this.

bkonyi avatar Oct 09 '25 13:10 bkonyi

@Markzipan can you take a look at this when you have a chance? I'm happy to chat if you have any questions :)

bkonyi avatar Oct 09 '25 14:10 bkonyi