|
|
|
@ -48,6 +48,10 @@ namespace NzbDrone.Core.Indexers
|
|
|
|
|
var apiKeyFailure = new ValidationFailure("ApiKey", "Invalid API Key");
|
|
|
|
|
throw new ValidationException(new List<ValidationFailure> {apiKeyFailure}.ToArray());
|
|
|
|
|
}
|
|
|
|
|
catch (RequestLimitReachedException)
|
|
|
|
|
{
|
|
|
|
|
_logger.Warn("Request limit reached");
|
|
|
|
|
}
|
|
|
|
|
catch (Exception ex)
|
|
|
|
|
{
|
|
|
|
|
_logger.WarnException("Indexer doesn't appear to be Newznab based: " + ex.Message, ex);
|
|
|
|
|