Closed Bassintag closed 5 years ago
Are you sure you are using the cloudscraper library ? From what I can see you are only using the requests one :( Also, it looks to me you are making a bad bot ;)
I get "Cloudflare challenge loop" Error
I have the same or similar issue for this website right now: https://censor.net.ua/
CloudFlare is active for it for an hour or so.
It's working fine locally, but on aws ec2 instance I get error: CaptchaError: captcha
Also when I do wget locally, I get status 503, but on ec2 I get 403: Forbidden
What can be wrong? Maybe it's blocked for some specific location?
What’s your wget command? @minas90 You should get the same status code or at least not a 5xx even with curl/wget
@kr4ssi could you give more details about your request/code/ library version etc?
I have same error (403) for ogusers.com since few days :<
4.5.0
was just published
it works now, but I'm getting captcha loop, I think this issue is not related to this library ;<
@Eastkap wget https://censor.net.ua/
When CloudFlare is active for a website, I usually get 503. Actually it's how I detect if CF is active to use CloudScraper. For the first time I saw 403 in logs when CF is active. When I tested locally I got 503. I tried to use VPN in SF, as my ec2 is in the US, I still got 503. So I was not able to understand what's happening. The website disabled CF already, so I will wait for the next time to understand what's happening. :)
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).