SebastianMC / obsidian-custom-sort

Take full control over the order and sorting of folders and notes in File Explorer in Obsidian
GNU General Public License v3.0
252 stars 19 forks source link

Plugin Fails to Install #82

Closed fischgeek closed 1 year ago

fischgeek commented 1 year ago

Fairly fresh vault in my Obsidian Sync setup.

image

EDIT: Dev Console doesn't seem to be much help either.

image

fischgeek commented 1 year ago

Tried other vaults as well; same outcome.

alanwill commented 1 year ago

Seeing the same issue here as well, not sure if it's a version conflict as in Obsidian it's showing that it's trying to update to 1.8.0, but the latest version in this repo is 1.8.1. I'm not familiar enough with the plugin update process to troubleshoot any further

brycepg commented 1 year ago

I tried to update the plugin today, when that failed I uninstalled it. Now I cannot install it at all :( it seems that the new version is broken on both the systems I tried

merlinuwe commented 1 year ago

Same here with Windows 10.

image

ameintjes commented 1 year ago

I'm getting the same error on macOS 11.7

I also tried manually installing 17.2 and get a "Failed to load plugin" error

dragonman117 commented 1 year ago

As suggested earlier by @alanwill the manifest.json version is the cause of the issue. Installing it manually (as @ameintjes tried) after changing the manifest .json to properly say 1.8.1 works

merlinuwe commented 1 year ago

(Why not simply edit the manifest.json file at github?)

SebastianMC commented 1 year ago

Indeed I messed up the version numbers in manifest, package and versions jsons files vs the release package. It is fixed now, release 1.8.2 is available, version numbers are in sync in all places. The messed up 1.8.0 and 1.8.1 (tags, releases, files) were removed Sorry for confusion and preventing the installation and update!

brycepg commented 1 year ago

Thanks Sebastian! Love this plugin, installs fine for me now