What is the problem you are having with rclone?
rclone shows error wrong Plex URL
Run the command 'rclone version' and share the full output of the command.
rclone v1.59.1
- os/version: ubuntu 20.04 (64 bit)
- os/kernel: 5.4.0-125-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.18.5
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
root@ds10832:~# rclone mount cache2: ~/mnt/cache2 --allow-other --cache-db-purge --allow-non-empty --buffer-size 256M --use-mmap --dir-cache-time 72h --drive-chunk-size 32M --timeout 1h --vfs-cache-mode minimal --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit 1G &
[2] 20947
root@ds10832:~# 2022/09/08 13:58:58 NOTICE: WARNING: Cache backend is deprecated and may be removed in future. Please use VFS instead.
2022/09/08 13:58:58 Failed to create file system for "cache2:": failed to connect to the Plex API 127.0.0.1:32400: parse "127.0.0.1:32400": invalid URI for request
The rclone config contents with secrets removed.
[drive-2]
type = drive
client_id = xxx.apps.googleusercontent.com
client_secret = xxx
scope = drive
token = {"access_token":"xxx>
team_drive = xxx
root_folder_id =
[cache2]
type = cache
remote = drive-2
plex_url = 127.0.0.1:32400
plex_username = User
plex_password = pass
info_age = 1d
A log from the command with the -vv
flag
root@ds10832:~# rclone mount cache2: ~/mnt/cache2 --allow-other --cache-db-purge --allow-non-empty --buffer-size 256M --use-mmap --dir-cache-time 72h --drive-chunk-size 32M --timeout 1h --vfs-cache-mode minimal --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit 1G -vv
2022/09/08 14:09:28 DEBUG : rclone: Version "v1.59.1" starting with parameters ["rclone" "mount" "cache2:" "/root/mnt/cache2" "--allow-other" "--cache-db-purge" "--allow-non-empty" "--buffer-size" "256M" "--use-mmap" "--dir-cache-time" "72h" "--drive-chunk-size" "32M" "--timeout" "1h" "--vfs-cache-mode" "minimal" "--vfs-read-chunk-size" "128M" "--vfs-read-chunk-size-limit" "1G" "-vv"]
2022/09/08 14:09:28 DEBUG : Creating backend with remote "cache2:"
2022/09/08 14:09:28 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/09/08 14:09:28 DEBUG : cache2: detected overridden config - adding "{PcTlh}" suffix to name
2022/09/08 14:09:28 NOTICE: WARNING: Cache backend is deprecated and may be removed in future. Please use VFS instead.
2022/09/08 14:09:28 DEBUG : Creating backend with remote "drive-2"
2022/09/08 14:09:28 DEBUG : fs cache: renaming cache item "drive-2" to be canonical "/root/Arn0m-1"
2022/09/08 14:09:28 DEBUG : cache2{PcTlh}: wrapped local:/root/drive-2 at root
2022/09/08 14:09:28 DEBUG : cache2{PcTlh}: Purging the DB
2022/09/08 14:09:28 Failed to create file system for "cache2:": failed to connect to the Plex API 127.0.0.1:32400: parse "127.0.0.1:32400": invalid URI for request
root@ds10832:~#
I really don't understand this error. totally I use 8 drives. I setup the 1 drive and cache and its running well. no error and it mounted successfully. now i want to setup the next drive and got this error but all is the same ... same Server, same IP, same Plex Server ... just a other cache and a other drive.