francoislaurent / escale

Escale - Client-to-client synchronization based on external relay storage
Other
3 stars 2 forks source link

drive backend blocks on missing locks #36

Open francoislaurent opened 3 years ago

francoislaurent commented 3 years ago

The following error forever repeats:

23/03 14:51 escale.A[DEBUG] drive._get:237  
'/A/.B.lock' aka '/home/escale/gdrive/A/.B.lock' doesn't exist locally nor remotely

It might be related to quota limitations from Google drive that also affect the rclone backend.

EDIT: the affected version is not pushed yet. An error would be thrown otherwise, instead of logging and proceeding, in the code on the current master branch.