This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Error message at startup TypeError: Cannot read property 'name' of undefined
with Obsidian 0.15.1
#9
Comments
This plugin is kind of broken in a few ways. I'm currently rewriting it as part of the new Commander Plugin with lots more functionality. I will probably remove the plugin and archive this repo soon |
If you rely on it now, try deleting the data.json or remove any macros
inside it that contain commands by plugins that are disabled now (or
otherwise don't exist anymore)
…On Thu, Jun 16, 2022, 09:57 Clare Macrae ***@***.***> wrote:
Hello,
I noticed an error from this plugin with:
- Obsidian 0.15.1 (Insider)
- Macros version 0.1.0 (current version)
Error message at startup TypeError: Cannot read property 'name' of
undefined
plugin:macro-plugin:2736 Uncaught (in promise) TypeError: Cannot read property 'name' of undefined
at eval (plugin:macro-plugin:2736)
at Array.forEach (<anonymous>)
at eval (plugin:macro-plugin:2734)
at Array.forEach (<anonymous>)
at MacroSettingsTab.display (plugin:macro-plugin:2732)
at SettingsSearch.getTabResources (plugin:settings-search:170)
at SettingsSearch.buildPluginResources (plugin:settings-search:120)
at eval (plugin:settings-search:122)
eval @ plugin:macro-plugin:2736
eval @ plugin:macro-plugin:2734
display @ plugin:macro-plugin:2732
getTabResources @ plugin:settings-search:170
buildPluginResources @ plugin:settings-search:120
eval @ plugin:settings-search:122
setTimeout (async)
buildPluginResources @ plugin:settings-search:122
eval @ plugin:settings-search:122
setTimeout (async)
buildPluginResources @ plugin:settings-search:122
eval @ plugin:settings-search:122
setTimeout (async)
buildPluginResources @ plugin:settings-search:122
eval @ plugin:settings-search:105
(anonymous) @ app.js:1
(anonymous) @ app.js:1
(anonymous) @ app.js:1
s @ app.js:1
Promise.then (async)
l @ app.js:1
s @ app.js:1
Promise.then (async)
l @ app.js:1
(anonymous) @ app.js:1
m @ app.js:1
t.loadLayout @ app.js:1
(anonymous) @ app.js:1
(anonymous) @ app.js:1
(anonymous) @ app.js:1
s @ app.js:1
Promise.then (async)
l @ app.js:1
s @ app.js:1
Promise.then (async)
l @ app.js:1
s @ app.js:1
Promise.then (async)
l @ app.js:1
s @ app.js:1
Promise.then (async)
l @ app.js:1
s @ app.js:1
—
Reply to this email directly, view it on GitHub
<#9>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOHZOJLYZA642BYIU6BSL7DVPLM5DANCNFSM5Y54F7XA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Disabling the 'Settings Search' plugin made this error go away. |
Understood. Many thanks for the replies. |
Here is the reply from Settings Search:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I noticed an error in the console from this plugin at startup with:
Error message at startup
TypeError: Cannot read property 'name' of undefined
The text was updated successfully, but these errors were encountered: