pipcorn
pipcorn copied to clipboard
How to use pipcorn behind corporate proxy?
I have environment variables http_proxy and https_proxy set.
I get the following error:
{ Error: getaddrinfo ENOTFOUND www.youtube.com www.youtube.com:443 at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:56:26) errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'www.youtube.com', host: 'www.youtube.com', port: 443 }
Is it possible to use pipcorn behind a proxy?
I am not sure. Are you able to connect to www.youtube.com via your normal proxy?
We have to figure out how to make the connection work on the Node.js layer, in this library we are just calling youtube.com, not doing anything special.
Leaving it open in case anyone knows how to help.