Error:'saveAnnotations'

When I create a box annotation, I get this error:

https://i.imgur.com/eHo8G5h.png

**The error report shows:**

\[JavaScript Error: "'annotation' not loaded for item (7206/1/46DGQYVQ)"\]

**Report ID:** 872736905

I checked the database integrity, as was suggested in another thread. I also ran:

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)")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)")`

Return value:

===>0<=== (number)

I hope that's helpful.
Sign In or Register to comment.