question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

webdriver-manager update: connect ECONNREFUSED 173.194.221.128:443

See original GitHub issue

Hello.

I have a problem with webdriver-manager update:

>webdriver-manager version
[15:18:49] I/version - webdriver-manager 12.0.6
>webdriver-manager update
events.js:163
      throw er; // Unhandled 'error' event
      ^

Error: connect ECONNREFUSED 173.194.221.128:443
    at Object.exports._errnoException (util.js:1050:11)
    at exports._exceptionWithHostPort (util.js:1073:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1093:14)

tracert is:

Tracing route to lm-in-f128.1e100.net [173.194.221.128]
over a maximum of 30 hops:

  1     7 ms     5 ms     3 ms  10.233.26.2
  2     2 ms     2 ms     1 ms  145.255.238.129
  3     2 ms     1 ms     1 ms  172.16.98.36
  4     4 ms     4 ms     4 ms  172.16.100.254
  5     4 ms     4 ms     4 ms  172.16.100.252
  6     2 ms     2 ms     1 ms  172.16.100.250
  7     3 ms     3 ms     2 ms  79.142.92.103
  8    31 ms    15 ms    15 ms  193.106.112.103
  9    11 ms    11 ms    12 ms  google-gw.rascom.as20764.net [81.27.254.18]
 10    11 ms    10 ms    11 ms  72.14.233.106
 11    18 ms    18 ms    18 ms  64.233.174.85
 12    27 ms    24 ms    26 ms  74.125.37.253
 13     *        *        *     Request timed out.
 14     *        *        *     Request timed out.
 15     *        *        *     Request timed out.
 16     *        *        *     Request timed out.
 17     *        *        *     Request timed out.
 18     *        *        *     Request timed out.
 19     *        *        *     Request timed out.
 20     *        *        *     Request timed out.
 21     *        *        *     Request timed out.
 22     *        *        *     Request timed out.
 23    28 ms    28 ms    28 ms  lm-in-f128.1e100.net [173.194.221.128]

what’s wrong? where i have to check a reason? But i think the reason is in outside server (173.194.221.128).

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:20 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
konstantinblaesicommented, Mar 21, 2018

Problem solved on Windows 10 :

set HTTP_PROXY=http://host:port
set HTTPS_PROXY=http://host:port
1reaction
pyalam01commented, May 18, 2017

@cnishina : All the above web calls are timed out. curl manual execution output

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to run Protractor - ECONNREFUSED connect ...
I reinstalled protractor.ran the webdriver-manager in standalone mode but still the same error is coming.What to do? – sanmoy paul. Sep 24 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found