Closed AnCasper closed 3 months ago
Update: managed to get this error -
Error creating symbolic link from Z:\__all__\folder.mkv\file.mkv to H:\Sruff\Jellyfin\Downloads\Movies\folder.mkv\file.mkv: Incorrect function. : 'H:\Sruff\Jellyfin\Downloads\Movies\folder.mkv\file.mkv'
Note the: "Incorrect function." part.
Looks like RDT Client does not handle files inside folders from the mount. Seems to be adding .mkv (or any file extension)
to the end of a folders file name making RDT Client throw an error.
Using: retain_folder_name_extension: true
on rclone does not solve the problem either.
FROM and TO have different pathing structure:
2024-08-11 14:29:59.838 +01:00 [DBG] RdtClient.Service.Services.Downloaders.SymlinkDownloader: Creating symbolic link **FROM** Z:\Movies\Fast.Five.2011.EXTENDED.2160p.BluRay.x265.10bit.HDR.DTS-X.7.1-SWTYBLZ\Fast.Five.2011.EXTENDED.2160p.BluRay.x265.10bit.HDR.DTS-X.7.1-SWTYBLZ.mkv **TO** H:\Sruff\Jellyfin\Movies\Fast.Five.2011.EXTENDED.2160p.BluRay.x265.10bit.HDR.DTS-X.7.1-SWTYBLZ.mkv\Fast.Five.2011.EXTENDED.2160p.BluRay.x265.10bit.HDR.DTS-X.7.1-SWTYBLZ.mkv
2024-08-11 14:29:59.844 +01:00 [ERR] RdtClient.Service.Services.Downloaders.SymlinkDownloader: Error creating symbolic link from Z:\Movies\Fast.Five.2011.EXTENDED.2160p.BluRay.x265.10bit.HDR.DTS-X.7.1-SWTYBLZ\Fast.Five.2011.EXTENDED.2160p.BluRay.x265.10bit.HDR.DTS-X.7.1-SWTYBLZ.mkv to H:\Sruff\Jellyfin\Movies\Fast.Five.2011.EXTENDED.2160p.BluRay.x265.10bit.HDR.DTS-X.7.1-SWTYBLZ.mkv\Fast.Five.2011.EXTENDED.2160p.BluRay.x265.10bit.HDR.DTS-X.7.1-SWTYBLZ.mkv: Incorrect function. : 'H:\Sruff\Jellyfin\Movies\Fast.Five.2011.EXTENDED.2160p.BluRay.x265.10bit.HDR.DTS-X.7.1-SWTYBLZ.mkv\Fast.Five.2011.EXTENDED.2160p.BluRay.x265.10bit.HDR.DTS-X.7.1-SWTYBLZ.mkv'
Also again with Incorrect function
, just a bit vague.
Hey sorry to bother you, but I'm in the same boat with this error. Did you manage to solve it? And how?
Hey sorry to bother you, but I'm in the same boat with this error. Did you manage to solve it? And how?
Yes, for me it was because my drive was formated to exFAT, I meant to post the solution to my issue but have been busy.
Hopefully this solves your problem as it did mine :)
What version are you using? v2.0.81
Wat OS are you running? WIndows
Are you using Docker or as a service? Service
Which debrid provider are you using? Real-Debrid
Which downloader are you using? Symlink Downloader
Please attach a log file here with the log setting set to debug
Mount does exist and is accesable: RDT running as Admin, just to be sure. Flasgs are set as follows: --dir-cache-time 30s --allow-other
Should also note that there is also an issue when it comes to Symlinking the files. RDT try's to sym files that do not exist in the root of the mounted rclone drive, for example: Trys:
Z:\Fast and Furious.mkv
Instead of:Z\:__all__\<FoldeName>\<FileName>