Cuadrix / puppeteer-page-proxy

Additional module to use with 'puppeteer' for setting proxies per page basis.
423 stars 99 forks source link

Does not work on some sites like twitter #87

Closed 0xuhe closed 1 year ago

0xuhe commented 1 year ago

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'

0xuhe commented 1 year ago

my mistake, fixed it

everLeek commented 1 year ago

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

everLeek commented 1 year ago

my mistake, fixed it

how fixed it ?

0xuhe commented 1 year ago

@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.

parvinders347 commented 7 months ago

@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.

what does it mean?