Library not opened
Hi
Today, April 20th, I have not been able to download my library. I have restarted my computer and I have tried to recover it from a security copy using the time machine utility from my Mac. The computer keep on saying there was an error and addressing me to this forum. Would you be so kind to help me? Thanks.
Today, April 20th, I have not been able to download my library. I have restarted my computer and I have tried to recover it from a security copy using the time machine utility from my Mac. The computer keep on saying there was an error and addressing me to this forum. Would you be so kind to help me? Thanks.
UnloadedDataException: Item data not loaded and field 'extra' not set for item 1/P3K2SVVP
Zotero.Exception.UnloadedDataException@chrome://zotero/content/xpcom/error.js:159:16
Zotero.Item.prototype.getField@chrome://zotero/content/xpcom/data/item.js:279:11
Zotero.Item.prototype.migrateExtraFields@chrome://zotero/content/xpcom/data/item.js:5428:23
Zotero.Schema</this.migrateExtraFields@chrome://zotero/content/xpcom/schema.js:693:21
From previous event:
ZoteroService@file:///Applications/Zotero.app/Contents/Resources/components/zotero-service.js:347:7
@chrome://zotero/content/include.js:4:14
If you'd prefer not to do that, this might take a bit of back and forth, but go to Tools → Developer → Run JavaScript, run the following code, and let us know the result, either here or in an email to support@zotero.org with a link to this thread:
var item = Zotero.Items.getByLibraryAndKey(1, 'P3K2SVVP');
await item.loadAllData()
return item.toJSON()
Detailed instructions on that same page.