Mendeley-FileSync icon indicating copy to clipboard operation
Mendeley-FileSync copied to clipboard

Mac sqlite error

Open cream68 opened this issue 7 years ago • 1 comments

The scripts works perfectly on Ubuntu, but when syncing with my mac i get the following error:

return self.cursor.execute(statement, values) sqlite3.OperationalError: table DocumentFiles has no column named remoteUrl

cream68 avatar Jun 26 '17 09:06 cream68

I changed remoteUrl to remoteFileUuid. Now its working again. Database structure seems to change in Mac

cream68 avatar Jun 26 '17 21:06 cream68