Rclone crypt shows no files?

What is the problem you are having with rclone?

rclone remotes were working fine just finished two straight months of transfering and then i got a seedbox so i added a config password so i can usemy config securely on the seedbox. tested it on my local machine and now my crypt remote shows no files or folders. Then i got rid of the config password and same thing files not showing but when i open regular google drive remote the folders are there and encrypted.

only folder i see now with rclone browser is System Volume Information.

What is your rclone version (output from rclone version)

rclone v1.52.0

  • os/arch: windows/amd64
  • go version: go1.14.3

rclone browser v1.8.0

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

windows/amd64

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

googe drive

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

mount --allow-other --dir-cache-time 72h --drive-chunk-size 64M --log-level DEBUG --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit off gdrive_media_vfs: X: --config "C:\Users\Nine\.config\rclone\rclone.conf" --vfs-cache-mode writes

The rclone config contents with secrets removed.

[gdrive]
type = drive
client_id = hidden
client_secret = hidden
scope = drive
token = {"access_token":"hidden"}
server_side_across_configs = true
root_folder_id = hidden

[gdrive_media_vfs]
type = crypt
remote = gdrive:Secure
filename_encryption = standard
directory_name_encryption = true
password = hidden
password2 = hidden

Your passwords / salt are probably wrong but there is no debug log to look at.

Can you run

rclone lsd gdrive:

and

rclone lsd gdrive_media_vfs: -vv

and share the output.

1 Like

yeah i just removed salt password and i can see files now. before when i first setup crypt remote i never used a salt pass, but since im going to be putting this rclone config on a seedbox i thought i should secure it better ..

so does this mean i have to create a new crypt with a salt password for it to work now?

when i add a salt password do my original rclone config i cant see any files..

here is output for the commands with salt enabled.

for rclone lsd gdrive:

C:\rclone>rclone lsd gdrive:
          -1 2020-03-10 02:11:35        -1 Public
          -1 2020-03-10 02:11:06        -1 Secure 

rclone lsd gdrive_media_vfs: -vv

C:\rclone>rclone lsd gdrive_media_vfs: -vv
2020/05/31 23:00:10 DEBUG : rclone: Version "v1.52.0" starting with parameters ["rclone" "lsd" "gdrive_media_vfs:" "-vv"]
2020/05/31 23:00:10 DEBUG : Using config file from "C:\\Users\\Nine\\.config\\rclone\\rclone.conf"
2020/05/31 23:00:11 DEBUG : scrambled: Skipping undecryptable dir name: Bad PKCS#7 padding - too long
2020/05/31 23:00:11 DEBUG : scrambled: Skipping undecryptable dir name: illegal base32 data at input byte 3
2020/05/31 23:00:11 DEBUG : scrambled: Skipping undecryptable dir name: Bad PKCS#7 padding - not all the same
2020/05/31 23:00:11 DEBUG : scrambled: Skipping undecryptable dir name: Bad PKCS#7 padding - too long
2020/05/31 23:00:11 DEBUG : scrambled: Skipping undecryptable dir name: Bad PKCS#7 padding - too long
2020/05/31 23:00:11 DEBUG : scrambled: Skipping undecryptable dir name: Bad PKCS#7 padding - too long
2020/05/31 23:00:11 DEBUG : scrambled: Skipping undecryptable dir name: Bad PKCS#7 padding - not all the same
2020/05/31 23:00:11 DEBUG : scrambled: Skipping undecryptable dir name: Bad PKCS#7 padding - too long
2020/05/31 23:00:11 DEBUG : scrambled: Skipping undecryptable dir name: Bad PKCS#7 padding - too long
2020/05/31 23:00:11 DEBUG : scrambled: Skipping undecryptable dir name: Bad PKCS#7 padding - too long
2020/05/31 23:00:11 DEBUG : 6 go routines active

C:\rclone>

If you change (or add) the salt then you need to re-encrypt everything.

It is a minor security feature - I wouldn't worry about leaving it blank.

          -1 2020-03-27 15:58:04        -1 Anime
          -1 2020-04-24 05:03:42        -1 Documentaries
          -1 2020-03-13 08:44:09        -1 Movies
          -1 2020-03-10 15:08:24        -1 Short Films
          -1 2020-04-15 16:46:59        -1 System Volume Information
          -1 2020-03-10 15:42:25        -1 TV Shows

