yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 165 forks source link

Folder "{ID}" already exists #569

Closed ZeppDK closed 7 years ago

ZeppDK commented 7 years ago

first of all, i have followed the instructions on re-install, and re-auth. sync apears to be successful

sn@ubuntu:~$ python3 /usr/local/bin/acdcli sync
Last sync was very recent or has invalid date. Waiting 0m 47s.
Getting changes..
Inserting nodes.

but when trying the upload command i get a "Please sync" error

sn@ubuntu:~$ python3 /usr/local/bin/acdcli upload /home/sn/NAS/* /NAS/
17-05-29 19:52:46.617 [ERROR] [acd_cli] - Folder "-7OuapayIVFsz4nmf5yxO3St" already exists. Please sync.
17-05-29 19:52:46.881 [ERROR] [acd_cli] - Folder "2OaIOhiqN7yngEW7cXZyLGSsprnoUV,TVN4VMu17qlPAs0" already exists. Please sync.
17-05-29 19:52:48.641 [ERROR] [acd_cli] - Folder "3iwpCKXVugZPsPphYiY5kMZV" already exists. Please sync.
17-05-29 19:52:50.877 [ERROR] [acd_cli] - Folder "BlXy1d3u2xmE-e2aVYQg6lMc" already exists. Please sync.
17-05-29 19:52:50.881 [WARNING] [acdcli.api.backoff_req] - Waiting 15.031681s because of error(s).
17-05-29 19:53:06.098 [ERROR] [acd_cli] - Folder "CUd6gV3zaj8BbcWizyZMpReq-AM,No9ibo2gTwCRydPzx0" already exists. Please sync.
17-05-29 19:53:06.102 [WARNING] [acdcli.api.backoff_req] - Waiting 20.006972s because of error(s).

i have tried deleting the database, and sync again

ZeppDK commented 7 years ago

just tried the parameter old-sync, and now i get a different error

17-05-29 20:22:55.684 [ERROR] [acd_cli] - Uploading "4cKC4hE2e0pdY2keffv,iU-kpC07KP-Jgn5,NmQnY0zGHkZHXeNx9OS78XnB37Ho,L9" failed. RequestError: 1000, ('Connection aborted.', OSError(5, 'Input/output error')).
17-05-29 20:22:56.888 [ERROR] [acd_cli] - Uploading "WcHU1N4idlC3wfxVxKkKrbI,wNd1D0AWdx20tHD,BI2tGza6iP2DlukshwOZoFsMLqogR-peDm26FqS3ej9tYLBR" failed. RequestError: 1000, ('Connection aborted.', OSError(5, 'Input/output error')).
17-05-29 20:22:59.664 [ERROR] [acd_cli] - Uploading "5LKs64G6ZKU4xilLVX,Tyq,dlDbll9u3YWjplozBBNUGkdrrD3,0Je8nBC9qY2HJnwaXlJGZFKpFajMp4INwr0Eb" failed. RequestError: 1000, ('Connection aborted.', OSError(5, 'Input/output error')).
17-05-29 20:23:06.277 [ERROR] [acd_cli] - Uploading "8PpQfzFdssk0fIEXpBSGRQg5zT0el3BehdwUnKG,PlRBL2mOnB32rcDyjTvb8aAOmaWKtsi,hybdb1QgSD6FKkKK" failed. RequestError: 1000, ('Connection aborted.', OSError(5, 'Input/output error')).
17-05-29 20:23:06.281 [WARNING] [acdcli.api.backoff_req] - Waiting 9.918427s because of error(s).
17-05-29 20:23:16.629 [ERROR] [acd_cli] - Uploading "Hl98vyRSQKvjaVapJsQFdHGhUjq8j7mMwRnZ5DqIhINtPUW9UMDgNUNZeJkt9HNJJYRI-gXqDCG-3kI,Vw9oUL0J" failed. RequestError: 1000, ('Connection aborted.', OSError(5, 'Input/output error')).
17-05-29 20:23:16.645 [WARNING] [acdcli.api.backoff_req] - Waiting 7.651397s because of error(s).
17-05-29 20:23:24.730 [ERROR] [acd_cli] - Uploading "R,whX-T4It8,lfsjs4ViEiJ2dkLOEH1OBrQcouUtPLsqUbbF,fAWUBTKw82ig49EfF3" failed. RequestError: 1000, ('Connection aborted.', OSError(5, 'Input/output error')).
17-05-29 20:23:24.730 [WARNING] [acdcli.api.backoff_req] - Waiting 40.455894s because of error(s).
yadayada commented 7 years ago

First post: Could you please do an ls on the parent folder(s) of these failed folder creations and have a look if there are any folders that have similar names?

Second post: Sorry, I can do nothing about connection errors.

ZeppDK commented 7 years ago

ahh, i was unsure what the errors ment.. the "sync" option does not seem to do anything for me, but the "old-sync" works, and now that connection errors have dissapered, and upload seems to be working.