Title: *Puppeteer 'err_no_supported_proxies' when using SOCKS5h – How to Resolve?*
Hey folks,
Ran into this annoying error *err_no_supported_proxies* while trying to use a SOCKS5h proxy with puppeteer.
Tried the usual stuff like checking the proxy URL format (`socks5h://user:pass@ip:port`), even switched to `socks5://` but no luck.
Anyone else hit this?
Weird thing is, the same proxy works fine with other tools, just puppeteer throws this error.
Using Node 18 + latest puppeteer.
Any fixes or workarounds? Maybe a flag or extra config I'm missing?
Thanks in advance!
(Also, if you've got a better proxy setup for puppeteer, lmk!)
Hey folks,
Ran into this annoying error *err_no_supported_proxies* while trying to use a SOCKS5h proxy with puppeteer.
Tried the usual stuff like checking the proxy URL format (`socks5h://user:pass@ip:port`), even switched to `socks5://` but no luck.
Anyone else hit this?
Weird thing is, the same proxy works fine with other tools, just puppeteer throws this error.
Using Node 18 + latest puppeteer.
Any fixes or workarounds? Maybe a flag or extra config I'm missing?
Thanks in advance!
(Also, if you've got a better proxy setup for puppeteer, lmk!)