can i delete System Volume Information folder?

Did that get synced from a local disk? If so then it is safe to delete I think (not a Windows expert!).

i deleted it.

so now i got everything on the seedbox and mergerfs but plex playback is 1 minute load times and buffering....

my plex is getting its folders from the mergerfs folders, should i change the plex libraries to the rclone mount directly?

plex rclone mount playback was fine on my home pc ...

@Animosity022 that sounds like something you could answer!

Can you share your mergerfs settings and the rclone mount settings you ended up with?

rclone mount

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

[Service]
Type=notify
KillMode=none
Environment=GOMAXPROCS=2

ExecStart=/home5/plexbox/bin/rclone mount gdrive_media_vfs: /home5/plexbox/Stuff/Mount \
  --allow-other \
  --config /home5/plexbox/.config/rclone/rclone.conf \
  --use-mmap \
  --dir-cache-time 168h \
  --timeout 1h \
  --umask 002 \
  --poll-interval=1m \
  --vfs-cache-mode writes \
  --vfs-read-chunk-size 64M \
  --vfs-read-chunk-size-limit 2048M \
  --tpslimit 10 \
  --log-level DEBUG \
  --log-file /home5/plexbox/logs/rclone.log
ExecStop=/bin/fusermount -uz /home5/plexbox/Stuff/Mount
Restart=on-failure

[Install]
WantedBy=default.target

mergerfs

[Unit]
Description = MergerFS Mount
After=rclone-vfs.service
RequiresMountsFor=/home5/plexbox/Stuff/Local
RequiresMountsFor=/home5/plexbox/Stuff/Mount

[Service]
Type=forking
KillMode=none
ExecStart=/home5/plexbox/bin/mergerfs /home5/plexbox/Stuff/Local:/home5/plexbox/Stuff/Mount /home5/plexbox/MergerFS -o rw,async_read=false,use_ino,allow_other,func.getattr=newest,category.action=all,category.create=ff,cache.files=partial,dropcacheonclose=true,threads=8
ExecStop=/bin/fusermount -uz /home5/plexbox/MergerFS
Restart=on-failure

[Install]
WantedBy=default.target

I don't think mergerfs would be an issue based on what you posted.

You'd probably want to check into next if it's direct playing or transcoding and what are you actually trying to play ? Is it a high bitrate item?

direct play for all the files.
tried a 4k remux and then tried a 200MiB 10 bit 1500kb episode file and even that will stop to buffer..

Can you share a rclone debug log of the mount when you play a file?

*** the log file was originally 500mb so i deleted it and then ran this mount for log ***

rclone mount gdrive_media_vfs: /home5/plexbox/Stuff/Mount --allow-other --config /home5/plexbox/.config/rclone/rclone.conf --use-mmap --dir-cache-time 168h --timeout 1h --umask 002 --poll-interval=1m --vfs-cache-mode writes --vfs-read-chunk-size 64M --vfs-read-chunk-size-limit 2048M --tpslimit 10 --allow-non-empty --log-level DEBUG --log-file "/home5/plexbox/logs/rclone.log"

had to add --allow-non-empty as the first log was telling me to add it to run the rest of the log.

(so im guessing somehow my google token needs to be replaced since it says invalid? even though i just copied my rclone config file over to this box.) also that folder that says it is unencrypted is a folder that keeps poping up into my crypt remote it is called "System Volume Information" and it is empty and i am not sysncing or copying it over >> why does this keep popping up? even after deleting??

2020/06/04 15:47:57 DEBUG : rclone: Version "v1.52.0" starting with parameters ["rclone" "mount" "gdrive_media_vfs:" "/home5/plexbox/Stuff/Mount" "--allow-other" "--config" "/home5/plexbox/.config/rclone/rclone.conf" "--use-mmap" "--dir-cache-time" "168h" "--timeout" "1h" "--umask" "002" "--poll-interval=1m" "--vfs-cache-mode" "writes" "--vfs-read-chunk-size" "64M" "--vfs-read-chunk-size-limit" "2048M" "--tpslimit" "10" "--allow-non-empty" "--log-level" "DEBUG" "--log-file" "/home5/plexbox/logs/rclone.log"]
2020/06/04 15:47:57 DEBUG : Using config file from "/home5/plexbox/.config/rclone/rclone.conf"
2020/06/04 15:47:57 INFO  : Starting HTTP transaction limiter: max 10 transactions/s with burst 1


