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
Make a request to flaresolverr to solve the challenge
Make another request to http://wolfmax4k.com/ but with only the cloudflare cookies, without the other cookies obtained in step 2
Now, it injects the rest of the cookies in the step 2, but the result of step 3 is no longer valid, since the token obtained is for another session, not this one.
Possible solutions:
InjectSetCookieHeader should only overwrite cloudflare cookies
Edit:
More info about InjectCookies function,
I dont know what "cookieExcess" is for, but I find it strange the value -98... This causes perfectly valid cookies to expire.
The text was updated successfully, but these errors were encountered:
Hi!
Following the issue Jackett/Jackett#14511 I found that this function
FlareSolverrSharp/src/FlareSolverrSharp/ClearanceHandler.cs
Line 194 in b6e460f
FlareSolverrSharp/src/FlareSolverrSharp/ClearanceHandler.cs
Line 119 in b6e460f
So when you get the response, it is no longer valid since it is for another different session.
For the specific case of Jackett, the following is happening:
Possible solutions:
FlareSolverrSharp/src/FlareSolverrSharp/ClearanceHandler.cs
Line 119 in b6e460f
Edit:
More info about InjectCookies function,
I dont know what "cookieExcess" is for, but I find it strange the value -98... This causes perfectly valid cookies to expire.
The text was updated successfully, but these errors were encountered: