plexdrive
plexdrive copied to clipboard
Stuck on Opening Cache connection
I'm having an issue. I ran the following.
/opt/plexdrive/plexdrive mount -v 3 --refresh-interval=1m --chunk-check-threads=8 --chunk-load-threads=8 --chunk-load-ahead=4 --max-chunks=100 --fuse-options=allow_other,read_only --config=/opt/plexdrive --cache-file=/opt/plexdrive/cache.bolt /mnt/plexdrive
And its getting stuck at Opening Cache Connection. It will not continue after that. Any help is greatly appreciated
/opt is typically owned by root. Are you running plexdrive as root? If not then that would be the issue. I don't see why you need to run it in the /opt directory in the first place. It would be best to just run it as a user, and leave the config set to the default directory, aka the home directory of the user running plexdrive.
I had this problem when I had multiple plexdrive instances running on one cache file. You could try changing the cache file to see if that fixes it.