rogerfar / rdt-client

Real-Debrid Client Proxy
MIT License
736 stars 94 forks source link

rclone mount path does not exist #519

Open Panagiotis-Zachos opened 3 weeks ago

Panagiotis-Zachos commented 3 weeks ago

Version 2.0.79.0

OS: Windows 11

Docker

Real-debrid

Symlink Downloader

I can't find the log file, but the error I'm getting is:

Unable to start download: An unexpected error occurred preparing download https://22.download.real-debrid.com/d/CLRVV3JXGRP64/Franklin%202024%20S01E04%20Small%20Revenge%201080p%20ATVP%20WEB-DL%20DDP5%201%20Atmos%20H%20264-FLUX%5BEZTVx.to%5D.mkv for torrent Franklin 2024 S01E04 Small Revenge 1080p ATVP WEB-DL DDP5 1 Atmos H 264-FLUX[EZTVx.to].mkv: Mount path z:\torrents does not exist! for download Franklin 2024 S01E04 Small Revenge 1080p ATVP WEB-DL DDP5 1 Atmos H 264-FLUX[EZTVx.to].mkv. Completed: 0%, avg speed: 0bytes/s (4604400a-25a8-4787-bfac-3655a29da0e5) remoteID: for torrent Franklin 2024 S01E04 Small Revenge 1080p ATVP WEB-DL DDP5 1 Atmos H 264-FLUX[EZTVx.to].mkv (YUWYH2UGNWDZQ - downloaded 100%) (1ea7389c-d500-420d-b6a4-03869764e894)

To run the container I'm using the following command:

docker run --pull=always --volume e:/Torrents/:/data/downloads --volume e:/Torrents/:/data/db --log-driver json-file --log-opt max-size=10m -p 6500:6500 --name rdtclient rogerfar/rdtclient:latest

rclone is mounted at drive z: using the following command:

mount zurg: Z: --dir-cache-time 30s

I can access the files normally and copy them or play them without any problems. I'm not very familiar with docker, however I tried mounting Z:/torrents/ as a volume in the docker run command, and was getting errors that it is not a supported filesystem, I tried mounting rclone as a network drive but that didn't work either.

Do you have any suggestions?

khazardstudent commented 3 days ago

use --allow-other flag with rclone