KAK
KAK

Reputation: 915

webdriver-manager update throwing Error: connect ETIMEDOUT

I'm getting ETIMEDOUT error while installing webdriver-manager updated. Find the error details as below:

C:\Users\....> webdriver-manager update

webdriver-manager: using global installed version 12.0.6
events.js:160

      throw er; // Unhandled 'error' event
  ^
Error: connect ETIMEDOUT XX.XXX.XX.XXX:XXX

at Object.exports._errnoException (util.js:1018:11)
at exports._exceptionWithHostPort (util.js:1041:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1086:14)

Also when I tried to ping the host XX.XXX.XX.XXX. Got Destination net unreachable message. Could you please anyone help me to overcome this issue.

Upvotes: 4

Views: 5470

Answers (1)

KAK
KAK

Reputation: 915

By giving the below comment I can update the webdriver-manager:

webdriver-manager update --proxy=http://xxx.xxxxxx.xxx:8080

Thanks all for the comments.

Upvotes: 9

Related Questions