generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 67
Closed as duplicate of#607
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin
Description
Please fill out these Check-boxes
- I checked for existing similar issues
- I checked that the plugin is up to date
- The issue persists with all other plugins and themes disabled
Plugin Version
1.4.4
This Issue Occurs on
- Windows
- Linux
- macOS
- Android
- iOS
Debug Info
SYSTEM INFO:
Obsidian version: v1.9.7
Installer version: v1.5.12
Operating system: Darwin Kernel Version 23.6.0: Wed Jul 31 20:48:44 PDT 2024; root:xnu-10063.141.1.700.5~1/RELEASE_X86_64 23.6.0
Login status: logged in
Language: en
Catalyst license: supporter
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 3
Restricted mode: off
Plugins installed: 15
Plugins enabled: 15
1: Recent Files v1.7.4
2: Settings Search v1.3.10
3: Footnote Shortcut v0.1.3
4: Code Editor Shortcuts v1.14.0
5: Calendar v1.5.10
6: Easy Bake v1.1.0
7: Dataview v0.5.68
8: Day Planner v0.28.0
9: Tasks v7.20.0
10: Supercharged Links v0.12.1
11: Meta Bind v1.4.4
12: Shell commands v0.23.0
13: Git v2.35.0
14: Templater v2.14.1
15: QuickAdd v2.1.0
RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.
Describe the Issue
A warning repeatedly appears in the dev console that looks like this:
plugin:obsidian-meta-bind-plugin:96
meta-bind | MetadataManager >> failed to cycle source TypeError: this.cache.values(...).toArray is not a function
at Db.getCacheItems (plugin:obsidian-meta-bind-plugin:164:133776)
at vc.cycleSource (plugin:obsidian-meta-bind-plugin:96:92022)
at vc.cycle (plugin:obsidian-meta-bind-plugin:96:91804)
at eval (plugin:obsidian-meta-bind-plugin:181:17585)
cycle @ plugin:obsidian-meta-bind-plugin:96
await in cycle (async)
eval @ plugin:obsidian-meta-bind-plugin:181
Here's my metabind settings:
{
"devMode": false,
"ignoreCodeBlockRestrictions": false,
"preferredDateFormat": "YYYY-MM-DD",
"firstWeekday": {
"index": 0,
"name": "Sunday",
"shortName": "Su"
},
"syncInterval": 200,
"enableJs": false,
"viewFieldDisplayNullAsEmpty": false,
"enableSyntaxHighlighting": true,
"enableEditorRightClickMenu": true,
"inputFieldTemplates": [],
"buttonTemplates": [],
"excludedFolders": []
}
Steps to Reproduce
Install version 1.4.4. The warning appears.
Expected Behavior
No warning should appear in the dev console.
Metadata
Metadata
Assignees
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this plugin