mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
erairaws: fix logged 403 error
This commit is contained in:
@@ -124,7 +124,7 @@ namespace Jackett.Common.Indexers.Definitions
|
|||||||
result = await FollowIfRedirect(result);
|
result = await FollowIfRedirect(result);
|
||||||
if (result.ContentString.Contains("403 Forbidden"))
|
if (result.ContentString.Contains("403 Forbidden"))
|
||||||
{
|
{
|
||||||
logger.Error("[EraiRaws]" + result.ContentString);
|
logger.Error("[EraiRaws] 403 Forbidden");
|
||||||
throw new Exception("The RSSkey may need to be replaced as EraiRaws returned 403 Forbidden.");
|
throw new Exception("The RSSkey may need to be replaced as EraiRaws returned 403 Forbidden.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user