100% drive.files.get error

What is the problem you are having with rclone?

so i am not sure if its just coincidental or a new issue, but today i had a power outage in my street. Upon bringing all my services back online and mounting my drives, i cant seem to play anything from GD.
rclone mounts my drives, all the folder/ files are visible via file explorer but i cant open, play via plex or move files. Its a little strange as i would normally get a error which i am not getting.
All my quotas and limits seem good. How can i test this issue further and or generate some more detailed logs?

What is your rclone version (output from rclone version)

rclone v1.54.0-beta.4868.0e7fc7613

  • os/arch: linux/amd64
  • go version: go1.15.3

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

unRAID

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

Google Drive

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

rclone mount \
	-vv \
	--allow-other \
	--buffer-size 256M \
	--dir-cache-time 720h \
	--drive-chunk-size 512M \
	--log-level INFO \
	--vfs-read-chunk-size 128M \
	--vfs-read-chunk-size-limit off \
	--vfs-cache-mode writes \
	--bind=$RCloneMountIP \
	tdrive_tv_anime_vfs: /mnt/user/mount_rclone/tdrive_tv_anime_vfs &

The rclone config contents with secrets removed.

[tdrivetvanime]
type = drive
scope = drive
service_account_file = /mnt/user/appdata/other/rclone/service_accounts/rclone_tdrive.json
team_drive = ******
server_side_across_configs = true

[tdrive_tv_anime_vfs]
type = crypt
remote = tdrivetvanime:crypt
filename_encryption = standard
directory_name_encryption = true
password = ******
password2 = ******

You'd need to provide a log file.

You'd use -vv --log-file rclone.log and share the log.

What's the purpose of using the beta as well over the stable?

i did try -vv for the first time, now i realize i didn't define the path at the time and wondered why it failed.

I have woke up this morning and everything is working, I am now taking logs so i will report back if it happens again.

regarding beta.... it was a issue un related last month. I was recommended to try the beta release over on the unRAID forums last month because of a recently release of unRAID around beta 25 completely broke using merger mount across unassigned devices. Still not working so i now resort to mapping a pool device in cache only mode.

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