generated from windingwind/zotero-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
awaiting-responseMore information is neededMore information is neededbugSomething isn't workingSomething isn't working
Description
I am encountering an issue with the arXiv article version update API in the Zotero-arxiv-workflow plugin. When I attempt to update arXiv articles, the API seems to cause an endless loop, repeatedly downloading the same arXiv articles. This behavior is causing significant inconvenience and potential performance issues.
My plugin version is 0.2.13. Below is the code I am using to call the API:
if (!item) return;
const Zotero = require("Zotero");
if (!Zotero.arXivWorkflow) {
return "[Action:arXivWorkflow] arXivWorkflow for Zotero is not installed or disabled.";
}
if (item.itemType !== "preprint") return false;
await Zotero.arXivWorkflow.api.arXivUpdate(item);
Could the author please investigate this issue and provide a fix? Thank you for your attention and help!
Metadata
Metadata
Assignees
Labels
awaiting-responseMore information is neededMore information is neededbugSomething isn't workingSomething isn't working