Problem with streaming video files

Hi, i am very new to rclone (and cli in general) so hopefully this is an easy fix, however I have been trying to figure out what is wrong but I need your help. I am running Windows 10 1709.

First off, my remotes are configured in this order: google drive > cache > crypt. Full configuration here:

[gdrive]
type = drive
client_id =
client_secret =
scope = drive
root_folder_id =
service_account_file =
token = {“access_token”:“removed”,“token_type”:“Bearer”,“refresh_token”:“removed”,“expiry”:“removed”}

[gdrivecrypt]
type = crypt
remote = gdrivecache:
filename_encryption = standard
directory_name_encryption = true
password = removed
password2 = removed

[gdrivecache]
type = cache
remote = gdrive:/gdrivecrypt
plex_url =
plex_username =
plex_password =
chunk_size = 10M
info_age = 24h
chunk_total_size = 10G

The command I am trying to execute:

rclone mount gdrivecrypt: X: --cache-db-path=D:\rclone_cache --cache-chunk-path=D:\rclone_cache --vfs-cache-mode writes --cache-dir=D:\rclone_cache

When I try to stream a video file I will get these errors:

unexpected conditions during reading. current position: 32, current chunk position: 0, current chunk size: 32, offset: 32, chunk size: 10485760, file size: 1311615429

(32/1311615429) error (unexpected EOF) response
2018/03/28 17:19:40 ERROR : removedfilename.mp4: ReadFileHandle.Read error: low level retry 7/10: EOF

ERROR : gdrivecrypt:/gdrivecrypt/filename.mp4: File.openRW failed: open RW handle failed to make cache directory: make cache directory failed: mkdir D:\rclone_cache\vfs\gdrivecrypt\gdrivecrypt:: The filename, directory name, or volume label syntax is incorrect.

What is causing this issue? Is something wrong with the command I am trying to execute? It seems like no matter how I configure it, there is always something that is broken.

Looks to me like your gdrivecrypt is pointing to your gdrivecache which is pointing to your gdrivecrypt…

My gdrivecrypt is pointing towards my gdrivecache which is pointing towards my gdrive:/gdrivecrypt (:/gdrivecrypt is the folder i want to use on my google drive).

Were you using an older version before with cache? Try cleaning out the cache:

–cache-db-purge