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

[Partis] HttpClient.Timeout 100 seconds #13769

Closed
3 tasks done
jonpas opened this issue Dec 10, 2022 · 8 comments
Closed
3 tasks done

[Partis] HttpClient.Timeout 100 seconds #13769

jonpas opened this issue Dec 10, 2022 · 8 comments
Labels

Comments

@jonpas
Copy link

jonpas commented Dec 10, 2022

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

Using HTTP Client: HttpWebClient2
Using FlareSolverr: No
Using proxy: Disabled
App config/log directory: /config/Jacket
ThreadPool MaxThreads: 32767 workerThreads, 1000 completionPortThreads
Running in Docker: Yes (image build: v0.20.2357-ls86)
File /etc/issue: Ubuntu 20.04.4 LTS \n \l
Jackett variant: CoreLinuxAmdx64
OS version: Unix 6.0.11.1 (64bit OS) (64bit process)
Environment version: 6.0.11 (/app/Jackett/)
Starting Jackett v0.20.2357

Description

Partis tracker times out with Error System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.. Tracker works directly over the website.

TorrentBytes tracker works correctly on the same instance.

Logged Error Messages

2022-12-10 19:22:17.9619 Info Starting Jackett v0.20.2357 
2022-12-10 19:22:18.5248 Info Environment version: 6.0.11 (/app/Jackett/) 
2022-12-10 19:22:18.5248 Info OS version: Unix 6.0.11.1 (64bit OS) (64bit process) 
2022-12-10 19:22:18.5264 Info Jackett variant: CoreLinuxAmdx64 
2022-12-10 19:22:18.5264 Info File /etc/issue: Ubuntu 20.04.4 LTS \n \l 
2022-12-10 19:22:18.5264 Info Running in Docker: Yes (image build: v0.20.2357-ls86) 
2022-12-10 19:22:18.5264 Info ThreadPool MaxThreads: 32767 workerThreads, 1000 completionPortThreads 
2022-12-10 19:22:18.5264 Info App config/log directory: /config/Jackett 
2022-12-10 19:22:18.5264 Info Using proxy: Disabled 
2022-12-10 19:22:18.5264 Info Using FlareSolverr: No 
2022-12-10 19:22:18.5302 Info Using HTTP Client: HttpWebClient2 
2022-12-10 19:22:18.5355 Info Loading Native indexers ... 
2022-12-10 19:22:18.7082 Info Loaded 77 Native indexers: 
2022-12-10 19:22:18.7186 Info Loading Cardigann indexers from: /config/cardigann/definitions/, /etc/xdg/cardigan/definitions/, /app/Jackett/Definitions 
2022-12-10 19:22:20.3437 Info Loaded 495 Cardigann indexers: 
2022-12-10 19:22:20.3437 Info Loaded 572 indexers in total 
2022-12-10 19:22:20.3437 Info Adding aggregate indexer ('all' indexer) ... 
2022-12-10 19:22:20.3520 Info Adding filter indexer ('type:public' indexer) ... 
2022-12-10 19:22:20.3523 Info Adding filter indexer ('type:private' indexer) ... 
2022-12-10 19:22:20.3523 Info Adding filter indexer ('type:semi-public' indexer) ... 
2022-12-10 19:22:20.4998 Info Jackett startup finished in 2.998 s 
2022-12-10 19:22:44.2444 Info Executing JsonResult, writing value of type 'Jackett.Common.Models.Config.ServerConfig'. 
2022-12-10 19:22:44.2629 Debug The response will be compressed with 'gzip'. 
2022-12-10 19:22:44.2629 Info Executed endpoint 'Jackett.Server.Controllers.ServerConfigurationController.UpdateConfig (jackett)' 
2022-12-10 19:22:44.2671 Debug Connection id "0HMMQRDV9I1Q2" completed keep alive response. 
2022-12-10 19:22:48.8804 Info Request starting HTTP/1.1 GET http://tyr/jackett/UI/Dashboard - - 
2022-12-10 19:22:48.8804 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/UI/Dashboard 
2022-12-10 19:22:48.8804 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/UI/Dashboard 
2022-12-10 19:22:48.8804 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/UI/Dashboard 
2022-12-10 19:22:48.8831 Debug The request path /UI/Dashboard does not match a supported file type 
2022-12-10 19:22:48.8831 Debug AuthenticationScheme: Cookies was successfully authenticated. 
2022-12-10 19:22:48.8878 Debug 1 candidate(s) found for the request path '/UI/Dashboard' 
2022-12-10 19:22:48.8898 Debug Endpoint 'Jackett.Server.Controllers.WebUIController.Dashboard (jackett)' with route pattern 'UI/Dashboard' is valid for the request path '/UI/Dashboard' 
2022-12-10 19:22:48.8898 Debug Request matched endpoint 'Jackett.Server.Controllers.WebUIController.Dashboard (jackett)' 
2022-12-10 19:22:48.8898 Info Executing endpoint 'Jackett.Server.Controllers.WebUIController.Dashboard (jackett)' 
2022-12-10 19:22:48.8928 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). 
2022-12-10 19:22:48.8928 Debug Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter 
2022-12-10 19:22:48.8928 Debug Execution plan of resource filters (in the following order): None 
2022-12-10 19:22:48.8928 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 
2022-12-10 19:22:48.8928 Debug Execution plan of exception filters (in the following order): None 
2022-12-10 19:22:48.8928 Debug Execution plan of result filters (in the following order): None 
2022-12-10 19:22:48.8972 Debug Authorization was successful. 
2022-12-10 19:22:48.8972 Debug Executing controller factory for controller Jackett.Server.Controllers.WebUIController (jackett) 
2022-12-10 19:22:48.8972 Debug Executed controller factory for controller Jackett.Server.Controllers.WebUIController (jackett) 
2022-12-10 19:22:48.8972 Info Executing PhysicalFileResult, sending file '/app/Jackett/Content/index.html' with download name '' ... 
2022-12-10 19:22:48.8972 Debug The file result has not been enabled for processing range requests. To enable it, set the EnableRangeProcessing property on the result to 'true'. 
2022-12-10 19:22:48.8972 Debug The response will be compressed with 'gzip'. 
2022-12-10 19:22:48.9049 Info Executed action Jackett.Server.Controllers.WebUIController.Dashboard (jackett) in 4.7637ms 
2022-12-10 19:22:48.9049 Info Executed endpoint 'Jackett.Server.Controllers.WebUIController.Dashboard (jackett)' 
2022-12-10 19:22:48.9056 Debug Connection id "0HMMQRDV9I1Q2" completed keep alive response. 
2022-12-10 19:22:48.9056 Info Request finished HTTP/1.1 GET http://tyr/jackett/UI/Dashboard - - - 200 - text/html 27.6723ms 
2022-12-10 19:22:49.0500 Info Request starting HTTP/1.1 GET http://tyr/jackett/api/v2.0/server/config?_=1670696552068 - - 
2022-12-10 19:22:49.0500 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/api/v2.0/server/config?_=1670696552068 
2022-12-10 19:22:49.0500 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/api/v2.0/server/config?_=1670696552068 
2022-12-10 19:22:49.0500 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/api/v2.0/server/config?_=1670696552068 
2022-12-10 19:22:49.0500 Debug The request path /api/v2.0/server/config does not match a supported file type 
2022-12-10 19:22:49.0500 Debug AuthenticationScheme: Cookies was successfully authenticated. 
2022-12-10 19:22:49.0500 Debug 1 candidate(s) found for the request path '/api/v2.0/server/config' 
2022-12-10 19:22:49.0500 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' 
2022-12-10 19:22:49.0500 Debug Request matched endpoint 'Jackett.Server.Controllers.ServerConfigurationController.Config (jackett)' 
2022-12-10 19:22:49.0500 Info Executing endpoint 'Jackett.Server.Controllers.ServerConfigurationController.Config (jackett)' 
2022-12-10 19:22:49.0500 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). 
2022-12-10 19:22:49.0525 Debug Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter 
2022-12-10 19:22:49.0525 Debug Execution plan of resource filters (in the following order): None 
2022-12-10 19:22:49.0525 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 
2022-12-10 19:22:49.0525 Debug Execution plan of exception filters (in the following order): None 
2022-12-10 19:22:49.0525 Debug Execution plan of result filters (in the following order): None 
2022-12-10 19:22:49.0525 Debug Authorization was successful. 
2022-12-10 19:22:49.0525 Debug Executing controller factory for controller Jackett.Server.Controllers.ServerConfigurationController (jackett) 
2022-12-10 19:22:49.0525 Debug Executed controller factory for controller Jackett.Server.Controllers.ServerConfigurationController (jackett) 
2022-12-10 19:22:49.0525 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 
2022-12-10 19:22:49.0559 Debug No information found on request to perform content negotiation. 
2022-12-10 19:22:49.0559 Debug Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 
2022-12-10 19:22:49.0559 Debug Attempting to select the first formatter in the output formatters list which can write the result. 
2022-12-10 19:22:49.0559 Debug Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter' and content type 'application/json' to write the response. 
2022-12-10 19:22:49.0559 Info Executing ObjectResult, writing value of type 'Jackett.Common.Models.DTO.ServerConfig'. 
2022-12-10 19:22:49.0559 Debug The response will be compressed with 'gzip'. 
2022-12-10 19:22:49.0559 Info Executed action Jackett.Server.Controllers.ServerConfigurationController.Config (jackett) in 4.9225ms 
2022-12-10 19:22:49.0559 Info Executed endpoint 'Jackett.Server.Controllers.ServerConfigurationController.Config (jackett)' 
2022-12-10 19:22:49.0559 Debug Connection id "0HMMQRDV9I1Q2" completed keep alive response. 
2022-12-10 19:22:49.0591 Info Request finished HTTP/1.1 GET http://tyr/jackett/api/v2.0/server/config?_=1670696552068 - - - 200 - application/json;+charset=utf-8 9.0844ms 
2022-12-10 19:22:49.0683 Info Request starting HTTP/1.1 GET http://tyr/jackett/api/v2.0/indexers?_=1670696552069 - - 
2022-12-10 19:22:49.0683 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/api/v2.0/indexers?_=1670696552069 
2022-12-10 19:22:49.0683 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/api/v2.0/indexers?_=1670696552069 
2022-12-10 19:22:49.0683 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/api/v2.0/indexers?_=1670696552069 
2022-12-10 19:22:49.0683 Debug The request path /api/v2.0/indexers does not match a supported file type 
2022-12-10 19:22:49.0692 Debug AuthenticationScheme: Cookies was successfully authenticated. 
2022-12-10 19:22:49.0692 Debug 1 candidate(s) found for the request path '/api/v2.0/indexers' 
2022-12-10 19:22:49.0692 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' 
2022-12-10 19:22:49.0692 Debug Request matched endpoint 'Jackett.Server.Controllers.IndexerApiController.Indexers (jackett)' 
2022-12-10 19:22:49.0692 Info Executing endpoint 'Jackett.Server.Controllers.IndexerApiController.Indexers (jackett)' 
2022-12-10 19:22:49.0692 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). 
2022-12-10 19:22:49.0692 Debug Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter 
2022-12-10 19:22:49.0692 Debug Execution plan of resource filters (in the following order): None 
2022-12-10 19:22:49.0692 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 
2022-12-10 19:22:49.0692 Debug Execution plan of exception filters (in the following order): None 
2022-12-10 19:22:49.0692 Debug Execution plan of result filters (in the following order): None 
2022-12-10 19:22:49.0692 Debug Authorization was successful. 
2022-12-10 19:22:49.0692 Debug Executing controller factory for controller Jackett.Server.Controllers.IndexerApiController (jackett) 
2022-12-10 19:22:49.0692 Debug Executed controller factory for controller Jackett.Server.Controllers.IndexerApiController (jackett) 
2022-12-10 19:22:49.0692 Debug Attempting to bind parameter 'configured' of type 'System.Boolean' ... 
2022-12-10 19:22:49.0692 Debug Attempting to bind parameter 'configured' of type 'System.Boolean' using the name 'configured' in request data ... 
2022-12-10 19:22:49.0692 Debug Could not find a value in the request with name 'configured' for binding parameter 'configured' of type 'System.Boolean'. 
2022-12-10 19:22:49.0724 Debug Done attempting to bind parameter 'configured' of type 'System.Boolean'. 
2022-12-10 19:22:49.0724 Debug Done attempting to bind parameter 'configured' of type 'System.Boolean'. 
2022-12-10 19:22:49.0724 Debug Attempting to validate the bound parameter 'configured' of type 'System.Boolean' ... 
2022-12-10 19:22:49.0724 Debug Done attempting to validate the bound parameter 'configured' of type 'System.Boolean'. 
2022-12-10 19:22:49.0724 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 
2022-12-10 19:22:49.0724 Debug No information found on request to perform content negotiation. 
2022-12-10 19:22:49.0724 Debug Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 
2022-12-10 19:22:49.0724 Debug Attempting to select the first formatter in the output formatters list which can write the result. 
2022-12-10 19:22:49.0724 Debug Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter' and content type 'application/json' to write the response. 
2022-12-10 19:22:49.0724 Info Executing ObjectResult, writing value of type 'System.Linq.Enumerable+SelectIPartitionIterator`2[[Jackett.Common.Indexers.IIndexer, Jackett.Common, Version=0.20.2357.0, Culture=neutral, PublicKeyToken=null],[Jackett.Common.Models.DTO.Indexer, Jackett.Common, Version=0.20.2357.0, Culture=neutral, PublicKeyToken=null]]'. 
2022-12-10 19:22:49.1844 Debug The response will be compressed with 'gzip'. 
2022-12-10 19:22:49.2240 Info Executed action Jackett.Server.Controllers.IndexerApiController.Indexers (jackett) in 153.9244ms 
2022-12-10 19:22:49.2240 Info Executed endpoint 'Jackett.Server.Controllers.IndexerApiController.Indexers (jackett)' 
2022-12-10 19:22:49.2240 Debug Connection id "0HMMQRDV9I1Q2" completed keep alive response. 
2022-12-10 19:22:49.2240 Info Request finished HTTP/1.1 GET http://tyr/jackett/api/v2.0/indexers?_=1670696552069 - - - 200 - application/json;+charset=utf-8 156.1312ms 
2022-12-10 19:22:58.1857 Info Request starting HTTP/1.1 GET http://tyr/jackett/api/v2.0/indexers/partis/config?_=1670696552070 - - 
2022-12-10 19:22:58.1857 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/api/v2.0/indexers/partis/config?_=1670696552070 
2022-12-10 19:22:58.1857 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/api/v2.0/indexers/partis/config?_=1670696552070 
2022-12-10 19:22:58.1857 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/api/v2.0/indexers/partis/config?_=1670696552070 
2022-12-10 19:22:58.1857 Debug The request path /api/v2.0/indexers/partis/config does not match a supported file type 
2022-12-10 19:22:58.1857 Debug AuthenticationScheme: Cookies was successfully authenticated. 
2022-12-10 19:22:58.1857 Debug 1 candidate(s) found for the request path '/api/v2.0/indexers/partis/config' 
2022-12-10 19:22:58.1857 Debug Endpoint 'Jackett.Server.Controllers.IndexerApiController.Config (jackett)' with route pattern 'api/v2.0/indexers/{indexerId?}/Config' is valid for the request path '/api/v2.0/indexers/partis/config' 
2022-12-10 19:22:58.1857 Debug Request matched endpoint 'Jackett.Server.Controllers.IndexerApiController.Config (jackett)' 
2022-12-10 19:22:58.1857 Info Executing endpoint 'Jackett.Server.Controllers.IndexerApiController.Config (jackett)' 
2022-12-10 19:22:58.2048 Info Route matched with {action = "Config", controller = "IndexerApi"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Config() on controller Jackett.Server.Controllers.IndexerApiController (jackett). 
2022-12-10 19:22:58.2048 Debug Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter 
2022-12-10 19:22:58.2048 Debug Execution plan of resource filters (in the following order): None 
2022-12-10 19:22:58.2048 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 
2022-12-10 19:22:58.2048 Debug Execution plan of exception filters (in the following order): None 
2022-12-10 19:22:58.2048 Debug Execution plan of result filters (in the following order): None 
2022-12-10 19:22:58.2048 Debug Authorization was successful. 
2022-12-10 19:22:58.2057 Debug Executing controller factory for controller Jackett.Server.Controllers.IndexerApiController (jackett) 
2022-12-10 19:22:58.2057 Debug Executed controller factory for controller Jackett.Server.Controllers.IndexerApiController (jackett) 
2022-12-10 19:22:58.2105 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 
2022-12-10 19:22:58.2105 Debug No information found on request to perform content negotiation. 
2022-12-10 19:22:58.2105 Debug Attempting to select an output formatter without using a content type as no explicit content types were specified for the response. 
2022-12-10 19:22:58.2105 Debug Attempting to select the first formatter in the output formatters list which can write the result. 
2022-12-10 19:22:58.2105 Debug Selected output formatter 'Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonOutputFormatter' and content type 'application/json' to write the response. 
2022-12-10 19:22:58.2105 Info Executing OkObjectResult, writing value of type 'Newtonsoft.Json.Linq.JArray'. 
2022-12-10 19:22:58.2144 Debug The response will be compressed with 'gzip'. 
2022-12-10 19:22:58.2144 Info Executed action Jackett.Server.Controllers.IndexerApiController.Config (jackett) in 9.1246ms 
2022-12-10 19:22:58.2144 Info Executed endpoint 'Jackett.Server.Controllers.IndexerApiController.Config (jackett)' 
2022-12-10 19:22:58.2144 Debug Connection id "0HMMQRDV9I1Q2" completed keep alive response. 
2022-12-10 19:22:58.2144 Info Request finished HTTP/1.1 GET http://tyr/jackett/api/v2.0/indexers/partis/config?_=1670696552070 - - - 200 - application/json;+charset=utf-8 29.2251ms 
2022-12-10 19:23:03.2834 Info Request starting HTTP/1.1 POST http://tyr/jackett/api/v2.0/indexers/partis/config application/json 158 
2022-12-10 19:23:03.2834 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/api/v2.0/indexers/partis/config 
2022-12-10 19:23:03.2834 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/api/v2.0/indexers/partis/config 
2022-12-10 19:23:03.2834 Debug Request is continuing in applying rules. Current url is http://tyr/jackett/api/v2.0/indexers/partis/config 
2022-12-10 19:23:03.2834 Debug POST requests are not supported 
2022-12-10 19:23:03.2834 Debug AuthenticationScheme: Cookies was successfully authenticated. 
2022-12-10 19:23:03.2865 Debug 1 candidate(s) found for the request path '/api/v2.0/indexers/partis/config' 
2022-12-10 19:23:03.2865 Debug Endpoint 'Jackett.Server.Controllers.IndexerApiController.UpdateConfig (jackett)' with route pattern 'api/v2.0/indexers/{indexerId?}/Config' is valid for the request path '/api/v2.0/indexers/partis/config' 
2022-12-10 19:23:03.2865 Debug Request matched endpoint 'Jackett.Server.Controllers.IndexerApiController.UpdateConfig (jackett)' 
2022-12-10 19:23:03.2865 Info Executing endpoint 'Jackett.Server.Controllers.IndexerApiController.UpdateConfig (jackett)' 
2022-12-10 19:23:03.2900 Info Route matched with {action = "UpdateConfig", controller = "IndexerApi"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UpdateConfig(Jackett.Common.Models.DTO.ConfigItem[]) on controller Jackett.Server.Controllers.IndexerApiController (jackett). 
2022-12-10 19:23:03.2900 Debug Execution plan of authorization filters (in the following order): Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter 
2022-12-10 19:23:03.2900 Debug Execution plan of resource filters (in the following order): None 
2022-12-10 19:23:03.2900 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 
2022-12-10 19:23:03.2900 Debug Execution plan of exception filters (in the following order): None 
2022-12-10 19:23:03.2900 Debug Execution plan of result filters (in the following order): None 
2022-12-10 19:23:03.2900 Debug Authorization was successful. 
2022-12-10 19:23:03.2900 Debug Executing controller factory for controller Jackett.Server.Controllers.IndexerApiController (jackett) 
2022-12-10 19:23:03.2900 Debug Executed controller factory for controller Jackett.Server.Controllers.IndexerApiController (jackett) 
2022-12-10 19:23:03.2900 Debug Attempting to bind parameter 'config' of type 'Jackett.Common.Models.DTO.ConfigItem[]' ... 
2022-12-10 19:23:03.2900 Debug Attempting to bind parameter 'config' of type 'Jackett.Common.Models.DTO.ConfigItem[]' using the name '' in request data ... 
2022-12-10 19:23:03.2900 Debug Rejected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonPatchInputFormatter' for content type 'application/json'. 
2022-12-10 19:23:03.2900 Debug Selected input formatter 'Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonInputFormatter' for content type 'application/json'. 
2022-12-10 19:23:03.2924 Debug Connection id "0HMMQRDV9I1Q2", Request id "0HMMQRDV9I1Q2:00000009": started reading request body. 
2022-12-10 19:23:03.2924 Debug Connection id "0HMMQRDV9I1Q2", Request id "0HMMQRDV9I1Q2:00000009": done reading request body. 
2022-12-10 19:23:03.3006 Debug Done attempting to bind parameter 'config' of type 'Jackett.Common.Models.DTO.ConfigItem[]'. 
2022-12-10 19:23:03.3006 Debug Done attempting to bind parameter 'config' of type 'Jackett.Common.Models.DTO.ConfigItem[]'. 
2022-12-10 19:23:03.3006 Debug Attempting to validate the bound parameter 'config' of type 'Jackett.Common.Models.DTO.ConfigItem[]' ... 
2022-12-10 19:23:03.3006 Debug Done attempting to validate the bound parameter 'config' of type 'Jackett.Common.Models.DTO.ConfigItem[]'. 
2022-12-10 19:23:03.3039 Debug CACHE IsCacheEnabled => false 
2022-12-10 19:23:03.3152 Debug WebClient(HttpWebClient2).GetResultAsync(Method: POST Url: https://www.partis.si/user/login/ PostData: {user=<user>, pass=<pass>} RawBody: ) 
2022-12-10 19:24:43.3793 Info Executed action Jackett.Server.Controllers.IndexerApiController.UpdateConfig (jackett) in 100088.8115ms 
2022-12-10 19:24:43.3793 Info Executed endpoint 'Jackett.Server.Controllers.IndexerApiController.UpdateConfig (jackett)' 
2022-12-10 19:24:43.3793 Error System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
 ---> System.TimeoutException: A task was canceled.
 ---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at FlareSolverrSharp.ClearanceHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Jackett.Common.Utils.Clients.HttpWebClient2.Run(WebRequest webRequest) in /home/vsts/work/1/s/src/Jackett.Common/Utils/Clients/HttpWebClient2.cs:line 179
   at Jackett.Common.Utils.Clients.WebClient.GetResultAsync(WebRequest request) in /home/vsts/work/1/s/src/Jackett.Common/Utils/Clients/WebClient.cs:line 186
   at Jackett.Common.Indexers.BaseWebIndexer.RequestLoginAndFollowRedirect(String url, IEnumerable`1 data, String cookies, Boolean returnCookiesFromFirstCall, String redirectUrlOverride, String referer, Boolean accumulateCookies, Dictionary`2 headers) in /home/vsts/work/1/s/src/Jackett.Common/Indexers/BaseIndexer.cs:line 540
   at Jackett.Common.Indexers.Partis.ApplyConfiguration(JToken configJson) in /home/vsts/work/1/s/src/Jackett.Common/Indexers/Partis.cs:line 144
   at Jackett.Server.Controllers.IndexerApiController.UpdateConfig(ConfigItem[] config) in /home/vsts/work/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|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 Microsoft.AspNetCore.Builder.Extensions.UsePathBaseMiddleware.InvokeCore(HttpContext context, PathString matchedPath, PathString remainingPath)
   at Jackett.Server.Middleware.CustomExceptionHandler.Invoke(HttpContext httpContext) in /home/vsts/work/1/s/src/Jackett.Server/Middleware/CustomExceptionHandler.cs:line 26 System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
 ---> System.TimeoutException: A task was canceled.
 ---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at FlareSolverrSharp.ClearanceHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Jackett.Common.Utils.Clients.HttpWebClient2.Run(WebRequest webRequest) in /home/vsts/work/1/s/src/Jackett.Common/Utils/Clients/HttpWebClient2.cs:line 179
   at Jackett.Common.Utils.Clients.WebClient.GetResultAsync(WebRequest request) in /home/vsts/work/1/s/src/Jackett.Common/Utils/Clients/WebClient.cs:line 186
   at Jackett.Common.Indexers.BaseWebIndexer.RequestLoginAndFollowRedirect(String url, IEnumerable`1 data, String cookies, Boolean returnCookiesFromFirstCall, String redirectUrlOverride, String referer, Boolean accumulateCookies, Dictionary`2 headers) in /home/vsts/work/1/s/src/Jackett.Common/Indexers/BaseIndexer.cs:line 540
   at Jackett.Common.Indexers.Partis.ApplyConfiguration(JToken configJson) in /home/vsts/work/1/s/src/Jackett.Common/Indexers/Partis.cs:line 144
   at Jackett.Server.Controllers.IndexerApiController.UpdateConfig(ConfigItem[] config) in /home/vsts/work/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|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 Microsoft.AspNetCore.Builder.Extensions.UsePathBaseMiddleware.InvokeCore(HttpContext context, PathString matchedPath, PathString remainingPath)
   at Jackett.Server.Middleware.CustomExceptionHandler.Invoke(HttpContext httpContext) in /home/vsts/work/1/s/src/Jackett.Server/Middleware/CustomExceptionHandler.cs:line 26
2022-12-10 19:24:43.4187 Debug The response will be compressed with 'gzip'. 
2022-12-10 19:24:43.4193 Debug Connection id "0HMMQRDV9I1Q2" completed keep alive response. 
2022-12-10 19:24:43.4193 Info Request finished HTTP/1.1 POST http://tyr/jackett/api/v2.0/indexers/partis/config application/json 158 - 500 - application/json 100136.1462ms 

Screenshots

No response

@garfield69
Copy link
Contributor

The partis indexer is working for me which suggest the issue is at your end.
Try accessing the docker image via your terminal and doing a curl and openssl from within the image

docker exec -it jackett /bin/bash

and see what you get from the following:

openssl s_client -connect www.partis.si:443

and

curl -vvv https://www.partis.si/

@jonpas
Copy link
Author

jonpas commented Dec 10, 2022

Hmm, this could be the same or at least similar issue as josdion/subbuzz#2.

First command ends with an error, although I can't tell what the issue actually is. It did take a long time though (4min 30s, most of it before the first CONNECTED(00000003) output).

$ openssl s_client -connect www.partis.si:443

CONNECTED(00000003)
depth=2 C = IE, O = Baltimore, OU = CyberTrust, CN = Baltimore CyberTrust Root
verify return:1
depth=1 C = US, O = "Cloudflare, Inc.", CN = Cloudflare Inc ECC CA-3
verify return:1
depth=0 C = US, ST = California, L = San Francisco, O = "Cloudflare, Inc.", CN = sni.cloudflaressl.com
verify return:1
---
Certificate chain
 0 s:C = US, ST = California, L = San Francisco, O = "Cloudflare, Inc.", CN = sni.cloudflaressl.com
   i:C = US, O = "Cloudflare, Inc.", CN = Cloudflare Inc ECC CA-3
 1 s:C = US, O = "Cloudflare, Inc.", CN = Cloudflare Inc ECC CA-3
   i:C = IE, O = Baltimore, OU = CyberTrust, CN = Baltimore CyberTrust Root
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIFMjCCBNigAwIBAgIQDcVzWerWdL6DXFlZ0k4yEDAKBggqhkjOPQQDAjBKMQsw
CQYDVQQGEwJVUzEZMBcGA1UEChMQQ2xvdWRmbGFyZSwgSW5jLjEgMB4GA1UEAxMX
Q2xvdWRmbGFyZSBJbmMgRUNDIENBLTMwHhcNMjIwNjA3MDAwMDAwWhcNMjMwNjA2
MjM1OTU5WjB1MQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQG
A1UEBxMNU2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQQ2xvdWRmbGFyZSwgSW5jLjEe
MBwGA1UEAxMVc25pLmNsb3VkZmxhcmVzc2wuY29tMFkwEwYHKoZIzj0CAQYIKoZI
zj0DAQcDQgAEFT2vCVIqdQsSTUyDOpYUCM1pEWUG4JCZZy/n+y29pdeF2saB5Trx
r3feu5pRqOyQZMQFmhZGuPZBfQjdvX6m86OCA3MwggNvMB8GA1UdIwQYMBaAFKXO
N+rrsHUOlGeItEX62SQQh5YfMB0GA1UdDgQWBBT5ucNJRIkQ2PbaOlj7hI5cuJR8
MjA4BgNVHREEMTAvghVzbmkuY2xvdWRmbGFyZXNzbC5jb22CCyoucGFydGlzLnNp
gglwYXJ0aXMuc2kwDgYDVR0PAQH/BAQDAgeAMB0GA1UdJQQWMBQGCCsGAQUFBwMB
BggrBgEFBQcDAjB7BgNVHR8EdDByMDegNaAzhjFodHRwOi8vY3JsMy5kaWdpY2Vy
dC5jb20vQ2xvdWRmbGFyZUluY0VDQ0NBLTMuY3JsMDegNaAzhjFodHRwOi8vY3Js
NC5kaWdpY2VydC5jb20vQ2xvdWRmbGFyZUluY0VDQ0NBLTMuY3JsMD4GA1UdIAQ3
MDUwMwYGZ4EMAQICMCkwJwYIKwYBBQUHAgEWG2h0dHA6Ly93d3cuZGlnaWNlcnQu
Y29tL0NQUzB2BggrBgEFBQcBAQRqMGgwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3Nw
LmRpZ2ljZXJ0LmNvbTBABggrBgEFBQcwAoY0aHR0cDovL2NhY2VydHMuZGlnaWNl
cnQuY29tL0Nsb3VkZmxhcmVJbmNFQ0NDQS0zLmNydDAMBgNVHRMBAf8EAjAAMIIB
fwYKKwYBBAHWeQIEAgSCAW8EggFrAWkAdwDoPtDaPvUGNTLnVyi8iWvJA9PL0RFr
7Otp4Xd9bQa9bgAAAYE87/S8AAAEAwBIMEYCIQDK2Ha2cnKvl0gMP/ehXWJsdK9L
+dyb2uWWT/2y+tGKYgIhAIZ4W/45gXWD4uDEVKtmTxoY2UTcWGoLDC15Cv4u4Lso
AHYANc8ZG7+xbFe/D61MbULLu7YnICZR6j/hKu+oA8M71kwAAAGBPO/00QAABAMA
RzBFAiEA0PSiIYmzNAoBtUufiWTHEdLgzzFeYcC4he0X3+q2l6MCIFJL/ZRLwdxS
T+9js5NDeHrjg4AulnxVaaBw7vYxlrfIAHYAtz77JN+cTbp18jnFulj0bF38Qs96
nzXEnh0JgSXttJkAAAGBPO/0vwAABAMARzBFAiBMvQ94T22kA8po7s3xhwmY9QXu
7aiyMEWamGRWWBwfLAIhAKEzoO4ZN17h9+a4uhT987MyENGOD+P8xFjXQ9ch40eM
MAoGCCqGSM49BAMCA0gAMEUCIQDBaRaQDtH+z2mreBoXO0HKVv5r4AI9bA65sCFh
KZYC5wIgG4pjBG8dC4qpPHuedgkZbNSSmC/LCasb9l3LpcDkh7Q=
-----END CERTIFICATE-----
subject=C = US, ST = California, L = San Francisco, O = "Cloudflare, Inc.", CN = sni.cloudflaressl.com

issuer=C = US, O = "Cloudflare, Inc.", CN = Cloudflare Inc ECC CA-3

---
No client certificate CA names sent
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 2625 bytes and written 385 bytes
Verification: OK
---
New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384
Server public key is 256 bit
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
---
read:errno=104
$ curl -vvv https://www.partis.si/

*   Trying 2a06:98c1:3121::3:443...
* TCP_NODELAY set
*   Trying 188.114.97.3:443...
* TCP_NODELAY set
* Connected to www.partis.si (188.114.97.3) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: C=US; ST=California; L=San Francisco; O=Cloudflare, Inc.; CN=sni.cloudflaressl.com
*  start date: Jun  7 00:00:00 2022 GMT
*  expire date: Jun  6 23:59:59 2023 GMT
*  subjectAltName: host "www.partis.si" matched cert's "*.partis.si"
*  issuer: C=US; O=Cloudflare, Inc.; CN=Cloudflare Inc ECC CA-3
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x562723d96210)
> GET / HTTP/2
> Host: www.partis.si
> user-agent: curl/7.68.0
> accept: */*
> 
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
* Connection state changed (MAX_CONCURRENT_STREAMS == 256)!
< HTTP/2 302 
< date: Sat, 10 Dec 2022 19:08:33 GMT
< content-type: text/html; charset=utf-8
< location: /login
< set-cookie: session=paWpUNcLF3kd%2Bgh5YkkKLQ%3D%3D; path=/;
< cf-cache-status: DYNAMIC
< report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=VBZj0Pk1g2%2B0SZOv89JBUv9w3%2FmEWoG1qH7AR6VtpTPtmRFs4faabxPfLAVQDp1hD%2FiystWuWqqojFmrpHG5PaQOdtMpWjRQX16butEcFxK8RmtOrgFbVgcaOtiPZg5S"}],"group":"cf-nel","max_age":604800}
< nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
< server: cloudflare
< cf-ray: 77784517cff05b7a-FRA
< alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400
< 
* Connection #0 to host www.partis.si left intact

@garfield69
Copy link
Contributor

try disabling ipv6 on your docker config:

  • to your Docker compose file:
sysctls:
  - net.ipv6.conf.all.disable_ipv6=1
  • or to the Docker run command:
--sysctl net.ipv6.conf.all.disable_ipv6=1 \

depending on which you're using, see if that makes a difference.

@jonpas
Copy link
Author

jonpas commented Dec 10, 2022

That worked! Thanks a lot.

Is there some place I could put this info for others to reference as well (Jackett wiki)?

@garfield69
Copy link
Contributor

@jonpas
Copy link
Author

jonpas commented Dec 10, 2022

Ah, I scrolled through that but as the error didn't seem to be related to cookies, gracefully skipped it.

@garfield69
Copy link
Contributor

@jonpas
Copy link
Author

jonpas commented Dec 10, 2022

Lovely!

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

No branches or pull requests

2 participants