5.0.85 Sync Error: "It may have been saved with a newer version of Zotero."
This discussion was created from comments split from: 5.0.80 Sync Error: "It may have been saved with a newer version of Zotero".
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Restarting Zotero and/or notebook does not help. The same error appears consistently. The error report always refers to DQZ5AJ2F. However, this item is not found when pasting into Zotero (locally and online) and no such directory exists in Zotero storage locally.
The error might be connected to a database error message from Zotero a few days ago (April 19). Zotero then asked to be restarted and did not report any problems on restart.
Could you please help ?
Thank you !
Can you provide a Debug ID (different from a Report ID) for a sync attempt that triggers this?
The Debug ID is D1116281938.
return await Zotero.DB.valueQueryAsync("SELECT data FROM syncCache WHERE libraryID=? AND key=? AND version=? AND syncObjectTypeID IN (SELECT syncObjectTypeID FROM syncObjectTypes WHERE name=?)", [250257, 'DQZ5AJ2F', 0, 'collection'])
You can x out the collection name and anything else you want.
===>false<=== (boolean)
Should I run the sync again ?
Alternatively, you can probably just run this to see the collection in question and change the name to match the remote name (which is what you'll get after syncing):
return await Zotero.DB.valueQueryAsync("SELECT collectionName FROM collections WHERE libraryID=? AND key=?", [250257, 'DQZ5AJ2F'])
Thank you for the great and immediate help !