plexdrive icon indicating copy to clipboard operation
plexdrive copied to clipboard

Stuck on Opening Cache connection

Open bnichs5 opened this issue 6 years ago • 2 comments

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

bnichs5 avatar Jan 05 '19 20:01 bnichs5

/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.

zmike808 avatar Mar 24 '19 19:03 zmike808

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.

sachk avatar Sep 01 '19 07:09 sachk