pjeby / tag-wrangler

Rename, merge, toggle, and search tags from the Obsidian tag pane
633 stars 19 forks source link

"Failed to Load" #134

Closed mattpackwood closed 4 months ago

mattpackwood commented 4 months ago

I am getting (consistently) "Failed to Load" errors, any thoughts / suggestions / insight?

Matt

pjeby commented 4 months ago

Plugin and Obsidian version? Does it work in the sandbox vault?

mattpackwood commented 4 months ago

I am running v1.6.3 and plugin version 0.6.1

It seems to work in Sandbox (ugh).....

pjeby commented 4 months ago

Just so you're aware, Tag Wrangler doesn't have the word "Failed" in its code, so that must be a message from Obsidian or another plugin. Have you checked the developer console (ctrl-shift-I) to see if there are any error messages? There's likely more information there.

mattpackwood commented 4 months ago

I did not get a chance to access the developer console (I can't send that keyboard combination), but I removed all add-ons and reinstalled... Seems to be "unbroken".

pjeby commented 4 months ago

It was probably a plugin ordering issue, then -- some plugins do stuff at startup that depends on the order of other plugins. No way to know which one it was without the console though. If you're on a Mac, it's probably cmd-shift-I, and might be in the app menu as "Open Developer Tools" or something like that. (Just for future reference if you have this again or other plugin issues.)