Skip to content

Commit

Permalink
Fixed: Cardigann redirect message
Browse files Browse the repository at this point in the history
  • Loading branch information
Qstick committed Jun 23, 2021
1 parent 8bf9d1b commit ae00c3a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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");
Expand Down

0 comments on commit ae00c3a

Please sign in to comment.