adifyr / obsidian-chat-view

An elegant chat view for Obsidian pages.
MIT License
202 stars 11 forks source link

Failed to install (1.4.0) #21

Closed EricKotato closed 1 year ago

EricKotato commented 1 year ago

For some reason I can't install latest version of plugin (1.4.0) to latest Obsidian (1.1.9). Both update and reinstall are failing with error:

app.js:1 Error: Request failed, status 404
    at new t (app.js:1:710073)
    at Aw (app.js:1:710265)
    at app.js:1:710942
    at app.js:1:235505
    at Object.next (app.js:1:235610)
    at a (app.js:1:234349)
(anonymous) @ app.js:1
EricKotato commented 1 year ago

I've managed to install 1.4.0 through BRAT, but there's something I've noticed. Obsidian lists version as 1.5.0, though latest release is 1.4.0. Looks like the version is fetched from master branch (probably from default branch?), but since there's no released tagged 1.5.0, it can't be downloaded.

adifyr commented 1 year ago

Hi @EricKotato. I've just released Version 1.5.0 of Obsidian Chat View. That should fix the error your getting. Let me know if it fixed it, and I'll close this issue.

EricKotato commented 1 year ago

Yes, plugin is properly updated now. Thanks.