rss unable to unsubscribe
I have tried the code:
Run this in Tools → Developer → Run JavaScript to delete all feeds:
var feeds = Zotero.Feeds.getAll();
for (let feed of feeds) {
await feed.eraseTx({ deleteItems: true });
}
But the result shows:
SyntaxError: unexpected token: keyword 'this'
Run this in Tools → Developer → Run JavaScript to delete all feeds:
var feeds = Zotero.Feeds.getAll();
for (let feed of feeds) {
await feed.eraseTx({ deleteItems: true });
}
But the result shows:
SyntaxError: unexpected token: keyword 'this'
If you're sure, try disabling any plugins you're running.
Error: Cannot erase item in library 1-Risk Analysis Q1
If not, please provide a Debug ID for that. We can't help with anything you're doing via code.
426477321
1798612474
Do you see the attachments in the items list? If so, you can select one and run this:
await ZoteroPane.getSelectedItems()[0].eraseTx({ skipEditCheck: true })