-
Notifications
You must be signed in to change notification settings - Fork 47
Sometimes could not resolve challenge? (even it's not captcha) #30
Comments
What website are you trying to access? Does the problem occur just on one particular website or on other websites, too? |
I can confirm this behavior. Increasing the timeout doesn't fix it. Example websites: Sometimes it still works. It feels like they changed something to the algorithm but didn't roll it out to all servers yet. Didn't spend any time debugging it yet. |
+1 There were definitely more failed attempts since a few days |
In my tests, It seems its related to useragent |
@elcattivo |
ok, looked into this a little deeper. My quick "if page contains toFixed, ignore current and get next challenge" worked but that's obviously not a good solution. |
Thanks for your feedback. |
I also noticed that normal int challenges are correctly solved but I'm getting a new challenge anyway. |
damn cloudflare crap :-( |
I have added support for this new kind of challenge in 22fbc0c. Version 1.2.0 is already published on NuGet. |
Thanx For your Support |
@elcattivo thank you for the quick fix. |
Although the calculated answer seems to be correct, I still get a lot of 403 errors when accessing the clearance page. Maybe something else has changed, too. |
I didn't debug it yet, but the original javascript is using toFixed at the end of the calculation. |
first of all, thx for great solution. Are you looking into the latest changes? Looks like I am getting success only after 10th try. Also, any chance adding proxy support? |
Sorry, still had no time to investigate this issue further. @Turokpd proxy support (while sending the challenge solution) is a good idea. |
#32 I've found some extra info |
I just started using CloudFlareUtilities today and run into this issue. |
@eMi- It has force recaptcha validation. The project solving only JS Challange. You can implement one of the services (AntiCaptcha, AntiGate) for solving it. Yep, It's paid - ~2$ for 1k solutions. |
@grandsilence I am not totally sure what you mean and how you found out that this site has force recaptcha validation, but it works now (very slowly) when increasing the max default retries value for the clearance attempts from 3 to 100. But this is not a solution. |
@eMi- I don't know. I'm using my own HTTP library with some parts of CloudFlareUtilities. https://github.com/csharp-leaf (Called Leaf.Net). Works fine for me. |
hi
it's just more question than issue:
why sometimes could not resolve challenge?
challenge is not captcha
thanx for your answer
The text was updated successfully, but these errors were encountered: