Plex crashes when trying to play from rclone crypt

What is the problem you are having with rclone?

Plex crashing when trying to play from crypt

What is your rclone version (output from rclone version)

rclone v1.51.0-114-g472d4799-beta

  • os/arch: linux/amd64

  • go version: go1.14

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 1804 64 bit

Which cloud storage system are you using? (eg Google Drive)

Gdrive Crypt

The command you were trying to run (eg rclone copy /tmp 'remote:tmp)

[[Unit]
Description=RClone Service
After=network-online.target
Wants=network-online.target

[Service]
Type=notify
ExecStart=/usr/bin/rclone mount --log-file /home/hobbits/scripts/logs/rclonemountcrypt.log --umask 002 --config /home/hobbits/.config/rclone/rclone.conf --allow-other --dir-cache-time 48h --buffer-size 1G --vfs-read-chunk-size 16M --vfs-read-chunk-size-limit 30G --user-agent "FrodoTotocrypt" gdrivecrypt: /home/hobbits/gdrivecrypt
ExecStop=/bin/fusermount -u /home/hobbits/gdrivecrypt
Restart=on-abort
User=plex
Group=plex

[Install]
WantedBy=default.target

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

https://pastebin.com/aGRYb793

Plex is giving this error code: Error code: s1002 (Network)

Tho the unencrypted mount i have works perfectly when i try to play from that, it's only my gdrivecrypt thats acting up. The mount script is the same for both.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.