-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Hi,
I wanted to give Map View another try, since I didn't use it for some time.
Unfortunately it doesn't load anymore and I get the following error message in the console:
plugin:obsidian-dictionary-plugin:40 Uncaught TypeError: Cannot read properties of undefined (reading 'find')
at HTMLBodyElement.eval (plugin:obsidian-dictionary-plugin:40:4192)
VM161 plugin:obsidian-map-view:46728 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'splice')
at WildcardMatcher.match (plugin:obsidian-map-view:46728:26)
at wildcard$1 (plugin:obsidian-map-view:46765:21)
at hasFrontMatterLocations (plugin:obsidian-map-view:48329:13)
at buildAndAppendFileMarkers (plugin:obsidian-map-view:58660:17)
at MapViewPlugin.updateMarkersWithRelationToFile (plugin:obsidian-map-view:79581:31)
at eval (plugin:obsidian-map-view:79250:26)
at t.tryTrigger (app.js:1:1209946)
at t.trigger (app.js:1:1209879)
at t.trigger (app.js:1:1228164)
at t.onChange (app.js:1:1218211)
app.js:1 Uncaught TypeError: Cannot read properties of null (reading 'frontmatter')
at eval (plugin:obsidian-dictionary-plugin:40:5196)
at t.tryTrigger (app.js:1:1209946)
at t.trigger (app.js:1:1209879)
at t.trigger (app.js:1:2646234)
at t.activeLeafEvents (app.js:1:2631692)
at c (app.js:1:551671)
at u (app.js:1:551791)
plugin:obsidian-dictionary-plugin:28 Error requesting synonyms for word Stichtag No Synonym API selected/available
eval @ plugin:obsidian-dictionary-plugin:28
VM161 plugin:obsidian-map-view:46728 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'splice')
at WildcardMatcher.match (plugin:obsidian-map-view:46728:26)
at wildcard$1 (plugin:obsidian-map-view:46765:21)
at hasFrontMatterLocations (plugin:obsidian-map-view:48329:13)
at buildAndAppendFileMarkers (plugin:obsidian-map-view:58660:17)
at MapViewPlugin.updateMarkersWithRelationToFile (plugin:obsidian-map-view:79581:31)
at eval (plugin:obsidian-map-view:79250:26)
at t.tryTrigger (app.js:1:1209946)
at t.trigger (app.js:1:1209879)
at t.trigger (app.js:1:1228164)
at t.onChange (app.js:1:1218211)
4app.js:1 Plugin failure: obsidian-map-view Error: Attempting to register an embed for an already registered extension "gpx"
at t.registerExtension (app.js:1:2247536)
at t.registerExtensions (app.js:1:2247734)
at MapViewPlugin.onload (plugin:obsidian-map-view:79095:31)
Do you know what all of this is about?
Thanks in advance,
Silias