diff --git a/src/Jackett.Common/Indexers/x264.cs b/src/Jackett.Common/Indexers/x264.cs index 247a3804e..ab6e438a1 100644 --- a/src/Jackett.Common/Indexers/x264.cs +++ b/src/Jackett.Common/Indexers/x264.cs @@ -86,7 +86,7 @@ namespace Jackett.Common.Indexers var results = await PerformQuery(new TorznabQuery()); if (!results.Any()) { - throw new Exception("Your cookie did not work"); + throw new Exception("Your cookie did not work. You might have to change the \"Login Type\" to \"Normal\" in the x264 profile settings."); } IsConfigured = true;