2020/06/04 15:47:58 DEBUG : gdrive: Loaded invalid token from config file - ignoring
2020/06/04 15:47:58 DEBUG : Keeping previous permissions for config file: -rw-r--r--
2020/06/04 15:47:58 DEBUG : gdrive: Saved new token in config file


2020/06/04 15:47:58 DEBUG : Encrypted drive 'gdrive_media_vfs:': Mounting on "/home5/plexbox/Stuff/Mount"
2020/06/04 15:47:59 DEBUG : vfs cache root is "/home5/plexbox/.cache/rclone/vfs/gdrive_media_vfs"
2020/06/04 15:47:59 DEBUG : Adding path "vfs/forget" to remote control registry
2020/06/04 15:47:59 DEBUG : Adding path "vfs/refresh" to remote control registry
2020/06/04 15:47:59 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2020/06/04 15:47:59 DEBUG : : Root: 
2020/06/04 15:47:59 DEBUG : : >Root: node=/, err=<nil>
2020/06/04 15:48:40 DEBUG : /: Attr: 
2020/06/04 15:48:40 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 15:48:40 DEBUG : /: Attr: 
2020/06/04 15:48:40 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 15:48:40 DEBUG : /: Lookup: name="Anime"


2020/06/04 15:48:40 DEBUG : h669qk48p1ssekahpvm5u6abfaej725tc3f5229658dd6sq8i940: Skipping undecryptable dir name: Bad PKCS#7 padding - too long
2020/06/04 15:48:40 DEBUG : 195.XDxyjr atqzrj Nsktwrfynts: Skipping undecryptable dir name: illegal base32 data at input byte 3


