pipcorn icon indicating copy to clipboard operation
pipcorn copied to clipboard

How to use pipcorn behind corporate proxy?

Open florian42 opened this issue 6 years ago • 1 comments

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?

florian42 avatar Jan 14 '20 14:01 florian42

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.

JonnyBurger avatar Jan 14 '20 16:01 JonnyBurger