What is the problem you are having with rclone?
Hello, here
I'm having issues when playing 4K content from my Dropbox remote with Rclone.
my friends who use Apple devices or SmartTVs always encounter this error message on Plex "couldn't retrieve the play queue for this item. please try again" and they can't play content.
I use separate libraries in Plex (4k and not 4k).
The server is a Whatbox seedbox and i have mounted a remote Dropbox and a remote Dropbox-crypt for encrypts the content of dropbox.
I use the *arr and therefore I have the mount in a folder, another local folder as well as mergerfs which points to another folder while the uploads are done.
It seem that the problem is there only on the content already sent to the mount dropbox and not on the one recently added and which is therefore still in the local folder
I use two servers and on both servers the problem exists
Run the command 'rclone version' and share the full output of the command.
rclone v1.62.2-DEV
- os/version: gentoo 2.13 (64 bit)
- os/kernel: 5.15.107-gentoo-whatbox (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.20.4
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Dropbox
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone mount command i used
rclone mount dropbox-crypt: /home/marinos/mount/ --dir-cache-time 9999h --log-level INFO --vfs-cache-mode full --vfs-cache-max-size 300G --vfs-cache-max-age 9999h --tpslimit 12 --tpslimit-burst 12 --disable-http2 --log-file /home/marinos/logs/rclone.log &
The rclone config contents with secrets removed.
[dropbox]
type = dropbox
token = {"access_token":"XXXXXXXXXXXXXXXXXXXXX","token_type":"bearer","refresh_token":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","expiry":"2023-06-23T11:47:36.295615392Z"}
[dropbox-crypt]
type = crypt
remote = dropbox:
filename_encryption = standard
directory_name_encryption = true
password = XXXXXXXXXXXXXXXXXXXXXXXXXXX
password2 = XXXXXXXXXXXXXXXXXXXXXXXXXX
A log from the command with the -vv
flag
Paste log here