mgmeyers / obsidian-zotero-integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero into Obsidian.
GNU General Public License v3.0
1.07k stars 55 forks source link

Error Processing PDF: Command failed with EACCES #95

Closed csducate closed 2 years ago

csducate commented 2 years ago

I'm trying to get OZI set up on a new computer, but when I go to extract annotations, I get "Error Processing PDF: Command failed with EACCES". The problem occurs with every PDF I've tried.

Screen Shot 2022-09-23 at 9 36 52 AM

I've tried to Google what EACCES is to troubleshoot myself, but I'm stumped. Any help or advice on how to fix the problem?

mgmeyers commented 2 years ago

I believe this means that obsidian doesn't have permissions to access to the PDF extraction utility pdfannots2json for some reason. Is your vault synced between multiple devices? You could try deleting /Users/cducate/Documents/Knowledge Hub/.obsidian/plugins/obsidian-zotero- desktop-connector/pdfannots2json and reinstalling it from the plugin settings.

csducate commented 2 years ago

Aha! Deleting and reinstalling worked! Would not have thought of that. Thank you!