Rclone + Radarr Import Problem

Dear Community,

i am so exhausted. I have been trying for days without an solution. I am very Sad and would be very happy, if someone could help me.

Thankfully Chris

What is the problem you are having with rclone?

I run Rclone as a Service with WEBDEV as Config. I have a Netcup VPS + Hetzner Storage Box. I store my downloads locally on an SSD and after downloading they should get imported to the right Dir on the Storagebox.

My Config:

[storagebox]
type = webdav
url = https://xxxxxx.your-storagebox.de
vendor = other
user = xxxxxxx
pass = xxxxxx

My Service File:

[Unit]
Description=rclonemount
AssertPathIsDirectory=/data/media 
After=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/rclone mount --config=/home/chris119/.config/rclone/rclone.conf --allow-other --allow-non-empty --vfs-cache-mode full --vfs-cache-min-free-space 100G --cache-dir /tmp/rclone_cache --vfs-cache-max-age 4h20m00s --vfs-write-back 5s --dir-cache-time 30s --transfers 4 -vvv storagebox: /data/media
ExecStop=/bin/fusermount -u /data/media
Restart=always
RestartSec=10

[Install]
WantedBy=default.target

What happens when i click download in Radarr:
It only happens for Large Files. The File gets downloaded in the right Dir and gets unzipped in the right Dir. Then Radarr starts to import. I can see the File in the Destination gaining in Size. Sudenly the File is gone. At the Final Dir and the Dir where the File started. Thats the Point where Radarr calls an Error that the File is not in the Download Dir. If i wait some more Time aprox. double the time the File would have normally take, the File suddenly appears. The Folder and an NFO File stays and Radarr never Stops with the Error. I can manually look if the File is present and i can delet the Error and tell Radarr to check the Folder Space and it will find the Movie and at this Point Plex checks the Folder and Shows the Movie. But this cant be the solution i mean its no automatic and so much work to allways check when an error occurs. Maybe there is someone who can help me. I can provide further Detail if wanted.

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

rclone v1.68.1
- os/version: debian 12.7 (64 bit)
- os/kernel: 6.1.0-26-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.1
- go/linking: static
- go/tags: none

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads

Yes

Which cloud storage system are you using? (eg Google Drive)

Hetzner StorageBox (Webdev)

The command you were trying to run (eg rclone copy /tmp remote:tmp)

I tried to just download smth in Radarr.

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

Allready on the top

A log from the command that you were trying to run with the -vv flag

So much going on in the Log. Its hard to tell for me as a beginner why its not working and what to post.

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