Replies: 3 comments
-
Small update: I've added That said, Local Rest API still throws an error, and Obsidian Web results in "ERR":
If I "comment out" the
|
Beta Was this translation helpful? Give feedback.
-
That's interesting! I haven't seen this personally -- do you have any instructions I can follow to try to reproduce this on my end? I'm sure this is obvious, but in case it isn't, that etag code you've commented-out isn't in this library, but a dependency, so just commenting it out isn't an option. More than likely, though, this'll just be a situation in which some of the types in Obsidian itself just don't quite match what I'm expecting anymore. |
Beta Was this translation helpful? Give feedback.
-
& if we could -- could we centralize the conversations about this on this issue here: #79? |
Beta Was this translation helpful? Give feedback.
-
(Thanks for this awesome plugin, Adam!)
In the last few days, I've been unable to successfully use Local REST API. The plugin and (both) ports are listening as expected but the plugins seem to throw an "internal error", when being used.
If I look in the Developer Tools > Console, I see this, specific for the plugin:
If paused on exception, this seems to be the function throwing the error in the console
I guess there are some "issues" with
etag
(based on my tags/metadata in my files/cache), but I'm looking for a way to detect exactly which file is causing issues, or how to check the entity/values to question. Is this possible to output somehow? Maybe built-in error handling could add some brief information on what file/entity/value is causing the error, as well as the actual error?Last time something similar happened (back in 2022), I actually detected which file was causing issues via tcpdump, looking at the "regexp", but this time, tcpdump only outputs what I see in the console.
I'll dig around in the Developer Tools and version history for my (recent) notes, to see if I can spot something, but would be lovely if the plugin could somehow include details on what note/metadata to fix. 😀
Beta Was this translation helpful? Give feedback.
All reactions