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
I use tor proxy.
I don't have problem with use args: ['--proxy-server=socks5://127.0.0.1:9150',... with either http and https.
I don't have problem with useProxy and http
I just have problem with useProxy and https
C:\>nodetest_proxy.mjs(node:15152)[DEP0123] DeprecationWarning: SettingtheTLSServerNametoanIPaddressisnotpermittedbyRFC6066.Thiswillbeignoredinafutureversion.(Use`node --trace-deprecation ...`toshowwherethewarningwascreated)
C:\node_modules\puppeteer\lib\cjs\puppeteer\common\FrameManager.js:156
? newError(`${response.errorText} at ${url}`)^Error: net::ERR_FAILEDathttps://api.ipify.org/atnavigate(C:\node_modules\puppeteer\lib\cjs\puppeteer\common\FrameManager.js:156:23)atprocessTicksAndRejections(node:internal/process/task_queues:96:5)atasyncFrameManager.navigateFrame(C:\node_modules\puppeteer\lib\cjs\puppeteer\common\FrameManager.js:131:21)atasyncFrame.goto(C:\node_modules\puppeteer\lib\cjs\puppeteer\common\FrameManager.js:512:16)atasyncPage.goto(C:\node_modules\puppeteer\lib\cjs\puppeteer\common\Page.js:1167:16)atasync file:///C:/test_proxy.mjs:38:2Node.jsv17.2.0
C:\>node--trace-deprecationtest_proxy.mjs(node:5776)[DEP0123] DeprecationWarning: SettingtheTLSServerNametoanIPaddressisnotpermittedbyRFC6066.Thiswillbeignoredinafutureversion.atObject.connect(node:_tls_wrap:1669:15)atSocksProxyAgent.<anonymous>(C:\node_modules\puppeteer-page-proxy\node_modules\socks-proxy-agent\dist\agent.js:162:38)atGenerator.next(<anonymous>)
at fulfilled (C:\node_modules\puppeteer-page-proxy\node_modules\socks-proxy-agent\dist\agent.js:5:58)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
C:\node_modules\puppeteer\lib\cjs\puppeteer\common\FrameManager.js:156
? new Error(`${response.errorText} at ${url}`)
^
Error: net::ERR_FAILED at https://api.ipify.org/
at navigate (C:\node_modules\puppeteer\lib\cjs\puppeteer\common\FrameManager.js:156:23)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async FrameManager.navigateFrame (C:\node_modules\puppeteer\lib\cjs\puppeteer\common\FrameManager.js:131:21)
at async Frame.goto (C:\node_modules\puppeteer\lib\cjs\puppeteer\common\FrameManager.js:512:16)
at async Page.goto (C:\node_modules\puppeteer\lib\cjs\puppeteer\common\Page.js:1167:16)
at async file:///C:/test_proxy.mjs:38:2
Node.js v17.2.0
The text was updated successfully, but these errors were encountered:
I use
tor
proxy.I don't have problem with use
args: ['--proxy-server=socks5://127.0.0.1:9150',...
with eitherhttp
andhttps
.I don't have problem with
useProxy
andhttp
I just have problem with
useProxy
andhttps
Versions:
Sample code:
Errors:
The text was updated successfully, but these errors were encountered: