dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.21k stars 1.57k forks source link

Chromium Problem when running an app #16922

Closed DartBot closed 9 years ago

DartBot commented 10 years ago

This issue was originally filed by ets...@gmail.com


What steps will reproduce the problem? 1.Update Windows 8.1 (Regular system updates) 2.Download Dart editor, open DartEditor.exe , create or open an existing project and run the project

  1. Wait for a long time and then ...nothing appears

What is the expected output? What do you see instead? The expected output is to run the html smoothly in chromium. Instead when Chromium opens , and in the bottom corner appears downloading proxy script, and then the app never opens... (ex.http://127.0.0.1:3030/pop-pop-win/web/index.html)

What version of the product are you using? On what operating system? Dart+Editor (1.1) and running them on Windows 8.1 Pro

Please provide any additional information below. I figured out my APIs, tweak my Java environments, tweaked the proxy settings in Chromium and i did combos of all the above. But unfortunately nothing worked!

Please help me ASAP it is urgent, we have a Flight School event in 1.5 days!!!

DartBot commented 10 years ago

This comment was originally written by et...@gmail.com


Also i tried to change the proxy settings and have it on non automatic proxy... but when i do that it is always loading...and then page couldn't found!

DartBot commented 10 years ago

This comment was originally written by et...@gmail.com


Great News everyone!!! So when running the project, it appears "127.0.0.1:3030/pop-pop-win/web/index.html" if you change it to "localhost/pop-pop-win/web/index.html" everything is back to normal! But this is happening by default to others as well in my community ! Thx !

kevmoo commented 10 years ago

Are we running into issues with IPv6 here?

Should we default to launch with localhost instead of IPv4 loopback?


Removed Priority-Unassigned label. Added Priority-High, Area-Editor, Triaged labels.

clayberg commented 10 years ago

Set owner to @keertip. Added this to the 1.3 milestone. Removed Priority-High label. Added Priority-Medium label.

keertip commented 10 years ago

We were using localhost initially, but ran into problems with it and then switched to 127.....

@etsatis,

Can you do an ipconfig and check if the loopback interface is configured properly? What proxy settings did you tweak in Chromium? Also, can you ping localhost and see if it shows up as 127.0.0.1

Not sure if this would help http://superuser.com/questions/668004/why-is-my-localhost-not-127-0-0-1

keertip commented 10 years ago

Removed this from the 1.3 milestone. Added this to the Later milestone. Added NeedsInfo label.

clayberg commented 10 years ago

Removed this from the Later milestone. Added this to the 1.3 milestone. Added AssumedStale label.