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

Open
myartsev opened this Issue Jan 31, 2017 · 5 comments

Comments

Projects
None yet
5 participants

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 Feb 26, 2017

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.

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.

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 Mar 10, 2017

There is a small snippet on the FAQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment