Error chunk not found

Hi mates, i tried to sync 2 google drive acounts, but in large archives they start but every 5 minutes hit the error (chunk not found ****) response and the the file continuously starts again.

root@Sync:/home/pepe# rclone sync -P -v --cache-db-purge Gcache: Gcrypt2:
2018/12/14 10:46:37 INFO : Gcache: Cache DB path: /root/.cache/rclone/cache-backend/Gcache.db
2018/12/14 10:46:37 INFO : Gcache: Cache chunk path: /root/.cache/rclone/cache-backend/Gcache
2018/12/14 10:46:39 INFO : Gcache: Chunk Memory: true
2018/12/14 10:46:39 INFO : Gcache: Chunk Size: 5M
2018/12/14 10:46:39 INFO : Gcache: Chunk Total Size: 50G
2018/12/14 10:46:39 INFO : Gcache: Chunk Clean Interval: 1m0s
2018/12/14 10:46:39 INFO : Gcache: Workers: 4
2018/12/14 10:46:39 INFO : Gcache: File Age: 1d
2018/12/14 10:46:40 INFO : Gcache2: Cache DB path: /root/.cache/rclone/cache-backend/Gcache2.db
2018/12/14 10:46:40 INFO : Gcache2: Cache chunk path: /root/.cache/rclone/cache-backend/Gcache2
2018/12/14 10:46:40 INFO : Gcache2: Chunk Memory: true
2018/12/14 10:46:40 INFO : Gcache2: Chunk Size: 5M
2018/12/14 10:46:40 INFO : Gcache2: Chunk Total Size: 50G
2018/12/14 10:46:40 INFO : Gcache2: Chunk Clean Interval: 1m0s
2018/12/14 10:46:40 INFO : Gcache2: Workers: 4
2018/12/14 10:46:40 INFO : Gcache2: File Age: 1d
2018/12/14 10:46:49 INFO : Gcache2: Cache DB path: /root/.cache/rclone/cache-backend/Gcache2.db
2018/12/14 10:46:49 INFO : Gcache2: Cache chunk path: /root/.cache/rclone/cache-backend/Gcache2
2018/12/14 10:46:49 INFO : Gcache2: Chunk Memory: true
2018/12/14 10:46:49 INFO : Gcache2: Chunk Size: 5M
2018/12/14 10:46:49 INFO : Gcache2: Chunk Total Size: 50G
2018/12/14 10:46:49 INFO : Gcache2: Chunk Clean Interval: 1m0s
2018/12/14 10:46:49 INFO : Gcache2: Workers: 4
2018/12/14 10:46:49 INFO : Gcache2: File Age: 1d
2018-12-14 10:48:21 ERROR : ***: (5242880/4370921448) error (chunk not found 5242880) response
2018-12-14 10:48:58 ERROR : ***: (26214400/2167512691) error (chunk not found 26214400) response
2018-12-14 10:48:59 ERROR : ***: (26214400/5096408213) error (chunk not found 26214400) response
2018-12-14 10:48:59 ERROR : ***.mp4: (26214400/4688119094) error (chunk not found 26214400) response
2018-12-14 10:50:36 ERROR : ***.mp4: put: error uploading: Post https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Ctrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink&uploadType=resumable&upload_id=AEnB2UoBVxS_ZFo4oh_iK2dsbt9eA-G5Yxse_AnT6T2GIYFUM2rZvzDF23GhmvJ20I4KVD6H7D5gPHKXNyZAseQtmEPtZ48MIAmVRqMMGe9_hk6htDfgBRQ: net/http: HTTP/1.x transport connection broken: http: ContentLength=8388608 with Body length 5244192

My config file are:

[Gcloud]
type = drive
scope = drive
token = {“access_token”:"***+01:00"}

[Gcache]
type = cache
remote = Gcloud:Coleccion
chunk_size = 5M
info_age = 1d
chunk_total_size = 50G

[Gcloud2]
type = drive
scope = drive
token = {“access_token”:**+01:00"}

[Gcache2]
type = cache
remote = Gcloud2:/Otrosvideos
chunk_size = 5M
info_age = 1d
chunk_total_size = 50G

[Gcrypt2]
type = crypt
remote = Gcache2:/cripta
filename_encryption = standard
directory_name_encryption = true
password = ***
password2 =**

What I can be doing wrong?

Thank you very much in advance

Hmm, not sure what is causing that… It might be best to sync the underlying remotes without the cache backend.

Hi sir,

Thnx a lot, if sincro the underlying remotes without the cache works fine,

1 Like