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

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

Open
ltotsas opened this issue May 26, 2024 · 3 comments

Comments

@ltotsas
Copy link

ltotsas commented May 26, 2024

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
Copy link

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
Copy link

Did you ever figure this out?

@rogerfar
Copy link
Owner

rogerfar commented Sep 3, 2024

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

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

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

No branches or pull requests

4 participants