Closed khooniatma closed 10 months ago
If I click on the unrestricted link in http://localhost:6500/torrent/f10f3cb4-f784-4aed-b23e-1c84335039b0
I can download the file directly in Chrome, but the rdt-client
is not able to download it for some reason
+1
I tried reverting to v2.0.40
but I am unable to launch RdtClient.Web.exe
for it...(I haven't used v2.0.40
in the past - I started using rdt-client
from v2.0.42
.
Verified that v2.0.42
works, however it has an exception -
[01:06:11 ERR] An unhandled exception has occurred while executing the request.
System.InvalidOperationException: The request reached the end of the pipeline without executing the endpoint: '/hub/negotiate'. Please register the EndpointMiddleware using 'IApplicationBuilder.UseEndpoints(...)' if using routing.
at Microsoft.AspNetCore.Builder.ApplicationBuilder.<>c.<Build>b__25_0(HttpContext context)
at Microsoft.AspNetCore.SpaServices.SpaDefaultPageMiddleware.<>c__DisplayClass0_0.<Attach>b__1(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.SpaServices.SpaDefaultPageMiddleware.<>c__DisplayClass0_0.<Attach>b__0(HttpContext context, RequestDelegate next)
at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at RdtClient.Service.Middleware.RequestLoggingMiddleware.Invoke(HttpContext context) in C:\Projects\rdt-client\server\RdtClient.Service\Middleware\RequestLoggingMiddleware.cs:line 22
at Program.<>c.<<<Main>$>b__0_14>d.MoveNext() in C:\Projects\rdt-client\server\RdtClient.Web\Program.cs:line 159
--- End of stack trace from previous location ---
at RdtClient.Service.Middleware.AuthorizeMiddleware.Invoke(HttpContext context) in C:\Projects\rdt-client\server\RdtClient.Service\Middleware\AuthorizeMiddleware.cs:line 22
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.<Invoke>g__Awaited|10_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)
Which I had raised in #350. Seems like fixing that issue caused another one!
v2.0.42 Work fine in docker.
I reproduced the same error here too, I'm investigating why it's erroring out without a valid exception.
also seeing errors in v2.0.44 - Windows 11 Pro
"RdtClient.Service.Services.TorrentRunner: Download reported an error: Unable to complete download for download ##TORRENT NAME##"
Status changes from: Torrent waiting for file selection --> Torrent finished, waiting for download links --> Queued for downloading -->Torrent finished, waiting for download links almost instantly.
The torrent folder is created in the download folder, but is always 0KB, nothing is actually downloading.
V2.0.40 works perfectly on my laptop, but when I tried that version on my desktop PC nothing was working.
[23:00:45 ERR] An unhandled exception has occurred while executing the request. System.UriFormatException: Invalid URI: The format of the URI could not be determined. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions) at System.Uri..ctor(String uriString) at MonoTorrent.MagnetLink.Parse(String uri) at RdtClient.Web.Controllers.TorrentsController.CheckFilesMagnet(TorrentControllerCheckFilesRequest request) in C:\Projects\rdt-client\server\RdtClient.Web\Controllers\TorrentsController.cs:line 160 at lambda_method65(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.
gAwaited|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.InvokeInnerFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker. Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g gAwaited|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.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at RdtClient.Service.Middleware.RequestLoggingMiddleware.Invoke(HttpContext context) in C:\Projects\rdt-client\server\RdtClient.Service\Middleware\RequestLoggingMiddleware.cs:line 22 at Program.<>c.<< 0_14>d.MoveNext() in C:\Projects\rdt-client\server\RdtClient.Web\Program.cs:line 159 --- End of stack trace from previous location --- at RdtClient.Service.Middleware.AuthorizeMiddleware.Invoke(HttpContext context) in C:\Projects\rdt-client\server\RdtClient.Service\Middleware\AuthorizeMiddleware.cs:line 22 at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.$>b g__Awaited|10_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)
All working again, thank you! :) (with the new version v2.0.46)
@Morovski Do you mean v.2.0.46?
@Morovski Do you mean v.2.0.46?
Yes, tested last night and worked as intended.
What version are you using? v2.0.44
Wat OS are you running? Windows 11 64-bit
Are you using Docker or as a service? Service
Which debrid provider are you using? Real Debrid
Please attach a log file here with the log setting set to debug I am able to stream via Stremio but all my downloads from RD via rdt-client are failing (both sonarr/radarr) -