DefinitelyTyped / tsd

[DEPRECATED] TypeScript Definition manager for DefinitelyTyped
Apache License 2.0
1.12k stars 135 forks source link

Connection timeout on tsd #289

Open pooyaho opened 7 years ago

pooyaho commented 7 years ago

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
nycdotnet commented 7 years ago

Why is it trying to connect to 10.10.34.34 ?