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:
parent
d35b75ca8e
commit
8edafd5f91
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue