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.19k stars 1.57k forks source link

pub install fails to find dependency #8304

Closed stevemessick closed 9 years ago

stevemessick commented 11 years ago

I'm getting

Running pub install ... Pub install failed, [1] Resolving dependencies... Got socket error trying to find package "browser" at http://pub.dartlang.org. OS Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. , errno = 10060

//////////////////////////////////////////////////////////////////////////////////// Editor: 0.3.2_r17657 (2013-01-25) OS: Windows 7 - amd64 (6.1) JVM: 1.7.0

projects: 2

open dart files: 1

auto-run pub: true mem max/total/free: 889 / 403 / 314 MB thread count: 24 analysis: 0 tasks, 16 libraries, 1 contexts index: 78953 relationships and 0 attributes in 14977 elements in 133 resources stored in 0 MB on disk

SDK installed: true Dartium installed: true

keertip commented 11 years ago

Set owner to @munificent. Removed this from the M4 milestone. Removed Area-Editor label. Added Area-Pub label.

munificent commented 11 years ago

This looks like a random intermittent network outage.


Added CannotReproduce label.

DartBot commented 11 years ago

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


I am consistently getting this error. I am aware of Issue #5454: Allow pub to use an HTTP proxy I believe in my case both are related.

I have downloaded dart editor, how I can get latest code and plug that in with downloaded editor, It seems the issue is resolved after April 30th.

DartBot commented 9 years ago

This issue has been moved to dart-lang/pub#427.