Rclone errors + questions

What is the problem you are having with rclone?

In ssh is giving me this:
16:23:20 ERROR : Games/Sonic.the.Hedgehog.2020.1080p.BluRay.x264-GECKOS.tar: (20971520/10459002880) error (chunk not found 20971520) response
2020/05/24 16:23:22 ERROR : Games/Sonic.the.Hedgehog.2020.1080p.BluRay.x264-GECKOS.tar: ReadFileHandle.Read error: low level retry 1/10: unexpected EOF

What is your rclone version (output from rclone version)

rclone v1.51.0

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

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

Ubuntu 14.04.6 LTS \n \l
Linux PAR-157084 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 201 9 x86_64 x86_64 x86_64 GNU/Linux

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)

No command, i just uploaded files in the google drive


#### The rclone config contents with secrets removed.  
<!--  You should use 3 backticks to begin and end your paste to make it readable.   -->

Paste config here
[gcache]
type = cache
remote = gdrive:/gdrive
plex_username = *****
plex_password = *********
chunk_size = 5M
info_age = 1d
chunk_total_size = 10G

[gdrive]
type = drive
scope = drive
token = {"access_token":"*******"}
team_drive = ************

A log from the command with the -vv flag

no logs...

Paste  log here

Thanks in advance..
And have some questions...
I'm ussing this tutorial to setup: bytesized-hosting . com/pages/rclone-gdrive

I can run t without cache? without encrypt? what does do cache and encrypt?
I want it to run smootly.. and yes i upload large files...and do alot of download from my google drive.

One more thing is i sow.. that when i upload and download at the same time to google drive.. rclone eatting alot of CPU.. like 100-500% in "top" at the SSH cmd.

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