Error report 1771680521
Hi there,
I have no issues that I can tell, but this error code has been coming up for at least a month now. Is it something I can fix?
Thanks,
Tina
I have no issues that I can tell, but this error code has been coming up for at least a month now. Is it something I can fix?
Thanks,
Tina
Upgrade Storage
If this is a pop-up that appears without you trying to report an error, what does it say?
Sounds like I just need to ignore it, right?
In your library beginning with "I", paste NZXSKZIT into the search bar in All Fields & Tags mode. That should find an attachment. If you make any change to that attachment, such as adding a temporary tag, does the sync then go through?
return !!(await Zotero.Items.getAsync(12937678))return !!(await Zotero.Items.getByLibraryAndKeyAsync(12937678, 'NZXSKZIT'))Assuming that returns
true, which I'm pretty sure it will, theNZXSKZITitem still exists in the "IH" library. It might be in the trash, though.In any case, this code should select the item:
var item = await Zotero.Items.getByLibraryAndKeyAsync(12937678, 'NZXSKZIT');return await ZoteroPane.selectItems([item.id]);
If you make any change to that item (e.g., adding a temporary tag), the sync might then go through.