2020/06/04 15:48:59 DEBUG : Google drive root 'Secure': Checking for changes on remote
2020/06/04 15:49:59 DEBUG : Google drive root 'Secure': Checking for changes on remote
2020/06/04 15:50:59 DEBUG : Google drive root 'Secure': Checking for changes on remote
2020/06/04 15:51:59 DEBUG : Google drive root 'Secure': Checking for changes on remote
2020/06/04 15:52:07 DEBUG : /: Attr: 
2020/06/04 15:52:07 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 15:52:07 DEBUG : /: Lookup: name="Anime"
2020/06/04 15:52:07 DEBUG : /: >Lookup: node=Anime/, err=<nil>
2020/06/04 15:52:07 DEBUG : Anime/: Attr: 
2020/06/04 15:52:07 DEBUG : Anime/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 15:52:07 DEBUG : Anime/: Lookup: name="TV Shows"
2020/06/04 15:52:07 DEBUG : Anime/: >Lookup: node=Anime/TV Shows/, err=<nil>
2020/06/04 15:52:07 DEBUG : Anime/TV Shows/: Attr: 
2020/06/04 15:52:07 DEBUG : Anime/TV Shows/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 15:52:07 DEBUG : Anime/TV Shows/: Lookup: name="P"
2020/06/04 15:52:07 DEBUG : Anime/TV Shows/: >Lookup: node=Anime/TV Shows/P/, err=<nil>
2020/06/04 15:52:07 DEBUG : Anime/TV Shows/P/: Attr: 
2020/06/04 15:52:07 DEBUG : Anime/TV Shows/P/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 15:52:07 DEBUG : Anime/TV Shows/P/: Lookup: name="Plunderer"
2020/06/04 15:52:07 DEBUG : Anime/TV Shows/P/: >Lookup: node=Anime/TV Shows/P/Plunderer/, err=<nil>
2020/06/04 15:52:07 DEBUG : Anime/TV Shows/P/Plunderer/: Attr: 
2020/06/04 15:52:07 DEBUG : Anime/TV Shows/P/Plunderer/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 15:52:07 DEBUG : Anime/TV Shows/P/Plunderer/: Lookup: name="Plunderer - S01E01 - The Legendary Ace.mkv"
2020/06/04 15:52:08 DEBUG : Anime/TV Shows/P/Plunderer/: >Lookup: node=Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv, err=<nil>
2020/06/04 15:52:08 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: Attr: 
2020/06/04 15:52:08 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: >Attr: a=valid=1s ino=0 size=1350266816 mode=-rw-rw-r--, err=<nil>
2020/06/04 15:52:08 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: Open: flags=OpenReadOnly
2020/06/04 15:52:08 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: Open: flags=O_RDONLY
2020/06/04 15:52:08 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: >Open: fd=Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r), err=<nil>
2020/06/04 15:52:08 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: >Open: fh=&{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}, err=<nil>
2020/06/04 15:52:08 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Flush: 
2020/06/04 15:52:08 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Flush: err=<nil>
2020/06/04 15:52:08 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Flush: 
2020/06/04 15:52:08 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Flush: err=<nil>
2020/06/04 15:52:08 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Release: 
2020/06/04 15:52:08 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Release: err=<nil>
2020/06/04 15:52:10 DEBUG : /: Attr: 
2020/06/04 15:52:10 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 15:52:10 DEBUG : /: Lookup: name="Anime"
2020/06/04 15:52:10 DEBUG : /: >Lookup: node=Anime/, err=<nil>
2020/06/04 15:52:10 DEBUG : Anime/: Attr: 
2020/06/04 15:52:10 DEBUG : Anime/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 15:52:10 DEBUG : Anime/: Lookup: name="TV Shows"
2020/06/04 15:52:10 DEBUG : Anime/: >Lookup: node=Anime/TV Shows/, err=<nil>
2020/06/04 15:52:10 DEBUG : Anime/TV Shows/: Attr: 
2020/06/04 15:52:10 DEBUG : Anime/TV Shows/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 15:52:10 DEBUG : Anime/TV Shows/: Lookup: name="P"
2020/06/04 15:52:10 DEBUG : Anime/TV Shows/: >Lookup: node=Anime/TV Shows/P/, err=<nil>
2020/06/04 15:52:10 DEBUG : Anime/TV Shows/P/: Attr: 
2020/06/04 15:52:10 DEBUG : Anime/TV Shows/P/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 15:52:10 DEBUG : Anime/TV Shows/P/: Lookup: name="Plunderer"
2020/06/04 15:52:10 DEBUG : Anime/TV Shows/P/: >Lookup: node=Anime/TV Shows/P/Plunderer/, err=<nil>
2020/06/04 15:52:10 DEBUG : Anime/TV Shows/P/Plunderer/: Attr: 
2020/06/04 15:52:10 DEBUG : Anime/TV Shows/P/Plunderer/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 15:52:11 DEBUG : Anime/TV Shows/P/Plunderer/: Lookup: name="Plunderer - S01E01 - The Legendary Ace.mkv"
2020/06/04 15:52:11 DEBUG : Anime/TV Shows/P/Plunderer/: >Lookup: node=Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv, err=<nil>
2020/06/04 15:52:11 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: Attr: 
2020/06/04 15:52:11 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: >Attr: a=valid=1s ino=0 size=1350266816 mode=-rw-rw-r--, err=<nil>
2020/06/04 15:52:11 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: Open: flags=OpenReadOnly
2020/06/04 15:52:11 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: Open: flags=O_RDONLY
2020/06/04 15:52:11 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: >Open: fd=Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r), err=<nil>
2020/06/04 15:52:11 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: >Open: fh=&{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}, err=<nil>
2020/06/04 15:52:11 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=0
2020/06/04 15:52:11 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.openRange at 0 length 67108864
2020/06/04 15:52:12 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:12 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:12 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:12 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:12 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:12 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:12 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:12 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:12 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=131072
2020/06/04 15:52:12 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:12 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=262144
2020/06/04 15:52:12 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:12 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:12 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=393216
2020/06/04 15:52:12 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:12 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:12 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:12 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:12 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=524288
2020/06/04 15:52:12 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=655360
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:13 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:13 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:13 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 6287360 length 1048576 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:13 DEBUG : Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv: ChunkedReader.Read at 7335936 length 1048576 chunkOffset 0 chunkSize 67108864
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=786432
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=917504
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=1048576
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=1179648
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=1310720
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=1441792
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=1572864
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=1703936
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=1835008
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 15:52:13 DEBUG : &{Anime/TV Shows/P/Plunderer/Plunderer - S01E01 - The Legendary Ace.mkv (r)}: Read: len=131072, offset=1966080
2020/06/04 15:58:59 DEBUG : Google drive root 'Secure': Checking for changes on remote
2020/06/04 15:59:59 DEBUG : Google drive root 'Secure': Checking for changes on remote
2020/06/04 16:00:59 DEBUG : Google drive root 'Secure': Checking for changes on remote
2020/06/04 16:01:59 DEBUG : Google drive root 'Secure': Checking for changes on remote
2020/06/04 16:02:10 DEBUG : cache cleaner exiting
2020/06/04 16:02:11 DEBUG : rclone: Version "v1.52.0" finishing with parameters ["rclone" "mount" "gdrive_media_vfs:" "/home5/plexbox/Stuff/Mount" "--allow-other" "--config" "/home5/plexbox/.config/rclone/rclone.conf" "--use-mmap" "--dir-cache-time" "168h" "--timeout" "1h" "--umask" "002" "--poll-interval=1m" "--vfs-cache-mode" "writes" "--vfs-read-chunk-size" "64M" "--vfs-read-chunk-size-limit" "2048M" "--tpslimit" "10" "--allow-non-empty" "--log-level" "DEBUG" "--log-file" "/home5/plexbox/logs/rclone.log"]

If you have that, it means you are over mounting and hiding something. You should be mounting to an empty directory.

If you attach the log via pastebin/something and share a link, that would be great as a clip of a log isn't much info to look at unfortunately.

You have something that's copying it up, just have to figure out what.

how long should the rclone log take to complete? because when i run the above command it was already over 5 mins so i ended it. also is it normal for a log file to be over 500mb? if not how do i fix that

You'd want to start the log in debug, recreate the issue, stop the mount, share the log.

ok creating log now. i took off the --allow-non-empty line to see if it persist and double checked to see if my mount location was empty and there are no fliles inside the folder

ok so i refreshed the token and that error is gone and now with the bottom fix everything is playing fine now.
all i have to do now if fugure out why that System Volume Information folder keeps getting added to my crypt root folder...

ok so it appears i was missing the / after the Mount folder location so this was how it looked

rclone mount gdrive_media_vfs: /home5/plexbox/Stuff/Mount

it was looking the / after mount, so like this

rclone mount gdrive_media_vfs: /home5/plexbox/Stuff/Mount/

2020/06/04 17:42:45 DEBUG : rclone: Version "v1.52.0" starting with parameters ["rclone" "mount" "gdrive_media_vfs:" "/home5/plexbox/Stuff/Mount/" "--allow-other" "--config" "/home5/plexbox/.config/rclone/rclone.conf" "--use-mmap" "--dir-cache-time" "1000h" "--timeout" "1h" "--umask" "002" "--poll-interval=1m" "--vfs-cache-mode" "writes" "--vfs-read-chunk-size" "64M" "--vfs-read-chunk-size-limit" "2048M" "--tpslimit" "10" "--log-level" "DEBUG" "--log-file" "/home5/plexbox/logs/rclone.log"]
2020/06/04 17:42:45 DEBUG : Using config file from "/home5/plexbox/.config/rclone/rclone.conf"
2020/06/04 17:42:45 INFO  : Starting HTTP transaction limiter: max 10 transactions/s with burst 1
2020/06/04 17:42:46 DEBUG : Encrypted drive 'gdrive_media_vfs:': Mounting on "/home5/plexbox/Stuff/Mount/"
2020/06/04 17:42:46 DEBUG : vfs cache root is "/home5/plexbox/.cache/rclone/vfs/gdrive_media_vfs"
2020/06/04 17:42:46 DEBUG : Adding path "vfs/forget" to remote control registry
2020/06/04 17:42:46 DEBUG : Adding path "vfs/refresh" to remote control registry
2020/06/04 17:42:46 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2020/06/04 17:42:46 DEBUG : : Root: 
2020/06/04 17:42:46 DEBUG : : >Root: node=/, err=<nil>
2020/06/04 17:43:46 DEBUG : Google drive root 'Secure': Checking for changes on remote
2020/06/04 17:44:46 DEBUG : Google drive root 'Secure': Checking for changes on remote
2020/06/04 17:45:19 DEBUG : /: Attr: 
2020/06/04 17:45:19 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:45:19 DEBUG : /: Lookup: name="Anime"
2020/06/04 17:45:20 DEBUG : h669qk48p1ssekahpvm5u6abfaej725tc3f5229658dd6sq8i940: Skipping undecryptable dir name: Bad PKCS#7 padding - too long
2020/06/04 17:45:20 DEBUG : 195.XDxyjr atqzrj Nsktwrfynts: Skipping undecryptable dir name: illegal base32 data at input byte 3
2020/06/04 17:45:20 DEBUG : /: >Lookup: node=Anime/, err=<nil>
2020/06/04 17:45:20 DEBUG : Anime/: Attr: 
2020/06/04 17:45:20 DEBUG : Anime/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:45:20 DEBUG : Anime/: Lookup: name="TV Shows"
2020/06/04 17:45:20 DEBUG : Anime/: >Lookup: node=Anime/TV Shows/, err=<nil>
2020/06/04 17:45:20 DEBUG : Anime/TV Shows/: Attr: 
2020/06/04 17:45:20 DEBUG : Anime/TV Shows/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:45:20 DEBUG : Anime/TV Shows/: Lookup: name="G"
2020/06/04 17:45:20 DEBUG : Anime/TV Shows/: >Lookup: node=Anime/TV Shows/G/, err=<nil>
2020/06/04 17:45:20 DEBUG : Anime/TV Shows/G/: Attr: 
2020/06/04 17:45:20 DEBUG : Anime/TV Shows/G/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:45:20 DEBUG : Anime/TV Shows/G/: Lookup: name="Goblin Slayer"
2020/06/04 17:45:20 DEBUG : Anime/TV Shows/G/: >Lookup: node=Anime/TV Shows/G/Goblin Slayer/, err=<nil>
2020/06/04 17:45:20 DEBUG : Anime/TV Shows/G/Goblin Slayer/: Attr: 
2020/06/04 17:45:20 DEBUG : Anime/TV Shows/G/Goblin Slayer/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:45:20 DEBUG : /: Attr: 
2020/06/04 17:45:20 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:45:20 DEBUG : Anime/TV Shows/G/Goblin Slayer/: Lookup: name="Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv"
2020/06/04 17:45:21 DEBUG : Anime/TV Shows/G/Goblin Slayer/: >Lookup: node=Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv, err=<nil>
2020/06/04 17:45:21 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Attr: 
2020/06/04 17:45:21 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Attr: a=valid=1s ino=0 size=176410952 mode=-rw-rw-r--, err=<nil>
2020/06/04 17:45:21 DEBUG : /: Lookup: name="Anime"
2020/06/04 17:45:21 DEBUG : /: >Lookup: node=Anime/, err=<nil>
2020/06/04 17:45:21 DEBUG : Anime/: Attr: 
2020/06/04 17:45:21 DEBUG : Anime/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:45:21 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Open: flags=OpenReadOnly
2020/06/04 17:45:21 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Open: flags=O_RDONLY
2020/06/04 17:45:21 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Open: fd=Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r), err=<nil>
2020/06/04 17:45:21 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Open: fh=&{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}, err=<nil>
2020/06/04 17:45:21 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Flush: 
2020/06/04 17:45:21 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Flush: err=<nil>
2020/06/04 17:45:21 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Flush: 
2020/06/04 17:45:21 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Flush: err=<nil>
2020/06/04 17:45:21 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Release: 
2020/06/04 17:45:21 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Release: err=<nil>
2020/06/04 17:45:21 DEBUG : Anime/: Lookup: name="TV Shows"
2020/06/04 17:45:21 DEBUG : Anime/: >Lookup: node=Anime/TV Shows/, err=<nil>
2020/06/04 17:45:21 DEBUG : Anime/TV Shows/: Attr: 
2020/06/04 17:45:21 DEBUG : Anime/TV Shows/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:45:22 DEBUG : /: Attr: 
2020/06/04 17:45:22 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:45:22 DEBUG : /: Lookup: name="Anime"
2020/06/04 17:45:22 DEBUG : /: >Lookup: node=Anime/, err=<nil>
2020/06/04 17:45:22 DEBUG : Anime/: Attr: 
2020/06/04 17:45:22 DEBUG : Anime/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:45:22 DEBUG : Anime/: Lookup: name="TV Shows"
2020/06/04 17:45:22 DEBUG : Anime/: >Lookup: node=Anime/TV Shows/, err=<nil>
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/: Attr: 
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/: Lookup: name="G"
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/: >Lookup: node=Anime/TV Shows/G/, err=<nil>
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/: Attr: 
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/: Lookup: name="Goblin Slayer"
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/: >Lookup: node=Anime/TV Shows/G/Goblin Slayer/, err=<nil>
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/Goblin Slayer/: Attr: 
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/Goblin Slayer/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/Goblin Slayer/: Lookup: name="Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv"
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/Goblin Slayer/: >Lookup: node=Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv, err=<nil>
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Attr: 
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Attr: a=valid=1s ino=0 size=176410952 mode=-rw-rw-r--, err=<nil>
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Open: flags=OpenReadOnly
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Open: flags=O_RDONLY
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Open: fd=Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r), err=<nil>
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Open: fh=&{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}, err=<nil>
2020/06/04 17:45:22 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Read: len=131072, offset=0
2020/06/04 17:45:22 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: ChunkedReader.openRange at 0 length 67108864
2020/06/04 17:45:23 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 67108864
2020/06/04 17:45:23 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 67108864
2020/06/04 17:45:23 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 67108864
2020/06/04 17:45:23 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 67108864
2020/06/04 17:45:23 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 67108864
2020/06/04 17:45:23 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 67108864
2020/06/04 17:45:23 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 67108864
2020/06/04 17:45:23 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 17:45:23 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Read: len=131072, offset=131072

