Prerequisites
Bug Description
Downloading any url now results in an error:
ERROR:ytdl:Download error for Test: ERROR: [youtube] xxxxxxxxx: Unable to download API page:
SocksHTTPSConnection(host='www.youtube.com', port=443): Failed to establish a new connection: Refusing to connect to non-global address for host '10.1.xx.xxx' (caused by TransportError("SocksHTTPSConnection(host='www.youtube.com', port=443):
Failed to establish a new connection: Refusing to connect to non-global address for host '10.1.xx.xxx"))
The last release included 482381d which modified proxy behavior.
yt-dlp Direct Test Results
curl -I -x socks5://10.1.xx.xxxx:1080 https://www.youtube.com/watch?v=FLH1aARTpMg
Environment & Configuration
Docker compose:
- YTDL_OPTIONS={"writeinfojson":true, "proxy":"socks5://10.1.xx.xxx:1080"}
Additional Context
The most recent release included 482381d which modified how proxies work.
This is likely related, as my configuration worked on previous versions.
Prerequisites
Bug Description
Downloading any url now results in an error:
The last release included 482381d which modified proxy behavior.
yt-dlp Direct Test Results
Environment & Configuration
Docker compose:
Additional Context
The most recent release included 482381d which modified how proxies work.
This is likely related, as my configuration worked on previous versions.