Constantly spinning syncing icon in upper right corner, with error symbol
Here is the ID for the signalement : 511021677
There is no other visible impact on the program's running.
There is no other visible impact on the program's running.
First thing I did months ago when that issue first popped was deactivate all extensions and reactivate one by one. It didn't change anything then, and it didn't change anything now when I just tried it again.
You can run this in Tools → Developer → Run JavaScript to see the attachment with the annotation in question:
var annotation = Zotero.Items.getByLibraryAndKey(1, 'TSZFKR8F');
await ZoteroPane.selectItem(annotation.parentItem.itemID);
The culprit was the Ethereal Style extension, a weirdly complex chinese extension I triffled with for its capacity to embed deeplinks in the comments of annotations themselves.
Thank you all!