-
Notifications
You must be signed in to change notification settings - Fork 141
Getting 403 on the captcha challenge page even when specifying an onCaptcha callback #291
Comments
Are you sure you are using the cloudscraper library ? From what I can see you are only using the requests one :( |
I get "Cloudflare challenge loop" Error |
I have the same or similar issue for this website right now: https://censor.net.ua/ What can be wrong? Maybe it's blocked for some specific location? |
I have same error (403) for ogusers.com since few days :< |
|
it works now, but I'm getting captcha loop, I think this issue is not related to this library ;< |
@Eastkap When CloudFlare is active for a website, I usually get 503. Actually it's how I detect if CF is active to use CloudScraper. |
Cloudscraper version: v4.4.0
Node version: v12.10.0
URL: https://raffle.bstn.com/
When accessing this page the captcha page is always required, before last cloudflare update cloudscraper would work fine by sending the challenge for it to be solved but since the recent update it just throws a StatusCodeError (status being 403).
The text was updated successfully, but these errors were encountered: