tsd icon indicating copy to clipboard operation
tsd copied to clipboard

Connection timeout on tsd

Open pooyaho opened this issue 9 years ago • 1 comments

When I want to install a definition using tsd I got timeout error, There is no proxy, there is not broken connection problem and everything is ok, but tsd can't retrieve the file.

tsd install gulp

[ERR!] cwd  : projectpath/
[ERR!] os   : Linux 4.4.0-31-generic
[ERR!] argv : "nodepath/node" "nodepath/node/bin/tsd" "install" "gulp"
[ERR!] node : v4.2.2
[ERR!] tsd  : 0.6.5
[ERR!] Error: connect ETIMEDOUT 10.10.34.34:443
[ERR!] CODE : ETIMEDOUT
[ERR!] connect ETIMEDOUT 10.10.34.34:443
This is most likely not a problem with tsd itself
and is related to network connectivity.
In most cases you are behind a proxy or have bad network settings.

If you are behind a proxy, please make sure that the
'proxy' config is set properly.  See: https://github.com/DefinitelyTyped/tsd#tsdrc
[ERR!] .tsdrc could not be retrieved

[ERR!] Please include the following file with any support request:
    projectpath/tsd-debug.log

pooyaho avatar Aug 09 '16 04:08 pooyaho

Why is it trying to connect to 10.10.34.34 ?

nycdotnet avatar Aug 09 '16 13:08 nycdotnet