You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Having some issues with NPM trying to download the yt-dlp binary but not using the set http_proxy and https_proxy variables.
This is not an issue with NPM, as the NPM installation occurred through my proxy, but after using npm run it then attempts a direct connection to github, rather than through the proxy.
To Reproduce
Steps to reproduce the behavior:
Install youtubedl-material using the build it yourself method
Set proxy variables in /etc/environment and .npmrc
Attempt to npm run
Observe outbound system traffic not pointing towards proxy
Expected behavior
YoutubeDL-Material NPM should use system declared proxies, and/or .npmrc declared proxies.
npm config list
; "builtin" config from /usr/share/nodejs/npm/npmrc
globalignorefile = "/etc/npmignore"
prefix = "/usr/local"
; "global" config from /etc/npmrc
https-proxy = "http://192.168.1.10:3128/"
proxy = "http://192.168.1.10:3128/"
; node bin location = /usr/bin/node
; node version = v18.19.0
; npm local prefix = /opt
; npm version = 9.2.0
; cwd = /opt
; HOME = /opt/ytdl
; Run `npm config ls -l` to show all defaults.
Describe the bug
Having some issues with NPM trying to download the yt-dlp binary but not using the set http_proxy and https_proxy variables.
This is not an issue with NPM, as the NPM installation occurred through my proxy, but after using
npm run
it then attempts a direct connection to github, rather than through the proxy.To Reproduce
Steps to reproduce the behavior:
/etc/environment
and.npmrc
npm run
Expected behavior
YoutubeDL-Material NPM should use system declared proxies, and/or
.npmrc
declared proxies.Logs
npm config
/etc/environment
Environment
The text was updated successfully, but these errors were encountered: