Rclone Mount not AVAILABLE

Hi,

Today i restarted my server due to some updates and system required a reboot, after that the mount of my gdrive disappeared from the mount folder.i’m using the rclone beta and this is my config

rclone mount

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

[Service]
Type=simple
ExecStart=/usr/bin/rclone mount gmedia: /gmedia
–allow-other
–dir-cache-time=160h
–cache-chunk-size=10M
–cache-info-age=168h
–cache-workers=5
–cache-tmp-upload-path /data/rclone_upload
–cache-tmp-wait-time 60m
–buffer-size 0M
–syslog
–umask 002
–rc
–log-level INFO
ExecStop=/usr/bin/sudo /usr/bin/fusermount -uz /gmedia
Restart=on-abort
User=root

[Install]
WantedBy=default.target

the gmedia folder i created in root as well as rclone setup.

[GD]
type = drive
client_id = client
client_secret = secret
token = {“access_token”:“ytoken”,”token_type”:“Bearer”,“refresh_token”:”refresh”,”expiry”:“2018-04-17T14:16:08.607631226-04:00”}

[gcache]
type = cache
remote = GD:media
chunk_total_size = 32G
plex_url = http://127.0.0.1:32400
plex_username = email
plex_password = password
plex_token = token

[gmedia]
type = crypt
remote = gcache:
filename_encryption = standard
password = password
password2 = password
directory_name_encryption = true

can someone let me know what is the reason behind this.now all my media showing as unavailable in plex.

Can you share an error message or a log of what happens when you mount it?

there is no error message but i cant find my media. Can you assist on how to get the log please ?
i have tried to mount the gdrive manual but nothing happen.

Run a:

systemctl status rclone

Also, you can change the --sylog to:

–log-file /somelocation/rclone.g

this what i’m getting

rclone.service - RClone Service
Loaded: loaded (/etc/systemd/system/rclone.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2018-07-22 13:57:39 CEST; 8min ago
Process: 1389 ExecStop=/usr/bin/sudo /usr/bin/fusermount -uz /gmedia (code=exited, status=1/FAILURE)
Process: 1120 ExecStart=/usr/bin/rclone mount gmedia: /gmedia --allow-other --dir-cache-time=160h --cache-chunk-size=10M --cache-info-age=168h --cache-workers=5 --cache-tmp-upload-path /data/rclone_upload --cache-tmp-wait-time 6
Main PID: 1120 (code=exited, status=1/FAILURE)

Jul 22 13:57:32 Ubuntu-1604-xenial-64-minimal systemd[1]: Started RClone Service.
Jul 22 13:57:32 Ubuntu-1604-xenial-64-minimal rclone[1120]: Serving remote control on http://127.0.0.1:5572/
Jul 22 13:57:39 Ubuntu-1604-xenial-64-minimal rclone[1120]: Failed to create file system for “gmedia:”: failed to make remote “gcache:” to wrap: failed to connect to the Plex API alora.online: parse alora.online: invalid URI
Jul 22 13:57:39 Ubuntu-1604-xenial-64-minimal systemd[1]: rclone.service: Main process exited, code=exited, status=1/FAILURE
Jul 22 13:57:39 Ubuntu-1604-xenial-64-minimal sudo[1389]: sudo: /usr/bin/fusermount: command not found
Jul 22 13:57:39 Ubuntu-1604-xenial-64-minimal systemd[1]: rclone.service: Control process exited, code=exited status=1
Jul 22 13:57:39 Ubuntu-1604-xenial-64-minimal systemd[1]: rclone.service: Unit entered failed state.
Jul 22 13:57:39 Ubuntu-1604-xenial-64-minimal systemd[1]: rclone.service: Failed with result ‘exit-code’.
lines 1-15/15 (END)

Looks like it’s cutting off a bit of the output so hard to tell.

Can you run the full rclone command thats in your systemd start in a shell and share the output?

thanks Animosity i really appreciated you help always, it’s working now. i have changed the plex url in my rclone config i was using the domain url instead of plex url. thanks again