Cuadrix / puppeteer-page-proxy

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

useProxy() not connecting to any proxy and getting stuck #74

Open Rovart opened 2 years ago

Rovart commented 2 years ago
      await this.page.setRequestInterception(true);

      this.page.on('request', async (request) => {
        await useProxy(request, proxy);
      });
      await this.page.goto(
        this.config.url,
        {
          waitUntil: "networkidle2",
        }
      );

The following example doesn't connect to whatever proxy I pass via the "proxy" variable.

makanSukros commented 1 year ago

Same here, connection hang after using useProxy