Cuadrix / puppeteer-page-proxy

Additional module to use with 'puppeteer' for setting proxies per page basis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work on some sites like twitter

0xuhe opened this issue · comments

commented

I tried use this plugin for twitter, but fails, and got Error: net::ERR_FAILED at https://twitter.com

It works fine if I launch with arg '--proxy-server=http://proxy'

commented

my mistake, fixed it

commented

I also found that this error Error: net::ERR_FAILED at occurs frequently

commented

my mistake, fixed it

how fixed it ?

commented

@abbo
This plugin fetch the page content by nodejs first, then render it in puppeteer.
You should make sure that the running script could visit your destination through proxy.