Giter VIP home page Giter VIP logo

Comments (19)

Sergiomg86 avatar Sergiomg86 commented on July 3, 2024 1

Jackett and Prowlarr are not very well seen, maybe the best thing to do is to stop supporting them and eliminate them.

Thank you very much for all your help

from jackett.

vinanrra avatar vinanrra commented on July 3, 2024 1

Thank you.

Can you ask them? While we'd like to keep supporting the tracker, we'll willingly remove support if they want.

It is being blocked by the admins, or at least that's what they wrote at the chat.

from jackett.

garfield69 avatar garfield69 commented on July 3, 2024 1

Ah well, that is a shame, because it sounds like Jackett was a casualty of the site blocking an RSS attack.
Jackett's xbytes indexer was a HTML scraper, so the indexer made queries to the website https index.php?page=torrents URL and processed the returned HTML to generate its results.

from jackett.

garfield69 avatar garfield69 commented on July 3, 2024

turn on the enhanced logging on the Jackett dashboard and try the test again so you can capture the HTML presented by the site that the login block could not find the logout href in.
Once we take a look at that HTML we can make a decision as to whether to delete the indexer or try to find a solve.
See https://github.com/Jackett/Jackett/wiki/Troubleshooting#how-to-provide-a-jackett-enhanced-log-for-a-ticket

from jackett.

Sergiomg86 avatar Sergiomg86 commented on July 3, 2024

I hope this is what you are asking for

