Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with mygully #38

Open
Tjossul opened this issue Dec 3, 2020 · 3 comments
Open

Not working with mygully #38

Tjossul opened this issue Dec 3, 2020 · 3 comments

Comments

@Tjossul
Copy link

Tjossul commented Dec 3, 2020

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.

@ghost
Copy link

ghost commented Dec 12, 2020

I have the same problem.

@leorjbrz
Copy link

leorjbrz commented Jan 6, 2021

same problem here too

@longcharmroeun
Copy link

longcharmroeun commented Jan 7, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants