You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(easError).message='Failed to fetch the manifest for plugin! '+(easError).message;
console.error(e);
}
}
This is the wrong URL. Obsidian uses the Release REST API and not the raw file. This is an important distinction, because the release asset and the ref/raw asset, don't have to be the same.
Describe the bug
Currently, you use this to retrieve manifest.json:
vare-obsidian-plugin/src/util/GitHub.ts
Lines 104 to 120 in 307ba0e
This is the wrong URL. Obsidian uses the Release REST API and not the raw file. This is an important distinction, because the release asset and the ref/raw asset, don't have to be the same.
How to Reproduce
Try to add anonhostpi/obsidian-exposed-api and install 0.0.3-f
It fails, because the wrong manifest file was used
Expected behavior
It should use the
OS of your device
Win11
Obsidian Version
v1.6.3
Plugin Version
0.3.5
Additional context
Going to be working on a PR in a moment to fix this for ya.
The text was updated successfully, but these errors were encountered: