Masska

Results 8 comments of Masska

Nice error 404, showing, you know it's not so hard to put it publicly available

Try like that with HttpsProxyAgent. ``` axios.get("website", { httpsAgent: new HttpsProxyAgent('http://USER:PASSWORD@IP:PORT') }).then((res) => { // do something }) ``` I was getting the error because in the proxy I wrote...

Add this all: options.add_argument("--disable-extensions") options.add_argument('--disable-application-cache') options.add_argument('--disable-gpu') options.add_argument("--no-sandbox") options.add_argument("--disable-setuid-sandbox") options.add_argument("--disable-dev-shm-usage") And try to running in headless: options.add_argument("--headless") Same as update to last version and use chrome driver manager instead of path...

yeah congrats for repeating my solution 👏👏👏👏👏

Code exampleeee pleaseeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

> **Solution:** You only get this error when you change a supported proxy from "http" to "https". So if you wrote "https://" change it to "http://". Or vice versa. Damn,...

Will this bug be ever fixed? i have the exact same bug Worked PERFECTLY first 3 minutes then this started to happen, rebooted PC, reinstalled the module, NOTHING HELPS wtf