xybu / onedrived-dev

A Microsoft OneDrive client for Linux, written in Python3.
https://github.com/xybu/onedrived-dev
MIT License
706 stars 78 forks source link

Creates directories but that's it #94

Open mcarvalho21 opened 6 years ago

mcarvalho21 commented 6 years ago

Hello,

When running the service, it creates the folders but doesn't sync any of its contents/files. I don't notice any errors in the debug output. What could be wrong?

Thanks, Marco

mcarvalho21 commented 6 years ago

Was able to fix this by deleting the items_*.sqlite3 file in ~/.config/onedrived. Now everything syncs normally. Why I think this may have happened is that I ended up killing the processing while it was syncing when I first started it up. Although this makes more sense, the service should handle these scenarios more gracefully.

On a side note, when this happened, I decided to delete all the folders and running the onedrived service again -- BIG MISTAKE! Thank god for OneDrive's Recycle Bin or I would have been in a horrible situation.

derrix060 commented 6 years ago

@xybu close it?

ghost commented 6 years ago

@mcarvalho21 I have the same problem, but I don't see onedrived in the ~/.config/ folder or the file items_*.sqlite3 in any other folder.

luerhard commented 5 years ago

i have the same problem. i can start syncing without a problem, but if i shut down the computer during the sync the synchronisation will not start until i onedrived stop, remove the items_*.sqlite3 and onedrived start again. is there any solution?