mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-28 19:38:46 +01:00
Fixed: Cardigann redirect message
This commit is contained in:
parent
8bf9d1b016
commit
ae00c3aa6b
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
|
|||
.ContainsIgnoreCase("login.php"))
|
||||
{
|
||||
CookiesUpdater(null, null);
|
||||
throw new IndexerException(indexerResponse, "We are being redirected to the PTP login page. Most likely your session expired or was killed. Try testing the indexer in the settings.");
|
||||
throw new IndexerException(indexerResponse, "We are being redirected to the login page. Most likely your session expired or was killed. Try testing the indexer in the settings.");
|
||||
}
|
||||
|
||||
throw new IndexerException(indexerResponse, $"Unexpected response status {indexerResponse.HttpResponse.StatusCode} code from API request");
|
||||
|
|
|
|||
Loading…
Reference in a new issue