RyuzakiH/CloudflareSolverRe

Not working with mygully

Tjossul opened this issue · 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.

I have the same problem.

same problem here too

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