Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 452
KAK Avatar asked Jan 04 '23 23:01

KAK


1 Answers

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.

like image 150
KAK Avatar answered Jan 16 '23 22:01

KAK