mdelobelle / metadatamenu

For data management enthusiasts : type and manage the metadata of your notes.
https://mdelobelle.github.io/metadatamenu
MIT License
520 stars 27 forks source link

ERROR: IndexedDB error: VersionError: The requested version (1) is less than the existing version (2). #640

Open jpfieber opened 6 months ago

jpfieber commented 6 months ago

When I first startup Obsidian I get an error message in the console. Debug info is at the bottom.   IndexedDB error: VersionError: The requested version (1) is less than the existing version (2). Event {isTrusted: true, type: 'error', target: IDBOpenDBRequest, currentTarget: IDBOpenDBRequest, eventPhase: 2, …} request.onerror @ plugin:metadata-menu:23175 error (async)
init @ plugin:metadata-menu:23174 IndexDatabase @ plugin:metadata-menu:23163 onload @ plugin:metadata-menu:23343 await in onload (async)
e.load @ app.js:1 (anonymous) @ app.js:1 (anonymous) @ app.js:1 (anonymous) @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 (anonymous) @ app.js:1 v @ app.js:1 e.loadPlugin @ app.js:1 (anonymous) @ app.js:1 (anonymous) @ app.js:1 (anonymous) @ app.js:1 (anonymous) @ app.js:1 v @ app.js:1 e.enablePlugin @ app.js:1 (anonymous) @ app.js:1 (anonymous) @ app.js:1 (anonymous) @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1 Promise.then (async)
l @ app.js:1 a @ app.js:1

SYSTEM INFO: Obsidian version: v1.5.8 Installer version: v1.5.3 Operating system: Windows 10 Pro 10.0.22631 Login status: not logged in Insider build toggle: off Live preview: on Base theme: light Community theme: Minimal v7.4.6 Snippets enabled: 17 Restricted mode: off Plugins installed: 61 Plugins enabled: 36 1: Tasks v6.1.2 2: Templater v2.2.3 3: QuickAdd v1.8.1 4: Minimal Theme Settings v7.3.1 5: Style Settings v1.0.8 6: Recent Files v1.3.10 7: Open Gate v1.11.1 8: Map View v5.0.2 9: Supercharged Links v0.11.1 10: Update modified date v1.3.2 11: Calendar v1.5.10 12: Tracker v1.13.2 13: Html Server v1.0.8 14: Dataview v0.5.64 15: VSCode Editor v1.0.4 16: Chat View v1.6.0 17: Custom Frames v2.4.7 18: Editor Syntax Highlight v0.1.3 19: Image Gallery v1.1.1 20: Natural Language Dates v0.6.2 21: Paste image rename v1.6.1 22: Simple Embeds v1.14.1 23: Typing Transformer v0.4.0 24: Linter v1.23.2 25: Omnivore v1.9.4 26: Local Images Plus v0.15.9 27: LinkStowr v0.5.0 28: Metadata Menu v0.6.0-beta.8 29: Advanced URI v1.40.0 30: HTML Reader v1.0.12 31: Dangling links v0.3.0 32: Text Extractor v0.5.1 33: Omnisearch v1.21.1 34: Tag Wrangler v0.6.1 35: Daily Note Navbar v0.1.0 36: Emoji Autocomplete v1.3.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.

mdelobelle commented 6 months ago

Hi, can you try this: https://github.com/mdelobelle/metadatamenu/issues/643#issuecomment-2016417655 and see if it solves the issue?

jpfieber commented 6 months ago

That did fix it. After deleting 3 databases and restarting Obsidian multiple times I've not seen the error again. Thanks!