thrownewIndexerException(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.");
}
thrownewIndexerException(indexerResponse,$"Unexpected response status {indexerResponse.HttpResponse.StatusCode} code from API request");
thrownewIndexerException(indexerResponse,"We are currently on the login page. Most likely your session expired or was killed. Try testing the indexer in the settings.");
}
// Remove cookie cache
thrownewIndexerException(indexerResponse,$"Unexpected response header {indexerResponse.HttpResponse.Headers.ContentType} from API request, expected {HttpAccept.Json.Value}");