yadayada / acd_cli

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

Had to sync three times to be successful: End of change request not reached #522

Open myartsev opened 7 years ago

myartsev commented 7 years ago

A fresh install of acd_cli took me three tries to sync before it was successful, looks like each sync builds up on the data from the previous try.

My Amazon Drive is ~1.4TB.

anijap@foo:~$ acd_cli sync
Getting changes..............Inserting nodes..............17-01-30 16:15:27.890 [WARNING] [acdcli.api.metadata] - End of change request not reached.

17-01-30 16:15:27.895 [ERROR] [acd_cli] - Root node not found. Sync may have been incomplete.
anijap@foo:~$ acd_cli sync
Getting changes.................................................................................................
Inserting nodes................................................................................................
17-01-30 16:26:52.045 [ERROR] [acd_cli] - Root node not found. Sync may have been incomplete.
anijap@foo:~$ acd_cli sync
Getting changes..
Inserting nodes.
k4kfh commented 7 years ago

Yeah, I'm relatively new and I'm not sure why this is, but I had the same issue. Syncing is never marked successful, but if you do it a few times it'll gradually download all the data.

ghost commented 7 years ago

I believe [after reading other threads] that the issue is that there are too many files/folders in a folder/tree and the sync has issue adding them all to the DB.

bu3alwa commented 7 years ago

just had this issue recently. Once you reach a certain point there will be too many files for sync so instead use psync -r /folder. i just ran it on the root folder and waited a while for it to complete.

k4kfh commented 7 years ago

Oh seriously? acd_cli psync -r is a thing? I didn't know. Maybe document that on the basic guide so users don't panic and think it's not syncing correctly.

On Fri, Mar 10, 2017 at 5:00 AM, madmanali93 notifications@github.com wrote:

just had this issue recently. Once you reach a certain point there will be too many files for sync so instead use psync -r /folder. i just ran it on the root folder and waited a while for it to complete.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/yadayada/acd_cli/issues/522#issuecomment-285640745, or mute the thread https://github.com/notifications/unsubscribe-auth/AKNEh51R6cM8owAfUqKv6OQaW45OAa2Vks5rkS1FgaJpZM4LyGkd .

bu3alwa commented 7 years ago

There is a small snippet on the FAQ