Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/c53e0054ee3f075482f0457464924b9bbea7987d You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: (Cardigann) Use Session Cookie when making SimpleCaptchaCall

Fixes 
Fixes 
Fixes 
pull/1056/head
Qstick 3 years ago
parent ddcef3a99c
commit c53e0054ee

@ -343,6 +343,8 @@ namespace NzbDrone.Core.Indexers.Cardigann
Encoding = _encoding
};
requestBuilder.SetCookies(Cookies);
requestBuilder.Headers.Add("Referer", loginUrl);
var simpleCaptchaResult = await HttpClient.ExecuteProxiedAsync(requestBuilder.Build(), Definition);

Loading…
Cancel
Save