bandantonio / obsidian-apple-books-highlights-plugin

Import highlights and notes from your Apple Books to Obsidian
https://obsidian.md/plugins?id=apple-books-import-highlights
MIT License
26 stars 0 forks source link

Cannot install the plugin on Obsidien v1.6.5 #22

Closed absorpheus closed 2 days ago

absorpheus commented 3 days ago

When trying to install the plugin in Obsidien, the following error appears:

Failed to install plugin "Apple Books - Import Highlights"

Using Obsidien (Current version: v1.6.5, Installer version: v1.6.5)

Tested on macOS Sonoma 14.2.1

Console tab

console-1

Obsidien (app.js)

console-2

It seems there is an error when making the request to fetch the plugin.

I think this is a problem with Obsidien itself and not to do with your plugin as I was able to install the plugin manually.

Update: So I've managed to install it 'manually' using 'Build a plugin' https://docs.obsidian.md/Plugins/Getting+started/Build+a+plugin

bandantonio commented 2 days ago

@absorpheus Thank you for the report. The issue was related to an unintentional version bump with no artifacts attached.

I reverted the plugin back to the latest (1.2.3) version. Please check that everything OK on your side.

absorpheus commented 2 days ago

Thank you for your swift reply. I can confirm it is now working!

bandantonio commented 2 days ago

Great, thank you for the confirmation and for waiting patiently for the fix.