generated from obsidianmd/obsidian-sample-plugin
    
        
        - 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 71
 
Closed
Labels
Description
Please fill out these Check-boxes
- I checked that the plugin is up to date
 - The issue persist with all other plugins and themes disabled
 
This Issue Occurs on
- Windows
 - Linux
 - macOS
 - Android
 - iOS
 
Plugin Version
0.10.2
Describe the Issue
Example script 'Activity Tracker' trows error:
Failed to execute JS
Failed to execute JS during execution "6509f34a-6763-41f0-8df3-aced42ef130c"
Error: [MB_VALIDATION] "failed to validate parser result" caused by "Failed to parse bind target. Bind target storage path is undefined."
    at Pc.validateStoragePathAsFilePath (plugin:obsidian-meta-bind-plugin:49:9778)
    at Pc.validateBindTarget (plugin:obsidian-meta-bind-plugin:49:8229)
    at Pc.parseAndValidateBindTarget (plugin:obsidian-meta-bind-plugin:49:7853)
    at Am.createBindTarget (plugin:obsidian-meta-bind-plugin:102:2941)
    at qo.eval [as func] (eval at buildFunction (plugin:js-engine), <anonymous>:5:23)
    at qo.runFunction (plugin:js-engine:39:79271)
    at zo.execute (plugin:js-engine:39:84539)
    at Or.tryRun (plugin:js-engine:39:19287)
    at Or.renderResults (plugin:js-engine:39:19474)
    at Or.render (plugin:js-engine:39:20168)
Steps to Reproduce
open the note from the link: https://github.com/mProjectsCode/obsidian-meta-bind-plugin/blob/0213492d77966304668eb5429f50cc23808aa4f8/exampleVault/Advanced%20Examples/Activity%20Tracker.md
Expected Behavior
Script should execute.