Jackett: [1337x] Exception (1337x): Clearance failed after 30 attempt(s).: Clearance failed after 30 attempt(s). (Test)

Created on 18 Mar 2020  路  4Comments  路  Source: Jackett/Jackett

Please use the search bar at the top of the page and make sure you are not creating an already submitted issue.
Check closed issues as well, because your issue may have already been fixed.

Please read our Contributing Guidelines before submitting your issue to ensure a prompt response to your bug.

Environment

OS: Windows 10

.Net Runtime: [.Net-Core/.Net-Framework/Mono]

.Net Version: 4.8.03752

Jackett Version: 0.14.112

Last Working Jackett Version:

Are you using a proxy or VPN? [yes/no] no

Description

Test on 1337x tracker fails.

Logged Error Messages

Jackett.Common.IndexerException: Exception (1337x): Clearance failed after 30 attempt(s).
---> CloudflareSolverRe.Exceptions.CloudflareClearanceException: Clearance failed after 30 attempt(s).
at CloudflareSolverRe.ClearanceHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts) at Jackett.Common.Utils.Clients.HttpWebClient2NetCore.Run(WebRequest webRequest) in d:\a\1\s\src\Jackett.Common\Utils\Clients\HttpWebClient2NetCore.cs:line 237 at Jackett.Common.Utils.Clients.WebClient.GetString(WebRequest request) in d:\a\1\s\src\Jackett.Common\Utils\Clients\WebClient.cs:line 114 at Jackett.Common.Indexers.BaseWebIndexer.RequestStringWithCookies(String url, String cookieOverride, String referer, Dictionary2 headers) in d:\a\1ssrc\Jackett.Common\Indexers\BaseIndexer.cs:line 438
at Jackett.Common.Indexers.CardigannIndexer.PerformQuery(TorznabQuery query) in d:\a\1ssrc\Jackett.Common\Indexers\CardigannIndexer.cs:line 1321
at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query) in d:\a\1ssrc\Jackett.Common\Indexers\BaseIndexer.cs:line 323
--- End of inner exception stack trace ---
at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query) in d:\a\1ssrc\Jackett.Common\Indexers\BaseIndexer.cs:line 343
at Jackett.Common.Indexers.BaseWebIndexer.ResultsForQuery(TorznabQuery query) in d:\a\1ssrc\Jackett.Common\Indexers\BaseIndexer.cs:line 803
at Jackett.Common.Services.IndexerManagerService.TestIndexer(String name) in d:\a\1ssrc\Jackett.Common\Services\IndexerManagerService.cs:line 220
at Jackett.Server.Controllers.IndexerApiController.Test() in d:\a\1ssrc\Jackett.Server\Controllers\IndexerApiController.cs:line 129
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.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.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.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\1ssrc\Jackett.Server\Middleware\CustomExceptionHandler.cs:line 26

Screenshots

[Place any screenshots of the issue here if needed]

Most helpful comment

I have the same problem

All 4 comments

I have the same problem

appears to be successful again.

Having the same issue. Still occuring.

1337x is using Cloudflare as its server provider, and in turn is filtering for DDoS robots and has determined that your IP address falls within a block of IP addresses that have been blacklisted for having previously generated an attack. Hence Cloudflare issues the ReCaptcha challenge to prove you are human. Jackett cannot currently solve this challenge.

Until Cloudflare lift the blacklist, you will :

  • have to use your browser to access the site, or
  • use a proxy/vpn to get a different IP address that is not blacklisted or
  • wait for the blacklist to be revoked

https://github.com/Jackett/Jackett/wiki/TroubleShooting#clearance-failed-after-30-attempts

Was this page helpful?
0 / 5 - 0 ratings