2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Read: len=131072, offset=1048576
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Read: len=131072, offset=1179648
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Read: len=131072, offset=1310720
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 17:45:24 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: ChunkedReader.Read at 16773120 length 1048576 chunkOffset 0 chunkSize 67108864
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Read: len=131072, offset=1441792
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Read: len=131072, offset=1572864
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Read: len=131072, offset=1703936
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Read: len=131072, offset=1835008
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Read: read=131072, err=<nil>
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Read: len=131072, offset=1966080
2020/06/04 17:45:24 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: ChunkedReader.Read at 17821696 length 1048576 chunkOffset 0 chunkSize 67108864
2020/06/04 17:45:24 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Read: read=131072, err=<nil>
202
2020/06/04 17:45:36 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Release: err=<nil>
2020/06/04 17:45:46 DEBUG : Google drive root 'Secure': Checking for changes on remote
2020/06/04 17:46:09 DEBUG : /: Attr: 
2020/06/04 17:46:09 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:09 DEBUG : /: Lookup: name="Anime"
2020/06/04 17:46:09 DEBUG : /: >Lookup: node=Anime/, err=<nil>
2020/06/04 17:46:09 DEBUG : Anime/: Attr: 
2020/06/04 17:46:09 DEBUG : Anime/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:09 DEBUG : Anime/: Lookup: name="TV Shows"
2020/06/04 17:46:09 DEBUG : Anime/: >Lookup: node=Anime/TV Shows/, err=<nil>
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/: Attr: 
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/: Lookup: name="G"
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/: >Lookup: node=Anime/TV Shows/G/, err=<nil>
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/G/: Attr: 
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/G/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/G/: Lookup: name="Goblin Slayer"
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/G/: >Lookup: node=Anime/TV Shows/G/Goblin Slayer/, err=<nil>
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/G/Goblin Slayer/: Attr: 
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/G/Goblin Slayer/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/G/Goblin Slayer/: Lookup: name="Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv"
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/G/Goblin Slayer/: >Lookup: node=Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv, err=<nil>
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Attr: 
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Attr: a=valid=1s ino=0 size=176410952 mode=-rw-rw-r--, err=<nil>
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Open: flags=OpenReadOnly
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Open: flags=O_RDONLY
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Open: fd=Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r), err=<nil>
2020/06/04 17:46:09 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Open: fh=&{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}, err=<nil>
2020/06/04 17:46:09 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Flush: 
2020/06/04 17:46:09 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Flush: err=<nil>
2020/06/04 17:46:09 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Flush: 
2020/06/04 17:46:09 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Flush: err=<nil>
2020/06/04 17:46:09 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Release: 
2020/06/04 17:46:09 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Release: err=<nil>
2020/06/04 17:46:11 DEBUG : /: Attr: 
2020/06/04 17:46:11 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:11 DEBUG : /: Lookup: name="Anime"
2020/06/04 17:46:11 DEBUG : /: >Lookup: node=Anime/, err=<nil>
2020/06/04 17:46:11 DEBUG : Anime/: Attr: 
2020/06/04 17:46:11 DEBUG : Anime/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:11 DEBUG : Anime/: Lookup: name="TV Shows"
2020/06/04 17:46:11 DEBUG : Anime/: >Lookup: node=Anime/TV Shows/, err=<nil>
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/: Attr: 
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/: Lookup: name="G"
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/: >Lookup: node=Anime/TV Shows/G/, err=<nil>
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/: Attr: 
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/: Lookup: name="Goblin Slayer"
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/: >Lookup: node=Anime/TV Shows/G/Goblin Slayer/, err=<nil>
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/Goblin Slayer/: Attr: 
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/Goblin Slayer/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/Goblin Slayer/: Lookup: name="Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv"
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/Goblin Slayer/: >Lookup: node=Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv, err=<nil>
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Attr: 
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Attr: a=valid=1s ino=0 size=176410952 mode=-rw-rw-r--, err=<nil>
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Open: flags=OpenReadOnly
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Open: flags=O_RDONLY
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Open: fd=Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r), err=<nil>
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Open: fh=&{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}, err=<nil>
2020/06/04 17:46:11 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Flush: 
2020/06/04 17:46:11 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Flush: err=<nil>
2020/06/04 17:46:11 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Flush: 
2020/06/04 17:46:11 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Flush: err=<nil>
2020/06/04 17:46:11 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Release: 
2020/06/04 17:46:11 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Release: err=<nil>
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Open: flags=OpenReadOnly
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Open: flags=O_RDONLY
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Open: fd=Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r), err=<nil>
2020/06/04 17:46:11 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Open: fh=&{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}, err=<nil>
2020/06/04 17:46:11 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Flush: 
2020/06/04 17:46:11 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Flush: err=<nil>
2020/06/04 17:46:11 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Flush: 
2020/06/04 17:46:11 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Flush: err=<nil>
2020/06/04 17:46:11 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Release: 
2020/06/04 17:46:11 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Release: err=<nil>
2020/06/04 17:46:13 DEBUG : /: Attr: 
2020/06/04 17:46:13 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:13 DEBUG : /: Lookup: name="Anime"
2020/06/04 17:46:13 DEBUG : /: >Lookup: node=Anime/, err=<nil>
2020/06/04 17:46:13 DEBUG : Anime/: Attr: 
2020/06/04 17:46:13 DEBUG : Anime/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:13 DEBUG : Anime/: Lookup: name="TV Shows"
2020/06/04 17:46:13 DEBUG : Anime/: >Lookup: node=Anime/TV Shows/, err=<nil>
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/: Attr: 
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/: Lookup: name="G"
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/: >Lookup: node=Anime/TV Shows/G/, err=<nil>
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/G/: Attr: 
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/G/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/G/: Lookup: name="Goblin Slayer"
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/G/: >Lookup: node=Anime/TV Shows/G/Goblin Slayer/, err=<nil>
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/G/Goblin Slayer/: Attr: 
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/G/Goblin Slayer/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxrwxr-x, err=<nil>
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/G/Goblin Slayer/: Lookup: name="Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv"
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/G/Goblin Slayer/: >Lookup: node=Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv, err=<nil>
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Attr: 
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Attr: a=valid=1s ino=0 size=176410952 mode=-rw-rw-r--, err=<nil>
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Open: flags=OpenReadOnly
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: Open: flags=O_RDONLY
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Open: fd=Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r), err=<nil>
2020/06/04 17:46:13 DEBUG : Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv: >Open: fh=&{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}, err=<nil>
2020/06/04 17:46:13 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Flush: 
2020/06/04 17:46:13 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Flush: err=<nil>
2020/06/04 17:46:13 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Flush: 
2020/06/04 17:46:13 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Flush: err=<nil>
2020/06/04 17:46:13 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: Release: 
2020/06/04 17:46:13 DEBUG : &{Anime/TV Shows/G/Goblin Slayer/Goblin Slayer - S01E01 - The Fate of Particular Adventurers.mkv (r)}: >Release: err=<nil>
2020/06/04 17:46:35 DEBUG : cache cleaner exiting
2020/06/04 17:46:35 DEBUG : rclone: Version "v1.52.0" finishing with parameters ["rclone" "mount" "gdrive_media_vfs:" "/home5/plexbox/Stuff/Mount/" "--allow-other" "--config" "/home5/plexbox/.config/rclone/rclone.conf" "--use-mmap" "--dir-cache-time" "1000h" "--timeout" "1h" "--umask" "002" "--poll-interval=1m" "--vfs-cache-mode" "writes" "--vfs-read-chunk-size" "64M" "--vfs-read-chunk-size-limit" "2048M" "--tpslimit" "10" "--log-level" "DEBUG" "--log-file" "/home5/plexbox/logs/rclone.log"]