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
I think is the new Challenge of cloudflare, hooman can't bypass the new Challenge
this new challenge gives all users a free captcha when cloudflare detects malicious requests
maybe @sayem314 don't know about that
this problem has affected everyone, not even cloudscraper (python version) can bypass this
CF Twitter https://twitter.com/eastdakota/status/1257150545623568385
@tambdc-self when you use clean IP it works but whenever a bad IP is detected a more aggressive challenge is thrown, I'm working on a cloud-based solution for this, eta 1 month!
Describe the bug
Actual behavior
print cloudflare page
Expected behavior
print html page
Code to reproduce
(async () => {
try {
const response = await hooman.get('http://www.javlibrary.com/ja');
console.log(response.body);
//=> '<!doctype html> ...'
} catch (error) {
console.log(error.response.body);
//=> 'Internal server error ...'
}
})();
Checklist
The text was updated successfully, but these errors were encountered: