Jackett / Jackett

API Support for your favorite torrent trackers
GNU General Public License v2.0
12.32k stars 1.3k forks source link

[zooqle] Found no results while trying to browse this tracker (Test) #2034

Closed Devo-McDuff closed 7 years ago

Devo-McDuff commented 7 years ago

Hi,

I'm running Jackett version 0.8.318.0 in Docker and it is working well. I'd like to be able to add Zooqle as an indexer but the test fails. The logs are below.

Anyone got any ideas?

Cheers.


When Level Message
Oct 29, 2017 06:46:40 PM Info ReflectedHttpActionDescriptor ExecuteAsync Invoking action 'Logs()'
Oct 29, 2017 06:46:40 PM Info ApiControllerActionInvoker InvokeActionAsync Action='Logs()'
Oct 29, 2017 06:46:40 PM Info JackettAPINoCacheAttribute OnActionExecutingAsync
Oct 29, 2017 06:46:40 PM Info JackettAPINoCacheAttribute OnActionExecutingAsync Action filter for 'Logs()'
Oct 29, 2017 06:46:40 PM Info HttpActionBinding ExecuteBindingAsync
Oct 29, 2017 06:46:40 PM Info HttpActionBinding ExecuteBindingAsync
Oct 29, 2017 06:46:40 PM Info JackettAuthorizedAttribute OnAuthorizationAsync
Oct 29, 2017 06:46:40 PM Info JackettAuthorizedAttribute OnAuthorizationAsync
Oct 29, 2017 06:46:40 PM Info ApiControllerActionSelector SelectAction Selected action 'Logs()'
Oct 29, 2017 06:46:40 PM Info ApiControllerActionSelector SelectAction
Oct 29, 2017 06:46:40 PM Info ServerConfigurationController ExecuteAsync
Oct 29, 2017 06:46:40 PM Info HttpControllerDescriptor CreateController Jackett.Controllers.V20.ServerConfigurationController
Oct 29, 2017 06:46:40 PM Info DefaultHttpControllerActivator Create Jackett.Controllers.V20.ServerConfigurationController
Oct 29, 2017 06:46:40 PM Info DefaultHttpControllerActivator Create
Oct 29, 2017 06:46:40 PM Info HttpControllerDescriptor CreateController
Oct 29, 2017 06:46:40 PM Info DefaultHttpControllerSelector SelectController ServerConfiguration
Oct 29, 2017 06:46:40 PM Info DefaultHttpControllerSelector SelectController Route='action:logs,controller:ServerConfiguration'
Oct 29, 2017 06:46:40 PM Info http://10.53.53.5:9117/api/v2.0/server/logs?_=1509263165167
Oct 29, 2017 06:46:36 PM Info IndexerApiController Dispose
Oct 29, 2017 06:46:36 PM Info IndexerApiController Dispose
Oct 29, 2017 06:46:36 PM Info Content-type='application/json; charset=utf-8', content-length=12305
Oct 29, 2017 06:46:36 PM Info IndexerApiController ExecuteAsync
Oct 29, 2017 06:46:36 PM Info ApiExceptionHandler ExecuteExceptionFilterAsync
Oct 29, 2017 06:46:36 PM Error {0}
Oct 29, 2017 06:46:36 PM Info ApiExceptionHandler ExecuteExceptionFilterAsync
Oct 29, 2017 06:46:36 PM Info JackettAPINoCacheAttribute OnActionExecutedAsync
Oct 29, 2017 06:46:36 PM Info JackettAPINoCacheAttribute OnActionExecutedAsync Action filter for 'Test()'
Oct 29, 2017 06:46:36 PM Info RequiresIndexerAttribute OnActionExecutedAsync
Oct 29, 2017 06:46:36 PM Info RequiresIndexerAttribute OnActionExecutedAsync Action filter for 'Test()'
Oct 29, 2017 06:46:36 PM Error ApiControllerActionInvoker InvokeActionAsync
Oct 29, 2017 06:46:36 PM Error ReflectedHttpActionDescriptor ExecuteAsync
Oct 29, 2017 06:46:36 PM Info Found 0 releases from Zooqle
Oct 29, 2017 06:46:36 PM Debug IWebClient: Returning Forbidden => <!DOCTYPE html> Attention Required! | Cloudflare

One more step

Please complete the security check to access zooqle.com

Why do I have to complete a CAPTCHA?

Completing the CAPTCHA proves you are a human and gives you temporary access to the web property.

What can I do to prevent this in the future?

If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware.

If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices.

Oct 29, 2017 06:46:36 PM Debug IWebClient.GetString(Url:http://zooqle.com/search?q=movie%20test%20torrent%20category%3AMovies)
Oct 29, 2017 06:46:36 PM Info ReflectedHttpActionDescriptor ExecuteAsync Invoking action 'Test()'
Oct 29, 2017 06:46:36 PM Info ApiControllerActionInvoker InvokeActionAsync Action='Test()'
Oct 29, 2017 06:46:36 PM Info RequiresIndexerAttribute OnActionExecutingAsync
Oct 29, 2017 06:46:36 PM Info RequiresIndexerAttribute OnActionExecutingAsync Action filter for 'Test()'
Oct 29, 2017 06:46:36 PM Info JackettAPINoCacheAttribute OnActionExecutingAsync
Oct 29, 2017 06:46:36 PM Info JackettAPINoCacheAttribute OnActionExecutingAsync Action filter for 'Test()'
Oct 29, 2017 06:46:36 PM Info HttpActionBinding ExecuteBindingAsync
Oct 29, 2017 06:46:36 PM Info HttpActionBinding ExecuteBindingAsync
Oct 29, 2017 06:46:36 PM Info JackettAuthorizedAttribute OnAuthorizationAsync
Oct 29, 2017 06:46:36 PM Info JackettAuthorizedAttribute OnAuthorizationAsync
Oct 29, 2017 06:46:36 PM Info ApiControllerActionSelector SelectAction Selected action 'Test()'
Oct 29, 2017 06:46:36 PM Info ApiControllerActionSelector SelectAction
Oct 29, 2017 06:46:36 PM Info IndexerApiController ExecuteAsync
Oct 29, 2017 06:46:36 PM Info HttpControllerDescriptor CreateController Jackett.Controllers.V20.IndexerApiController
Oct 29, 2017 06:46:36 PM Info DefaultHttpControllerActivator Create Jackett.Controllers.V20.IndexerApiController
Oct 29, 2017 06:46:36 PM Info DefaultHttpControllerActivator Create
garfield69 commented 7 years ago

Yes, your Zooqle request is getting hung up on a reCaptcha challenge. reCaptcha can't be solved via 127.0.0.1 anymore. see #1026 for details.

Devo-McDuff commented 7 years ago

I'm not sure how I managed to miss that in the logs at first glance, doh! Thanks for pointing it out.