rClone and Radarr Upload error

What is the problem you are having with rclone?

Hi there, unfortunatly my rclone config with Sonarr and radarr has this problem, once the file is being moved from the local hard disk to rclone mount the move result in error for both this programs, rclone moves the files (that were actaully loaded fine on google dirve) to drives recycle bin and Sonarr (or radarr) try again the upload ...

Run the command 'rclone version' and share the full output of the command.

rclone v1.57.0

  • os/version: debian 11.2 (64 bit)
  • os/kernel: 5.10.0-11-amd64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.17.2
  • go/linking: static
  • go/tags: none

Google Drive

//MOUNT OPTIONS
rclone mount gDriveAdmin --allow-non-empty --allow-other --drive-chunk-size=256M --dir-cache-time=72h /home/uStorage &

// Radarr LOG example
2022-03-16 11:21:10.0|Warn|ImportApprovedMovie|Couldn't import movie /home/(removed)/Compleated/FILENAME/PATH.2021.2160p.BluRay.REMUX.HEVC.TrueHD.7.1.Atmos-FraMeSToR/FILENAME/PATH.2021.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.REMUX-FraMeSToR.mkv

[v4.0.4.5922] System.UnauthorizedAccessException: Access to the path '/home/(removed)/Compleated/FILENAME/PATH.2021.2160p.BluRay.REMUX.HEVC.TrueHD.7.1.Atmos-FraMeSToR/FILENAME/PATH.2021.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.REMUX-FraMeSToR.mkv' is denied.
---> System.IO.IOException: Permission denied
--- End of inner exception stack trace ---
at System.IO.FileSystem.DeleteFile(String fullPath)
at NzbDrone.Mono.Disk.DiskProvider.TransferFilePatched(String source, String destination, Boolean overwrite, Boolean move) in D:\a\1\s\src\NzbDrone.Mono\Disk\DiskProvider.cs:line 401
at NzbDrone.Common.Disk.DiskProviderBase.MoveFile(String source, String destination, Boolean overwrite) in D:\a\1\s\src\NzbDrone.Common\Disk\DiskProviderBase.cs:line 245
at NzbDrone.Common.Disk.DiskTransferService.TryMoveFileVerified(String sourcePath, String targetPath, Int64 originalSize) in D:\a\1\s\src\NzbDrone.Common\Disk\DiskTransferService.cs:line 506
at NzbDrone.Common.Disk.DiskTransferService.TransferFile(String sourcePath, String targetPath, TransferMode mode, Boolean overwrite) in D:\a\1\s\src\NzbDrone.Common\Disk\DiskTransferService.cs:line 296
at NzbDrone.Core.MediaFiles.MovieFileMovingService.TransferFile(MovieFile movieFile, Movie movie, String destinationFilePath, TransferMode mode) in D:\a\1\s\src\NzbDrone.Core\MediaFiles\MovieFileMovingService.cs:line 134
at NzbDrone.Core.MediaFiles.UpgradeMediaFileService.UpgradeMovieFile(MovieFile movieFile, LocalMovie localMovie, Boolean copyOnly) in D:\a\1\s\src\NzbDrone.Core\MediaFiles\UpgradeMediaFileService.cs:line 51
at NzbDrone.Core.MediaFiles.MovieImport.ImportApprovedMovie.Import(List`1 decisions, Boolean newDownload, DownloadClientItem downloadClientItem, ImportMode importMode) in D:\a\1\s\src\NzbDrone.Core\MediaFiles\MovieImport\ImportApprovedMovie.cs:line 123

2022-03-16 11:32:04.0|Info|RssSyncService|Starting RSS Sync
2022-03-16 11:32:05.7|Info|DownloadDecisionMaker|Processing 50 releases
2022-03-16 11:32:06.1|Info|RssSyncService|RSS Sync Completed. Reports found: 50, Reports grabbed: 0
2022-03-16 12:10:31.2|Error|DiskTransferService|Failed to properly rollback the file move [/home/(removed)/Compleated/FILENAME/PATH.2021.2160p.BluRay.REMUX.HEVC.TrueHD.7.1.Atmos-FraMeSToR/FILENAME/PATH.2021.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.REMUX-FraMeSToR.mkv] to [/home/(removed)/FILM/Spider-Man No Way Home (2021)/Spider-Man No Way Home (2021) Remux-2160p.mkv], incomplete file may be left in target path.
2022-03-16 12:10:31.3|Warn|ImportApprovedMovie|Couldn't import movie /home/(removed)/Compleated/FILENAME/PATH.2021.2160p.BluRay.REMUX.HEVC.TrueHD.7.1.Atmos-FraMeSToR/FILENAME/PATH.2021.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.REMUX-FraMeSToR.mkv

[v4.0.4.5922] System.IO.DirectoryNotFoundException: Could not find a part of the path '/home/(removed)/Compleated/FILENAME/PATH.2021.2160p.BluRay.REMUX.HEVC.TrueHD.7.1.Atmos-FraMeSToR/FILENAME/PATH.2021.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.REMUX-FraMeSToR.mkv'.
at System.IO.FileSystem.DeleteFile(String fullPath)
at System.IO.FileSystem.MoveFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.Move(String sourceFileName, String destFileName, Boolean overwrite)
at NzbDrone.Mono.Disk.DiskProvider.TransferFilePatched(String source, String destination, Boolean overwrite, Boolean move) in D:\a\1\s\src\NzbDrone.Mono\Disk\DiskProvider.cs:line 331
at NzbDrone.Common.Disk.DiskProviderBase.MoveFile(String source, String destination, Boolean overwrite) in D:\a\1\s\src\NzbDrone.Common\Disk\DiskProviderBase.cs:line 245
at NzbDrone.Common.Disk.DiskTransferService.TryMoveFileVerified(String sourcePath, String targetPath, Int64 originalSize) in D:\a\1\s\src\NzbDrone.Common\Disk\DiskTransferService.cs:line 506
at NzbDrone.Common.Disk.DiskTransferService.TransferFile(String sourcePath, String targetPath, TransferMode mode, Boolean overwrite) in D:\a\1\s\src\NzbDrone.Common\Disk\DiskTransferService.cs:line 296
at NzbDrone.Core.MediaFiles.MovieFileMovingService.TransferFile(MovieFile movieFile, Movie movie, String destinationFilePath, TransferMode mode) in D:\a\1\s\src\NzbDrone.Core\MediaFiles\MovieFileMovingService.cs:line 134
at NzbDrone.Core.MediaFiles.UpgradeMediaFileService.UpgradeMovieFile(MovieFile movieFile, LocalMovie localMovie, Boolean copyOnly) in D:\a\1\s\src\NzbDrone.Core\MediaFiles\UpgradeMediaFileService.cs:line 51
at NzbDrone.Core.MediaFiles.MovieImport.ImportApprovedMovie.Import(List`1 decisions, Boolean newDownload, DownloadClientItem downloadClientItem, ImportMode importMode) in D:\a\1\s\src\NzbDrone.Core\MediaFiles\MovieImport\ImportApprovedMovie.cs:line 123

hello and welcome to the forum,

looks like there is a permission error with radarr.

if that is the not the issue, then

  1. the redacted config file is missing?
  2. the rclone debug log is missing?
  3. unless you are 1000% sure you know what --allow-non-empty does, then remove it, as it allows for over mounting.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.