1763533558

Synchronization failed, and the report stated that 'annotation' was not loaded for item (3065/1/DSIXW2SM). My storage does not contain the DSIXW2SM document; it's a ghost document. The entire synchronization process is stuck due to this error.
  • If you go to Tools → Developer → Run JavaScript and run the following code, what's the result?

    return await Zotero.DB.valueQueryAsync("SELECT COUNT(*) FROM items WHERE itemTypeID=(SELECT itemTypeID FROM itemTypes WHERE typeName='annotation') AND itemID NOT IN (SELECT itemID FROM itemAnnotations)")

    After that, if you haven't yet, you should try restarting the app to see if that fixes it.
Sign In or Register to comment.