Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cathoderaytube] Error: Bots are forbidden (Config) #12539

Closed
3 tasks done
narendnp opened this issue Nov 12, 2021 · 2 comments
Closed
3 tasks done

[cathoderaytube] Error: Bots are forbidden (Config) #12539

narendnp opened this issue Nov 12, 2021 · 2 comments

Comments

@narendnp
Copy link

narendnp commented Nov 12, 2021

Have you checked our Troubleshooting page for your issue?

  • I have checked the Troubleshooting page

Is there already an issue for your problem?

  • I have checked older issues, open and closed

Have you read our Contributing Guidelines?

  • I have read the Contributing Guidelines

Environment

2021-11-12 19:36:59.3552 Info Initiating Jackett service start 
2021-11-12 19:37:00.2942 Info Starting Jackett v0.19.229 
2021-11-12 19:37:01.6273 Info Environment version: 5.0.12 (C:\ProgramData\Jackett\) 
2021-11-12 19:37:01.6273 Info OS version: Microsoft Windows NT 10.0.19043.0 (64bit OS) 
2021-11-12 19:37:01.6273 Info Jackett variant: CoreWindows 
2021-11-12 19:37:01.6304 Info Running in Docker: No 
2021-11-12 19:37:01.6304 Info ThreadPool MaxThreads: 682 workerThreads, 1000 completionPortThreads 
2021-11-12 19:37:01.6304 Info App config/log directory: C:\ProgramData\Jackett 
2021-11-12 19:37:01.6304 Info Using proxy: Disabled 
2021-11-12 19:37:01.6304 Info Using FlareSolverr: No 
2021-11-12 19:37:01.6304 Info Using HTTP Client: HttpWebClient2 
2021-11-12 19:37:01.6497 Info Loading Native indexers ... 
2021-11-12 19:37:01.8453 Info Loaded 87 Native indexers: 
2021-11-12 19:37:01.8549 Info Loading Cardigann indexers from: C:\Windows\system32\config\systemprofile\AppData\Roaming\cardigann\definitions\, C:\Windows\system32\config\systemprofile\AppData\Local\cardigann\definitions\, C:\ProgramData\Jackett\Definitions 
2021-11-12 19:37:04.5323 Info Loaded 492 Cardigann indexers: 
2021-11-12 19:37:04.5323 Info Loaded 579 indexers in total 
2021-11-12 19:37:04.5323 Info Adding aggregate indexer ('all' indexer) ... 
2021-11-12 19:37:04.5439 Info Adding filter indexer ('type:public' indexer) ... 
2021-11-12 19:37:04.5439 Info Adding filter indexer ('type:private' indexer) ... 
2021-11-12 19:37:04.5439 Info Adding filter indexer ('type:semi-public' indexer) ... 
2021-11-12 19:37:04.7923 Info Jackett startup finished in 5.030 s

Description

Steps to reproduce:

  1. Add indexer
  2. Choose Cathode-Ray.Tube
  3. Fill username and password
  4. Press okay
  5. Error appears.

To be clear I'm not using any kind of bots nor I am familiar with one.

Logged Error Messages

2021-11-12 19:42:38.0330 Error Jackett.Common.ExceptionWithConfigData: Error: Bots are forbidden
   at Jackett.Common.Indexers.CardigannIndexer.checkForError(WebResult loginResult, IList`1 errorBlocks) in D:\a\1\s\src\Jackett.Common\Indexers\CardigannIndexer.cs:line 520
   at Jackett.Common.Indexers.CardigannIndexer.DoLogin() in D:\a\1\s\src\Jackett.Common\Indexers\CardigannIndexer.cs:line 737
   at Jackett.Common.Indexers.CardigannIndexer.ApplyConfiguration(JToken configJson) in D:\a\1\s\src\Jackett.Common\Indexers\CardigannIndexer.cs:line 968
   at Jackett.Server.Controllers.IndexerApiController.UpdateConfig(ConfigItem[] config) in D:\a\1\s\src\Jackett.Server\Controllers\IndexerApiController.cs:line 97
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jackett.Server.Middleware.CustomExceptionHandler.Invoke(HttpContext httpContext) in D:\a\1\s\src\Jackett.Server\Middleware\CustomExceptionHandler.cs:line 26 Jackett.Common.ExceptionWithConfigData: Error: Bots are forbidden
   at Jackett.Common.Indexers.CardigannIndexer.checkForError(WebResult loginResult, IList`1 errorBlocks) in D:\a\1\s\src\Jackett.Common\Indexers\CardigannIndexer.cs:line 520
   at Jackett.Common.Indexers.CardigannIndexer.DoLogin() in D:\a\1\s\src\Jackett.Common\Indexers\CardigannIndexer.cs:line 737
   at Jackett.Common.Indexers.CardigannIndexer.ApplyConfiguration(JToken configJson) in D:\a\1\s\src\Jackett.Common\Indexers\CardigannIndexer.cs:line 968
   at Jackett.Server.Controllers.IndexerApiController.UpdateConfig(ConfigItem[] config) in D:\a\1\s\src\Jackett.Server\Controllers\IndexerApiController.cs:line 97
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jackett.Server.Middleware.CustomExceptionHandler.Invoke(HttpContext httpContext) in D:\a\1\s\src\Jackett.Server\Middleware\CustomExceptionHandler.cs:line 26

Screenshots

Error message

@garfield69
Copy link
Contributor

Yup, it appears CRT have updated their login page and Jackett does not pass muster.
I'll try to update the indexer to provide the new requirements.

@garfield69 garfield69 self-assigned this Nov 12, 2021
@garfield69 garfield69 removed their assignment Nov 12, 2021
@garfield69
Copy link
Contributor

v0.19.249

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants