dappeteer icon indicating copy to clipboard operation
dappeteer copied to clipboard

Getting blocked by cloudflare

Open GnidaKid69 opened this issue 2 years ago • 1 comments

I'm trying to log in to opensea but, i'm getting cloudflare ddos protection and it's stuck in endless redirect loop. In dev console it says enable javascript... I searched for solutions and only one that partially worked was about using puppeteer-extra-stealth-plugin. It was passing that check but in few minutes browser was crashing. But when I tested on my home network, where there was no ddos protection, code ran just fine. So browser crash was cause by puppeteer-extra when combined with dappeteer. Do you have any other solution to pass cloudflare's ddos protection or can you find and fix the issue of browser crashing. Thanks. Also I tried it on multiple devices and results were the same.

GnidaKid69 avatar May 17 '22 10:05 GnidaKid69

await page.setUserAgent('Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0')

tinyc-z avatar Aug 04 '22 22:08 tinyc-z

This issue is not related to dappeteer^^

mpetrunic avatar Nov 11 '22 09:11 mpetrunic