What is the problem you are having with rclone?
I have two rclone mounts that I use with Google Drive for Plex purposes. For the past few weeks I have been noticing problems when I refresh any one of my Plex libraries a) I temporarily lose connection to Plex b) I temporarily lose connection to my server c) one of the mounts drops. I have tried a variety of different mount commands but whichever I use results in it dropping. The problem has worsened and hence why I am here. Now, even deleting a film in Plex will result in the rclone mount dropping. It has gotten to the point where it is almost unusable. If all I do is access Plex to play an item then I have no problem, any maintenance is another story.
It could be said that this started around the time I changed some settings on my Mac. I was having issues with my 2012 Mac mini reaching its full potential now that we have gigabit speeds. Apple Discussions led me to making a manual adjustment to the network hardware settings: 1000baseT, full-duplex, energy-efficient ethernet, and standard (1500) MTU. But that could be coincidental.
I hope I have filled all necessary details correctly and I look forward to any assistance. Thanking you.
What is your rclone version (output from rclone version
)
rclone v1.54.0
Which OS you are using and how many bits (eg Windows 7, 64 bit)
macOS Catalina 10.15.2, 64 bit
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
This is my current mount and one that I first noticed issues with:
rclone mount remote: ~/drive/ --allow-other --cache-db-purge --buffer-size 256M --dir-cache-time 72h --drive-chunk-size 32M --timeout 1h --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit off &
Before the above I would use the following but it became an issue with REMUXes:
rclone mount remote: ~/drive/ --allow-other --cache-db-purge --buffer-size 64M --dir-cache-time 72h --drive-chunk-size 16M --timeout 1h --vfs-cache-mode minimal --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit 1G &
I have also entertained the bog standard mount.
rclone mount remote: ~/drive/ &
All the above have had the same issue with dropping.
The rclone config contents with secrets removed.
This is the mount which drops frequently:
[remote]
type = drive
client_id = deleted
client_secret = deleted
scope = drive
token = {"access_token”:”deleted}
This mount never seems to be an issue.
[gdrive2]
type = drive
client_id = deleted
client_secret = deleted
scope = drive
root_folder_id = deleted
token = {"access_token”:”deleted”}
Both the above have the same api, they also use the same client_id and client_secret (maybe that is the issue?)
A log from the command with the -vv
flag
I've uploaded log files for both when I have refreshed a library and deleted content:
Dropbox