-
-
Notifications
You must be signed in to change notification settings - Fork 3
TypeError message at startup on iPhone from this plugin #28
Comments
As an additional the above, this breaks Obsidian on my iPhone 13 Pro - on both app store and insider versions App starts up, loads everything, freezes, does same al over again, then goes to a grey screen... EDIT: this isnt cause of break - have managed to recover iPhone operation and even with this error now it doesnt freeze |
Just chiming into say that this seems to be the same error as in #26. |
Thanks Luke. Because the error is caught, it's unclear to me how this could be preventing the rest of Obsidian from starting up. (I'm not saying it isn't, only that I can't see how...) |
I am aware of the issue, haven't had time to dig into it though.
The @ts-ignore is only there to disable the type checker, since the I will try to find some time today or later this weekend! |
Brilliant - thanks very much for fixing this. |
As discussed in Discord - inside-mobile:
On some phones, this message gets displayed at startup:
Text:
@_quack
figured out the only plugin with iconID in their vault was this one, and I was then able to confirm that when I just turn off this one plugin, that message disappears for me too.Searching the code, it looks like it's here:
obsidian-advanced-toolbar/src/main.ts
Lines 151 to 160 in c709a7d
The
//@ts-ignore
is interesting. Does it suggest that there is a possible error case that is being ignored?It would be helpful if there was a meaningful error message issued, like what the problem command was...
The text was updated successfully, but these errors were encountered: