rdt-client icon indicating copy to clipboard operation
rdt-client copied to clipboard

Blank download entries

Open sylvaindd opened this issue 1 year ago • 3 comments

What version are you using? 2.0.78

Wat OS are you running? Debian

Are you using Docker or as a service? Docker

Which debrid provider are you using? AllDebrid

Which downloader are you using? Internal Downloader

Please attach a log file here with the log setting set to debug I keep having blank entries after downloads. image image

sylvaindd avatar May 06 '24 07:05 sylvaindd

Do you have logs?

rogerfar avatar May 14 '24 01:05 rogerfar

Well, I haven't had any blank entries for a few days. I have this error in logs (hundreds of times), I don't know if it's related :

[16:46:17 ERR] Unexpected error occurred in ProviderUpdater: The request was canceled due to the configured HttpClient.Timeout of 10 seconds elapsing. System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 10 seconds elapsing. ---> System.TimeoutException: A task was canceled. ---> System.Threading.Tasks.TaskCanceledException: A task was canceled. at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, 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 AllDebridNET.Requests.Request(String url, Boolean requireAuthentication, RequestType requestType, HttpContent data, IDictionary2 parameters, CancellationToken cancellationToken) at AllDebridNET.Requests.Request[T](String url, Boolean requireAuthentication, RequestType requestType, HttpContent data, IDictionary2 parameters, CancellationToken cancellationToken) at AllDebridNET.Requests.GetRequestAsync[T](String url, Boolean requireAuthentication, IDictionary2 parameters, CancellationToken cancellationToken) at AllDebridNET.MagnetApi.StatusAllAsync(CancellationToken cancellationToken) at RdtClient.Service.Services.TorrentClients.AllDebridTorrentClient.GetTorrents() in /appserver/server/RdtClient.Service/Services/TorrentClients/AllDebridTorrentClient.cs:line 78 at RdtClient.Service.Services.Torrents.UpdateRdData() in /appserver/server/RdtClient.Service/Services/Torrents.cs:line 395 at RdtClient.Service.BackgroundServices.ProviderUpdater.ExecuteAsync(CancellationToken stoppingToken) in /appserver/server/RdtClient.Service/BackgroundServices/ProviderUpdater.cs:line 53

sylvaindd avatar May 14 '24 07:05 sylvaindd

Yeah that's not good, it means that the call to AllDebrid is timing out, you might want to increase the setting Connection Timeout on the Provider setting tab to something higher.

rogerfar avatar May 16 '24 01:05 rogerfar