You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that with the latest version of Puppeteer-Bypass CloudFlare is not successfully being bypassed.
Here is the code I used
constAPI=require("./node_modules/Puppeteer-Bypass/built/API").default;constbypass=newAPI();(async()=>{constresult=awaitbypass.request("https://www.spigotmc.org/resources/",{method: "GET",headers: {Referer: "https://www.spigotmc.org/resources/1","User-Agent": "randomuseragent",// PLEASE NOTE THAT THIS WILL GET OVERWRITTENCookie: "value1=lol;value2=something",// THIS ALSO WILL GET OVERWRITTEN"X-Requested-With": "XMLHttpRequest","Content-Type": "applicatipn/json",Accept: "application/json"}});console.log(result);})();
The result is CloudFlare prompting either "Verify Now" or a CF Captcha, resulting in
Puppeteer-Bypass\built\API.js:176
throw new Error('stuck');
^
Error: stuck
The text was updated successfully, but these errors were encountered:
Thanks for the bug report! Unfortunately captchas can't be bypassed at the moment (I forgot to update the README). However, if you complete the captcha yourself it shouldn't appear again. I'll need to do some testing.
Hi,
It seems that with the latest version of Puppeteer-Bypass CloudFlare is not successfully being bypassed.
Here is the code I used
The result is CloudFlare prompting either "Verify Now" or a CF Captcha, resulting in
The text was updated successfully, but these errors were encountered: