mirror of https://github.com/Jackett/Jackett
TorrentDay: Add error message on invalid cookies
This commit is contained in:
parent
2ffdc1678b
commit
2ad44cd79b
|
@ -196,7 +196,7 @@ namespace Jackett.Indexers
|
|||
|
||||
// Check for being logged out
|
||||
if (results.IsRedirect)
|
||||
throw new AuthenticationException();
|
||||
throw new ExceptionWithConfigData("Login failed, please reconfigure the tracker to update the cookies", configData);
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue