FlareSolverr / FlareSolverr/FlareSolverrSharp

Solves problem but throws FlareSolverrException

Open
#14 6 comments 0 reactions 0 assignees View on GitHub
more information needed
Dominant language
C#
Stars
254
Forks
42
PR merge metrics
No merged PRs in 30d

Description

`https://www.tibia.com/community/?subtopic=characters&name=Dummy` can be solved but `FlareSolverrException` is thrown.

The code in `ClearanceHandler.cs` is:

```
// Change the cookies in the original request with the cookies provided by FlareSolverr
InjectCookies(request, flareSolverrResponse);
response = await base.SendAsync(request, cancellationToken).ConfigureAwait(false);

// Detect if there is a challenge in the response
if (ChallengeDetector.IsClearanceRequired(response))
throw new FlareSolverrException("The cookies provided by FlareSolverr are not valid");
```

There is no cookie in `flareSolverrResponse.Solution.Cookies`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.