mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 15:38:38 +02:00
TorrentDay: Add error message on invalid cookies
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user