application-research / rclone

"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files

Home Page:https://rclone.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rclone sync is failing with estuary collections

10d9e opened this issue · comments

commented

When I try to perform a rclone sync operation, it fails with the following error trace:

jay@jays-MacBook-Pro-2 rclone % ./rclone mkdir est:testdir 
jay@jays-MacBook-Pro-2 rclone % ls
CONTRIBUTING.md	MAINTAINERS.md	MANUAL.txt	RELEASE.md	bin		contrib		fstest		graphics	notes.txt	rclone.go
COPYING		MANUAL.html	Makefile	VERSION		cmd		docs		go.mod		lib		rclone		vfs
Dockerfile	MANUAL.md	README.md	backend		cmdtest		fs		go.sum		librclone	rclone.1
jay@jays-MacBook-Pro-2 rclone % ./rclone sync ./cmd/ est:testdir
2022/07/13 12:54:13 ERROR : estuary root 'testdir': error reading destination root directory: HTTP error 404 (404 Not Found) returned body: "{\"error\":{\"code\":404,\"reason\":\"Not Found\",\"details\":\"Not Found\"}}\n"
2022/07/13 12:54:13 ERROR : estuary root 'testdir': not deleting files as there were IO errors
2022/07/13 12:54:13 ERROR : estuary root 'testdir': not deleting directories as there were IO errors
2022/07/13 12:54:13 ERROR : Attempt 1/3 failed with 1 errors and: HTTP error 404 (404 Not Found) returned body: "{\"error\":{\"code\":404,\"reason\":\"Not Found\",\"details\":\"Not Found\"}}\n"
2022/07/13 12:54:13 ERROR : estuary root 'testdir': error reading destination root directory: HTTP error 404 (404 Not Found) returned body: "{\"error\":{\"code\":404,\"reason\":\"Not Found\",\"details\":\"Not Found\"}}\n"
2022/07/13 12:54:13 ERROR : estuary root 'testdir': not deleting files as there were IO errors
2022/07/13 12:54:13 ERROR : estuary root 'testdir': not deleting directories as there were IO errors
2022/07/13 12:54:13 ERROR : Attempt 2/3 failed with 1 errors and: HTTP error 404 (404 Not Found) returned body: "{\"error\":{\"code\":404,\"reason\":\"Not Found\",\"details\":\"Not Found\"}}\n"
2022/07/13 12:54:13 ERROR : estuary root 'testdir': error reading destination root directory: HTTP error 404 (404 Not Found) returned body: "{\"error\":{\"code\":404,\"reason\":\"Not Found\",\"details\":\"Not Found\"}}\n"
2022/07/13 12:54:13 ERROR : estuary root 'testdir': not deleting files as there were IO errors
2022/07/13 12:54:13 ERROR : estuary root 'testdir': not deleting directories as there were IO errors
2022/07/13 12:54:13 ERROR : Attempt 3/3 failed with 1 errors and: HTTP error 404 (404 Not Found) returned body: "{\"error\":{\"code\":404,\"reason\":\"Not Found\",\"details\":\"Not Found\"}}\n"
2022/07/13 12:54:13 Failed to sync: HTTP error 404 (404 Not Found) returned body: "{\"error\":{\"code\":404,\"reason\":\"Not Found\",\"details\":\"Not Found\"}}\n"

Fixed in 8d6590b