CloudflareSolverRe icon indicating copy to clipboard operation
CloudflareSolverRe copied to clipboard

Not working with mygully

Open Tjossul opened this issue 4 years ago • 3 comments

Hi,

sadly I get "Unknown protection detected" trying to solve "http://mygully.com/forum/400-schule-studium-ausbildung-and-beruf/".

var target = new Uri("http://mygully.com/forum/400-schule-studium-ausbildung-and-beruf/");

var cf = new CloudflareSolver
{
	MaxTries = 3,
        ClearanceDelay = 3000
};

var result = await cf.Solve(target);

if (!result.Success)
{
	var message = $"[Failed] Details: {result.FailReason}";
        Console.WriteLine(message);
}

message => "Unknown protection detected".

Could you please have a look at this?

Thanks a lot.

Tjossul avatar Dec 03 '20 07:12 Tjossul

I have the same problem.

Program23 avatar Dec 12 '20 12:12 Program23

same problem here too

leorjbrz avatar Jan 06 '21 13:01 leorjbrz

this lib not working anymore due to cloudflare use new anti-bot system

longcharmroeun avatar Jan 07 '21 08:01 longcharmroeun