kevva / download

Download and extract files
MIT License
1.28k stars 200 forks source link

Proxy error #156

Open teriyakisauce opened 6 years ago

teriyakisauce commented 6 years ago

my code:

var opts = { proxy: proxy }

download(url, './', opts).then(() => { console.log('done!'); });

the error:

(node:16580) UnhandledPromiseRejectionWarning: RequestError: tunneling socket could not be established, cause=socket hang up

the proxy format: https://proxy:port

the proxy works correctly in other parts of the code, i can provide any additional info needed,