rogerfar / rdt-client

Real-Debrid Client Proxy
MIT License
853 stars 110 forks source link

The FileName property should not be a directory unless UseShellExecute is set. #511

Open ltotsas opened 4 months ago

ltotsas commented 4 months ago

What version are you using? 2.0.39-dev Wat OS are you running? Linux, Debian Are you using Docker or as a service? Docker Which debrid provider are you using? Real-Debrid Which downloader are you using? Symlink Please attach a log file here with the log setting set to debug _rdtclient_logs-UseShellExecute.txt

Files are downloaded to RD but then are not written to local drive.. Sometimes it works and Radarr picks it up, but most of the time after some downloads the same issue happens

image

wokkieman commented 4 months ago

I have exactly the same issue.

I use PD_ZURG and have confirmed that the rclone mount is readable (docker exec rdtclient ls ...)

2024-05-29 09:02:54.599 +02:00 [DBG] RdtClient.Service.Services.Torrents: Retrying Torrent for torrent xyz (JE6LLXSRBJEQU - downloaded 100%) (d6004afd-9cf1-49b6-bf3c-f0b638143d96) 2024-05-29 09:02:54.694 +02:00 [DBG] RdtClient.Service.Services.Torrents: Deleting for torrent xyz (JE6LLXSRBJEQU - downloaded 100%) (d6004afd-9cf1-49b6-bf3c-f0b638143d96) 2024-05-29 09:02:54.695 +02:00 [DBG] RdtClient.Service.Services.Torrents: Deleting RdtClient data for torrent xyz (JE6LLXSRBJEQU - downloaded 100%) (d6004afd-9cf1-49b6-bf3c-f0b638143d96) 2024-05-29 09:02:54.718 +02:00 [DBG] RdtClient.Service.Services.Torrents: Deleting RealDebrid Torrent for torrent xyz (JE6LLXSRBJEQU - downloaded 100%) (d6004afd-9cf1-49b6-bf3c-f0b638143d96) 2024-05-29 09:02:54.822 +02:00 [DBG] RdtClient.Service.Services.Torrents: Deleting local files in /mnt/sonarr/xyz for torrent xyz (JE6LLXSRBJEQU - downloaded 100%) (d6004afd-9cf1-49b6-bf3c-f0b638143d96) 2024-05-29 09:02:56.545 +02:00 [DBG] RdtClient.Service.Services.Torrents: Adding A0D03A2078DF1662258599F48EB0683BBAEAAFDA

Not sure why things are deleted, I think I've disabled that in the GUI.

lexiismadd commented 3 months ago

Did you ever figure this out?

rogerfar commented 4 weeks ago

This seems to be a linux kernel issue: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1843018 https://github.com/dotnet/runtime/issues/30774

I fired off a new build with updated .NET packages and Alpine 3.2 container, check if that helps.