1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-10 06:03:09 +00:00

erairaws: fix logged 403 error

This commit is contained in:
Garfield69 2024-10-20 14:50:23 +13:00
parent d35b75ca8e
commit 8edafd5f91

View file

@ -124,7 +124,7 @@ namespace Jackett.Common.Indexers.Definitions
result = await FollowIfRedirect(result);
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.");
}