2024-04-17 11:11:15.8280 Info Executing JsonResult, writing value of type 'Jackett.Common.Models.Config.ServerConfig'.
2024-04-17 11:11:15.8425 Debug The response will be compressed with 'gzip'.
2024-04-17 11:11:15.8438 Info Executed endpoint 'Jackett.Server.Controllers.ServerConfigurationController.UpdateConfig (jackett)'
2024-04-17 11:11:15.8438 Debug Connection id "0HN2TTS259V4M" completed keep alive response.
2024-04-17 11:11:21.7752 Info Request starting HTTP/1.1 GET http://192.168.1.252:9118/UI/Dashboard - -
2024-04-17 11:11:21.7776 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/UI/Dashboard
2024-04-17 11:11:21.7776 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/UI/Dashboard
2024-04-17 11:11:21.7776 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/UI/Dashboard
2024-04-17 11:11:21.7797 Debug The request path /UI/Dashboard does not match a supported file type
2024-04-17 11:11:21.7797 Debug AuthenticationScheme: Cookies was successfully authenticated.
2024-04-17 11:11:21.7838 Debug 1 candidate(s) found for the request path '/UI/Dashboard'
2024-04-17 11:11:21.7838 Debug Endpoint 'Jackett.Server.Controllers.WebUIController.Dashboard (jackett)' with route pattern 'UI/Dashboard' is valid for the request path '/UI/Dashboard'
2024-04-17 11:11:21.7876 Debug Request matched endpoint 'Jackett.Server.Controllers.WebUIController.Dashboard (jackett)'
2024-04-17 11:11:21.7876 Info Executing endpoint 'Jackett.Server.Controllers.WebUIController.Dashboard (jackett)'
2024-04-17 11:11:21.7876 Info Route matched with {action = "Dashboard", controller = "WebUI"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Dashboard() on controller Jackett.Server.Controllers.WebUIController (jackett).
2024-04-17 11:11:21.7943 Debug Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter
2024-04-17 11:11:21.7943 Debug Execution plan of resource filters (in the following order): None
2024-04-17 11:11:21.7943 Debug Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Filters.ResponseCacheFilter
2024-04-17 11:11:21.7961 Debug Execution plan of exception filters (in the following order): None
2024-04-17 11:11:21.7961 Debug Execution plan of result filters (in the following order): None
2024-04-17 11:11:21.7961 Debug Authorization was successful.
2024-04-17 11:11:21.7961 Debug Executing controller factory for controller Jackett.Server.Controllers.WebUIController (jackett)
2024-04-17 11:11:21.7961 Debug Executed controller factory for controller Jackett.Server.Controllers.WebUIController (jackett)
2024-04-17 11:11:21.8000 Info Executing PhysicalFileResult, sending file '/app/Jackett/Content/index.html' with download name '' ...
2024-04-17 11:11:21.8000 Debug The file result has not been enabled for processing range requests. To enable it, set the EnableRangeProcessing property on the result to 'true'.
2024-04-17 11:11:21.8000 Debug The response will be compressed with 'gzip'.
2024-04-17 11:11:21.8049 Info Executed action Jackett.Server.Controllers.WebUIController.Dashboard (jackett) in 5.7902ms
2024-04-17 11:11:21.8049 Info Executed endpoint 'Jackett.Server.Controllers.WebUIController.Dashboard (jackett)'
2024-04-17 11:11:21.8049 Debug Connection id "0HN2TTS259V4M" completed keep alive response.
2024-04-17 11:11:21.8049 Info Request finished HTTP/1.1 GET http://192.168.1.252:9118/UI/Dashboard - - - 200 - text/html 33.8268ms
2024-04-17 11:11:21.9117 Info Request starting HTTP/1.1 GET http://192.168.1.252:9118/api/v2.0/server/config?_=1713345083332 - -
2024-04-17 11:11:21.9117 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/server/config?_=1713345083332
2024-04-17 11:11:21.9117 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/server/config?_=1713345083332
2024-04-17 11:11:21.9117 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/server/config?_=1713345083332
2024-04-17 11:11:21.9117 Debug The request path /api/v2.0/server/config does not match a supported file type
2024-04-17 11:11:21.9117 Debug AuthenticationScheme: Cookies was successfully authenticated.
2024-04-17 11:11:21.9117 Debug 1 candidate(s) found for the request path '/api/v2.0/server/config'
2024-04-17 11:11:21.9117 Debug Endpoint 'Jackett.Server.Controllers.ServerConfigurationController.Config (jackett)' with route pattern 'api/v2.0/server/Config' is valid for the request path '/api/v2.0/server/config'
2024-04-17 11:11:21.9117 Debug Request matched endpoint 'Jackett.Server.Controllers.ServerConfigurationController.Config (jackett)'
2024-04-17 11:11:21.9117 Info Executing endpoint 'Jackett.Server.Controllers.ServerConfigurationController.Config (jackett)'
2024-04-17 11:11:21.9117 Info Route matched with {action = "Config", controller = "ServerConfiguration"}. Executing controller action with signature Jackett.Common.Models.DTO.ServerConfig Config() on controller Jackett.Server.Controllers.ServerConfigurationController (jackett).
2024-04-17 11:11:21.9117 Debug Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter
2024-04-17 11:11:21.9158 Debug Execution plan of resource filters (in the following order): None
2024-04-17 11:11:21.9158 Debug Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Filters.ResponseCacheFilter
2024-04-17 11:11:21.9158 Debug Execution plan of exception filters (in the following order): None
2024-04-17 11:11:21.9158 Debug Execution plan of result filters (in the following order): None
2024-04-17 11:11:21.9158 Debug Authorization was successful.
2024-04-17 11:11:21.9158 Debug Executing controller factory for controller Jackett.Server.Controllers.ServerConfigurationController (jackett)
2024-04-17 11:11:21.9158 Debug Executed controller factory for controller Jackett.Server.Controllers.ServerConfigurationController (jackett)
2024-04-17 11:11:21.9158 Debug List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter
2024-04-17 11:11:21.9202 Debug No information found on request to perform content negotiation.
2024-04-17 11:11:21.9202 Debug Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
2024-04-17 11:11:21.9202 Debug Attempting to select the first formatter in the output formatters list which can write the result.
2024-04-17 11:11:21.9202 Debug Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter' and content type 'application/json' to write the response.
2024-04-17 11:11:21.9202 Info Executing ObjectResult, writing value of type 'Jackett.Common.Models.DTO.ServerConfig'.
2024-04-17 11:11:21.9252 Debug The response will be compressed with 'gzip'.
2024-04-17 11:11:21.9252 Info Executed action Jackett.Server.Controllers.ServerConfigurationController.Config (jackett) in 8.4443ms
2024-04-17 11:11:21.9252 Info Executed endpoint 'Jackett.Server.Controllers.ServerConfigurationController.Config (jackett)'
2024-04-17 11:11:21.9252 Debug Connection id "0HN2TTS259V4M" completed keep alive response.
2024-04-17 11:11:21.9252 Info Request finished HTTP/1.1 GET http://192.168.1.252:9118/api/v2.0/server/config?_=1713345083332 - - - 200 - application/json;+charset=utf-8 14.6150ms
2024-04-17 11:11:21.9661 Info Request starting HTTP/1.1 GET http://192.168.1.252:9118/api/v2.0/indexers?_=1713345083333 - -
2024-04-17 11:11:21.9661 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/indexers?_=1713345083333
2024-04-17 11:11:21.9661 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/indexers?_=1713345083333
2024-04-17 11:11:21.9661 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/indexers?_=1713345083333
2024-04-17 11:11:21.9661 Debug The request path /api/v2.0/indexers does not match a supported file type
2024-04-17 11:11:21.9679 Debug AuthenticationScheme: Cookies was successfully authenticated.
2024-04-17 11:11:21.9679 Debug 1 candidate(s) found for the request path '/api/v2.0/indexers'
2024-04-17 11:11:21.9679 Debug Endpoint 'Jackett.Server.Controllers.IndexerApiController.Indexers (jackett)' with route pattern 'api/v2.0/indexers' is valid for the request path '/api/v2.0/indexers'
2024-04-17 11:11:21.9679 Debug Request matched endpoint 'Jackett.Server.Controllers.IndexerApiController.Indexers (jackett)'
2024-04-17 11:11:21.9679 Info Executing endpoint 'Jackett.Server.Controllers.IndexerApiController.Indexers (jackett)'
2024-04-17 11:11:21.9679 Info Route matched with {action = "Indexers", controller = "IndexerApi"}. Executing controller action with signature System.Collections.Generic.IEnumerable`1[Jackett.Common.Models.DTO.Indexer] Indexers(Boolean) on controller Jackett.Server.Controllers.IndexerApiController (jackett).
2024-04-17 11:11:21.9679 Debug Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter
2024-04-17 11:11:21.9679 Debug Execution plan of resource filters (in the following order): None
2024-04-17 11:11:21.9679 Debug Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Filters.ResponseCacheFilter
2024-04-17 11:11:21.9679 Debug Execution plan of exception filters (in the following order): None
2024-04-17 11:11:21.9679 Debug Execution plan of result filters (in the following order): None
2024-04-17 11:11:21.9679 Debug Authorization was successful.
2024-04-17 11:11:21.9716 Debug Executing controller factory for controller Jackett.Server.Controllers.IndexerApiController (jackett)
2024-04-17 11:11:21.9716 Debug Executed controller factory for controller Jackett.Server.Controllers.IndexerApiController (jackett)
2024-04-17 11:11:21.9716 Debug Attempting to bind parameter 'configured' of type 'System.Boolean' ...
2024-04-17 11:11:21.9716 Debug Attempting to bind parameter 'configured' of type 'System.Boolean' using the name 'configured' in request data ...
2024-04-17 11:11:21.9716 Debug Could not find a value in the request with name 'configured' for binding parameter 'configured' of type 'System.Boolean'.
2024-04-17 11:11:21.9716 Debug Done attempting to bind parameter 'configured' of type 'System.Boolean'.
2024-04-17 11:11:21.9716 Debug Done attempting to bind parameter 'configured' of type 'System.Boolean'.
2024-04-17 11:11:21.9716 Debug Attempting to validate the bound parameter 'configured' of type 'System.Boolean' ...
2024-04-17 11:11:21.9757 Debug Done attempting to validate the bound parameter 'configured' of type 'System.Boolean'.
2024-04-17 11:11:21.9757 Debug List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter
2024-04-17 11:11:21.9757 Debug No information found on request to perform content negotiation.
2024-04-17 11:11:21.9757 Debug Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
2024-04-17 11:11:21.9757 Debug Attempting to select the first formatter in the output formatters list which can write the result.
2024-04-17 11:11:21.9757 Debug Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter' and content type 'application/json' to write the response.
2024-04-17 11:11:21.9757 Info Executing ObjectResult, writing value of type 'System.Linq.Enumerable+SelectListIterator`2[[Jackett.Common.Indexers.IIndexer, Jackett.Common, Version=0.21.2392.0, Culture=neutral, PublicKeyToken=(removed) Jackett.Common, Version=0.21.2392.0, Culture=neutral, PublicKeyToken=(removed)
2024-04-17 11:11:22.0307 Info Request starting HTTP/1.1 GET http://192.168.1.252:9118/favicon.ico - -
2024-04-17 11:11:22.0307 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/favicon.ico
2024-04-17 11:11:22.0326 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/favicon.ico
2024-04-17 11:11:22.0326 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/favicon.ico
2024-04-17 11:11:22.0326 Debug Response compression is not enabled for the Content-Type 'image/x-icon'.
2024-04-17 11:11:22.0326 Info Sending file. Request path: '/favicon.ico'. Physical path: '/app/Jackett/Content/favicon.ico'
2024-04-17 11:11:22.0326 Debug Connection id "0HN2TTS259V4J" completed keep alive response.
2024-04-17 11:11:22.0326 Info Request finished HTTP/1.1 GET http://192.168.1.252:9118/favicon.ico - - - 200 103220 image/x-icon 4.6543ms
2024-04-17 11:11:22.0555 Debug The response will be compressed with 'gzip'.
2024-04-17 11:11:22.0904 Info Executed action Jackett.Server.Controllers.IndexerApiController.Indexers (jackett) in 119.0345ms
2024-04-17 11:11:22.0904 Info Executed endpoint 'Jackett.Server.Controllers.IndexerApiController.Indexers (jackett)'
2024-04-17 11:11:22.0904 Debug Connection id "0HN2TTS259V4M" completed keep alive response.
2024-04-17 11:11:22.0904 Info Request finished HTTP/1.1 GET http://192.168.1.252:9118/api/v2.0/indexers?_=1713345083333 - - - 200 - application/json;+charset=utf-8 125.1689ms
2024-04-17 11:12:05.1963 Info Request starting HTTP/1.1 POST http://192.168.1.252:9118/api/v2.0/indexers/xbytesv2/test - 0
2024-04-17 11:12:05.1963 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/indexers/xbytesv2/test
2024-04-17 11:12:05.1963 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/indexers/xbytesv2/test
2024-04-17 11:12:05.1963 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/indexers/xbytesv2/test
2024-04-17 11:12:05.1963 Debug POST requests are not supported
2024-04-17 11:12:05.1963 Debug AuthenticationScheme: Cookies was successfully authenticated.
2024-04-17 11:12:05.1963 Debug 1 candidate(s) found for the request path '/api/v2.0/indexers/xbytesv2/test'
2024-04-17 11:12:05.1963 Debug Endpoint 'Jackett.Server.Controllers.IndexerApiController.Test (jackett)' with route pattern 'api/v2.0/indexers/{indexerid}/Test' is valid for the request path '/api/v2.0/indexers/xbytesv2/test'
2024-04-17 11:12:05.1963 Debug Request matched endpoint 'Jackett.Server.Controllers.IndexerApiController.Test (jackett)'
2024-04-17 11:12:05.1963 Info Executing endpoint 'Jackett.Server.Controllers.IndexerApiController.Test (jackett)'
2024-04-17 11:12:05.1998 Info Route matched with {action = "Test", controller = "IndexerApi"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Test() on controller Jackett.Server.Controllers.IndexerApiController (jackett).
2024-04-17 11:12:05.1998 Debug Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter
2024-04-17 11:12:05.1998 Debug Execution plan of resource filters (in the following order): None
2024-04-17 11:12:05.1998 Debug Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Filters.ResponseCacheFilter, Jackett.Server.Controllers.RequiresIndexer
2024-04-17 11:12:05.1998 Debug Execution plan of exception filters (in the following order): None
2024-04-17 11:12:05.1998 Debug Execution plan of result filters (in the following order): None
2024-04-17 11:12:05.1998 Debug Authorization was successful.
2024-04-17 11:12:05.1998 Debug Executing controller factory for controller Jackett.Server.Controllers.IndexerApiController (jackett)
2024-04-17 11:12:05.1998 Debug Executed controller factory for controller Jackett.Server.Controllers.IndexerApiController (jackett)
2024-04-17 11:12:05.1998 Debug CACHE IsCacheEnabled => false
2024-04-17 11:12:05.2045 Debug WebClient(HttpWebClient2).GetResultAsync(Method: GET Url: https://xbytesv2.li/index.php?page=torrents&category=&active=0&options=0&order=3&by=2)
2024-04-17 11:12:05.5969 Debug WebClient(HttpWebClient2): Returning NotFound => 0 bytes
2024-04-17 11:12:05.5969 Info CardigannIndexer(xbytesv2): Relogin required
2024-04-17 11:12:05.5969 Debug WebClient(HttpWebClient2).GetResultAsync(Method: POST Url: https://xbytesv2.li/index.php?page=login PostData: {uid=(removed), pwd=(removed) RawBody: )
2024-04-17 11:12:05.6230 Debug PHPSESSID=3st2cd5khc1tgl82gffe4dug0f; path=/
2024-04-17 11:12:05.6230 Debug WebClient(HttpWebClient2): Returning NotFound => 0 bytes
2024-04-17 11:12:05.6237 Debug CardigannIndexer (xbytesv2): Cookies after login: PHPSESSID=3st2cd5khc1tgl82gffe4dug0f
2024-04-17 11:12:05.6237 Debug WebClient(HttpWebClient2).GetResultAsync(Method: GET Url: https://xbytesv2.li/index.php)
2024-04-17 11:12:05.6483 Debug WebClient(HttpWebClient2): Returning NotFound => 0 bytes
2024-04-17 11:12:05.6483 Error Error on 20240417111205 for XbytesV2.txtJackett.Common.ExceptionWithConfigData: Login failed: Selector "a[href="logout.php"]" didn't match
   at Jackett.Common.Indexers.CardigannIndexer.TestLogin() in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 888
   at Jackett.Common.Indexers.CardigannIndexer.PerformQuery(TorznabQuery query) in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 1738





2024-04-17 11:12:05.6483 Info Executed action Jackett.Server.Controllers.IndexerApiController.Test (jackett) in 449.0938ms
2024-04-17 11:12:05.6518 Info Executed endpoint 'Jackett.Server.Controllers.IndexerApiController.Test (jackett)'
2024-04-17 11:12:05.6518 Error Jackett.Common.IndexerException: Exception (xbytesv2): Login failed: Selector "a[href="logout.php"]" didn't match

[v0.21.2392.0] Jackett.Common.IndexerException: Exception (xbytesv2): Login failed: Selector "a[href="logout.php"]" didn't match
 ---> System.Exception: Parse error
 ---> Jackett.Common.ExceptionWithConfigData: Login failed: Selector "a[href="logout.php"]" didn't match
   at Jackett.Common.Indexers.CardigannIndexer.TestLogin() in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 888
   at Jackett.Common.Indexers.CardigannIndexer.PerformQuery(TorznabQuery query) in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 1738
   --- End of inner exception stack trace ---
   at Jackett.Common.Indexers.BaseWebIndexer.OnParseError(String results, Exception ex) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 798
   at Jackett.Common.Indexers.CardigannIndexer.PerformQuery(TorznabQuery query) in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 1894
   at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 388
   --- End of inner exception stack trace ---
   at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 388
   at Jackett.Common.Indexers.BaseWebIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 775
   at Jackett.Common.Services.IndexerManagerService.TestIndexer(String name) in ./Jackett.Common/Services/IndexerManagerService.cs:line 322
   at Jackett.Server.Controllers.IndexerApiController.Test() in ./Jackett.Server/Controllers/IndexerApiController.cs:line 132
   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|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
   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 ./Jackett.Server/Middleware/CustomExceptionHandler.cs:line 61

2024-04-17 11:12:05.7065 Debug The response will be compressed with 'gzip'.
2024-04-17 11:12:05.7065 Debug Connection id "0HN2TTS259V4M" completed keep alive response.
2024-04-17 11:12:05.7065 Info Request finished HTTP/1.1 POST http://192.168.1.252:9118/api/v2.0/indexers/xbytesv2/test - 0 - 500 - application/json 510.9096ms
2024-04-17 11:12:08.5812 Info Request starting HTTP/1.1 GET http://192.168.1.252:9118/api/v2.0/server/logs?_=1713345083334 - -
2024-04-17 11:12:08.5812 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/server/logs?_=1713345083334
2024-04-17 11:12:08.5812 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/server/logs?_=1713345083334
2024-04-17 11:12:08.5812 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/server/logs?_=1713345083334
2024-04-17 11:12:08.5812 Debug The request path /api/v2.0/server/logs does not match a supported file type
2024-04-17 11:12:08.5812 Debug AuthenticationScheme: Cookies was successfully authenticated.
2024-04-17 11:12:08.5812 Debug 1 candidate(s) found for the request path '/api/v2.0/server/logs'
2024-04-17 11:12:08.5812 Debug Endpoint 'Jackett.Server.Controllers.ServerConfigurationController.Logs (jackett)' with route pattern 'api/v2.0/server/Logs' is valid for the request path '/api/v2.0/server/logs'
2024-04-17 11:12:08.5839 Debug Request matched endpoint 'Jackett.Server.Controllers.ServerConfigurationController.Logs (jackett)'
2024-04-17 11:12:08.5839 Info Executing endpoint 'Jackett.Server.Controllers.ServerConfigurationController.Logs (jackett)'
2024-04-17 11:12:08.5839 Info Route matched with {action = "Logs", controller = "ServerConfiguration"}. Executing controller action with signature System.Collections.Generic.List`1[Jackett.Common.Models.CachedLog] Logs() on controller Jackett.Server.Controllers.ServerConfigurationController (jackett).
2024-04-17 11:12:08.5839 Debug Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter
2024-04-17 11:12:08.5839 Debug Execution plan of resource filters (in the following order): None
2024-04-17 11:12:08.5839 Debug Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Filters.ResponseCacheFilter
2024-04-17 11:12:08.5839 Debug Execution plan of exception filters (in the following order): None
2024-04-17 11:12:08.5839 Debug Execution plan of result filters (in the following order): None
2024-04-17 11:12:08.5839 Debug Authorization was successful.
2024-04-17 11:12:08.5839 Debug Executing controller factory for controller Jackett.Server.Controllers.ServerConfigurationController (jackett)
2024-04-17 11:12:08.5839 Debug Executed controller factory for controller Jackett.Server.Controllers.ServerConfigurationController (jackett)
2024-04-17 11:12:08.5839 Debug List of registered output formatters, in the following order: Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter, Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter
2024-04-17 11:12:08.5883 Debug No information found on request to perform content negotiation.
2024-04-17 11:12:08.5883 Debug Attempting to select an output formatter without using a content type as no explicit content types were specified for the response.
2024-04-17 11:12:08.5883 Debug Attempting to select the first formatter in the output formatters list which can write the result.
2024-04-17 11:12:08.5883 Debug Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter' and content type 'application/json' to write the response.
2024-04-17 11:12:08.5883 Info Executing ObjectResult, writing value of type 'System.Collections.Generic.List`1[[Jackett.Common.Models.CachedLog, Jackett.Common, Version=0.21.2392.0, Culture=neutral, PublicKeyToken=(removed)
2024-04-17 11:12:08.5883 Debug The response will be compressed with 'gzip'.
2024-04-17 11:12:08.5927 Info Executed action Jackett.Server.Controllers.ServerConfigurationController.Logs (jackett) in 6.0808ms
2024-04-17 11:12:08.5927 Info Executed endpoint 'Jackett.Server.Controllers.ServerConfigurationController.Logs (jackett)'
2024-04-17 11:12:08.5927 Debug Connection id "0HN2TTS259V4M" completed keep alive response.
2024-04-17 11:12:08.5927 Info Request finished HTTP/1.1 GET http://192.168.1.252:9118/api/v2.0/server/logs?_=1713345083334 - - - 200 - application/json;+charset=utf-8 12.2930ms
2024-04-17 11:12:27.4026 Info Request starting HTTP/1.1 POST http://192.168.1.252:9118/api/v2.0/indexers/xbytesv2/test - 0
2024-04-17 11:12:27.4026 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/indexers/xbytesv2/test
2024-04-17 11:12:27.4026 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/indexers/xbytesv2/test
2024-04-17 11:12:27.4037 Debug Request is continuing in applying rules. Current url is http://192.168.1.252:9118/api/v2.0/indexers/xbytesv2/test
2024-04-17 11:12:27.4037 Debug POST requests are not supported
2024-04-17 11:12:27.4037 Debug AuthenticationScheme: Cookies was successfully authenticated.
2024-04-17 11:12:27.4037 Debug 1 candidate(s) found for the request path '/api/v2.0/indexers/xbytesv2/test'
2024-04-17 11:12:27.4037 Debug Endpoint 'Jackett.Server.Controllers.IndexerApiController.Test (jackett)' with route pattern 'api/v2.0/indexers/{indexerid}/Test' is valid for the request path '/api/v2.0/indexers/xbytesv2/test'
2024-04-17 11:12:27.4037 Debug Request matched endpoint 'Jackett.Server.Controllers.IndexerApiController.Test (jackett)'
2024-04-17 11:12:27.4037 Info Executing endpoint 'Jackett.Server.Controllers.IndexerApiController.Test (jackett)'
2024-04-17 11:12:27.4037 Info Route matched with {action = "Test", controller = "IndexerApi"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Test() on controller Jackett.Server.Controllers.IndexerApiController (jackett).
2024-04-17 11:12:27.4037 Debug Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter
2024-04-17 11:12:27.4037 Debug Execution plan of resource filters (in the following order): None
2024-04-17 11:12:27.4037 Debug Execution plan of action filters (in the following order): Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648), Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000), Microsoft.AspNetCore.Mvc.Filters.ResponseCacheFilter, Jackett.Server.Controllers.RequiresIndexer
2024-04-17 11:12:27.4082 Debug Execution plan of exception filters (in the following order): None
2024-04-17 11:12:27.4082 Debug Execution plan of result filters (in the following order): None
2024-04-17 11:12:27.4082 Debug Authorization was successful.
2024-04-17 11:12:27.4082 Debug Executing controller factory for controller Jackett.Server.Controllers.IndexerApiController (jackett)
2024-04-17 11:12:27.4082 Debug Executed controller factory for controller Jackett.Server.Controllers.IndexerApiController (jackett)
2024-04-17 11:12:27.4082 Debug CACHE IsCacheEnabled => false
2024-04-17 11:12:27.4082 Debug WebClient(HttpWebClient2).GetResultAsync(Method: GET Url: https://xbytesv2.li/index.php?page=torrents&category=&active=0&options=0&order=3&by=2)
2024-04-17 11:12:27.5085 Debug WebClient(HttpWebClient2): Returning NotFound => 0 bytes
2024-04-17 11:12:27.5085 Info CardigannIndexer(xbytesv2): Relogin required
2024-04-17 11:12:27.5085 Debug WebClient(HttpWebClient2).GetResultAsync(Method: POST Url: https://xbytesv2.li/index.php?page=login PostData: {uid=, pwd=(removed) RawBody: )
2024-04-17 11:12:27.5337 Debug PHPSESSID=ekf2c541ei5hfr1hrog9hf799v; path=/
2024-04-17 11:12:27.5337 Debug WebClient(HttpWebClient2): Returning NotFound => 0 bytes
2024-04-17 11:12:27.5337 Debug CardigannIndexer (xbytesv2): Cookies after login: PHPSESSID=ekf2c541ei5hfr1hrog9hf799v
2024-04-17 11:12:27.5337 Debug WebClient(HttpWebClient2).GetResultAsync(Method: GET Url: https://xbytesv2.li/index.php)
2024-04-17 11:12:27.5592 Debug WebClient(HttpWebClient2): Returning NotFound => 0 bytes
2024-04-17 11:12:27.5600 Error Error on 20240417111227 for XbytesV2.txtJackett.Common.ExceptionWithConfigData: Login failed: Selector "a[href="logout.php"]" didn't match
   at Jackett.Common.Indexers.CardigannIndexer.TestLogin() in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 888
   at Jackett.Common.Indexers.CardigannIndexer.PerformQuery(TorznabQuery query) in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 1738





2024-04-17 11:12:27.5600 Info Executed action Jackett.Server.Controllers.IndexerApiController.Test (jackett) in 152.8814ms
2024-04-17 11:12:27.5600 Info Executed endpoint 'Jackett.Server.Controllers.IndexerApiController.Test (jackett)'
2024-04-17 11:12:27.5600 Error Jackett.Common.IndexerException: Exception (xbytesv2): Login failed: Selector "a[href="logout.php"]" didn't match

[v0.21.2392.0] Jackett.Common.IndexerException: Exception (xbytesv2): Login failed: Selector "a[href="logout.php"]" didn't match
 ---> System.Exception: Parse error
 ---> Jackett.Common.ExceptionWithConfigData: Login failed: Selector "a[href="logout.php"]" didn't match
   at Jackett.Common.Indexers.CardigannIndexer.TestLogin() in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 888
   at Jackett.Common.Indexers.CardigannIndexer.PerformQuery(TorznabQuery query) in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 1738
   --- End of inner exception stack trace ---
   at Jackett.Common.Indexers.BaseWebIndexer.OnParseError(String results, Exception ex) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 798
   at Jackett.Common.Indexers.CardigannIndexer.PerformQuery(TorznabQuery query) in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 1894
   at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 388
   --- End of inner exception stack trace ---
   at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 388
   at Jackett.Common.Indexers.BaseWebIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 775
   at Jackett.Common.Services.IndexerManagerService.TestIndexer(String name) in ./Jackett.Common/Services/IndexerManagerService.cs:line 322
   at Jackett.Server.Controllers.IndexerApiController.Test() in ./Jackett.Server/Controllers/IndexerApiController.cs:line 132
   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|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
   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 ./Jackett.Server/Middleware/CustomExceptionHandler.cs:line 61

2024-04-17 11:12:27.6167 Debug The response will be compressed with 'gzip'.
2024-04-17 11:12:27.6167 Debug Connection id "0HN2TTS259V4M" completed keep alive response.
2024-04-17 11:12:27.6167 Info Request finished HTTP/1.1 POST http://192.168.1.252:9118/api/v2.0/indexers/xbytesv2/test - 0 - 500 - application/json 214.8141ms

from jackett.

ilike2burnthing avatar ilike2burnthing commented on July 3, 2024

Yea, both Prowlarr and Jackett's UAs have been blocked. Contact the admins to see if this was purposeful and if they want Jackett to also remove support for their tracker.

from jackett.

ilike2burnthing avatar ilike2burnthing commented on July 3, 2024

Have the admins made some comment to that effect?

from jackett.

Sergiomg86 avatar Sergiomg86 commented on July 3, 2024

I don't know their opinion, but from what I've read it's not well regarded and I don't have access to talk to them either.

from jackett.

ilike2burnthing avatar ilike2burnthing commented on July 3, 2024

Read where?

There's no forum, staff mail, or support tickets?

from jackett.

djchoyr avatar djchoyr commented on July 3, 2024

Jackett and Prowlarr are not very well seen, maybe the best thing to do is to stop supporting them and eliminate them.

Thank you very much for all your help


I have the same problem. Same error message.

Jackett.Common.IndexerException: Exception (xbytesv2): Login failed: Selector "a[href="logout.php"]" didn't match

[v0.21.2395.0] Jackett.Common.IndexerException: Exception (xbytesv2): Login failed: Selector "a[href="logout.php"]" didn't match
---> System.Exception: Parse error
---> Jackett.Common.ExceptionWithConfigData: Login failed: Selector "a[href="logout.php"]" didn't match
at Jackett.Common.Indexers.CardigannIndexer.TestLogin() in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 884
at Jackett.Common.Indexers.CardigannIndexer.PerformQuery(TorznabQuery query) in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 1738
--- End of inner exception stack trace ---
at Jackett.Common.Indexers.BaseWebIndexer.OnParseError(String results, Exception ex) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 798
at Jackett.Common.Indexers.CardigannIndexer.PerformQuery(TorznabQuery query) in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 1894
at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 388
--- End of inner exception stack trace ---
at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 388
at Jackett.Common.Indexers.BaseWebIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in ./Jackett.Common/Indexers/BaseIndexer.cs:line 775
at Jackett.Common.Services.IndexerManagerService.TestIndexer(String name) in ./Jackett.Common/Services/IndexerManagerService.cs:line 322
at Jackett.Server.Controllers.IndexerApiController.Test() in ./Jackett.Server/Controllers/IndexerApiController.cs:line 132
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|20_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.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 ./Jackett.Server/Middleware/CustomExceptionHandler.cs:line 61
2024-04-18 07:44:50 Error
Error on 20240418074450 for XbytesV2.txtJackett.Common.ExceptionWithConfigData: Login failed: Selector "a[href="logout.php"]" didn't match
at Jackett.Common.Indexers.CardigannIndexer.TestLogin() in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 884
at Jackett.Common.Indexers.CardigannIndexer.PerformQuery(TorznabQuery query) in ./Jackett.Common/Indexers/CardigannIndexer.cs:line 1738

from jackett.

ilike2burnthing avatar ilike2burnthing commented on July 3, 2024

#15253 (comment)

from jackett.

vinanrra avatar vinanrra commented on July 3, 2024

Have the admins made some comment to that effect?

No official statement from admins at the forums or announcements.

from jackett.

ilike2burnthing avatar ilike2burnthing commented on July 3, 2024

Thank you.

Can you ask them? While we'd like to keep supporting the tracker, we'll willingly remove support if they want.

from jackett.

vinanrra avatar vinanrra commented on July 3, 2024

@ilike2burnthing It seems they have changed something at the website that affected Jackett, they don't have any rules that prohibit the usage, but they don't like it, also the admins doesn't ban for using it, it is possible to fix it?

from jackett.

ilike2burnthing avatar ilike2burnthing commented on July 3, 2024

They have specifically blocked the user agents for Jackett and Prowlarr. While we can work around it in cases where we think it's just automated, this is intentional. If the admins don't want Jackett support, we'll remove it (which I now have).

If you want to try convincing them otherwise, by all means, or if they want to talk to us about their concerns, they can, but I suggest you tread lightly, as most trackers have some version of 'no arguing with admins/mods' as a rule.

from jackett.

vinanrra avatar vinanrra commented on July 3, 2024

They have specifically blocked the user agents for Jackett and Prowlarr. While we can work around it in cases where we think it's just automated, this is intentional. If the admins don't want Jackett support, we'll remove it (which I now have).

If you want to try convincing them otherwise, by all means, or if they want to talk to us about their concerns, they can, but I suggest you tread lightly, as most trackers have some version of 'no arguing with admins/mods' as a rule.

They have disabled the usage of Jackett because their website became unresponsive, it seems a server issue, so they did that to reduce the latency and loading time of the website. It seems they aren't against Jackett (they don't like it either) but was decided because it was affecting their website.

from jackett.

garfield69 avatar garfield69 commented on July 3, 2024

v0.21.2414

from jackett.

djchoyr avatar djchoyr commented on July 3, 2024

The administrators of the group say that they have deactivated the option due to the large number of rss demands that the page suffered

from jackett.

Sergiomg86 avatar Sergiomg86 commented on July 3, 2024

yes, the administrators complain that the site takes longer to load if jackett and prowlarr are enabled, that's why they have blocked both.

However the real problem is not that, but they have to find solutions to reduce loading times.

from jackett.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.