RafaelGB/obsidian-db-folder

[Bug]: Uncaught (in promise)

almays opened this issue · 4 comments

Contact Details

almays@gmail.com

What happened?

DB files just stopped working. After opening any DB file, Obsidian hangs, need to force quit from the system tools.
Mac os latest version. Obsidian latest version.

Снимок экрана 2024-04-13 в 18 05 44

What platform were you using?

Desktop

Version of the plugin

3.5.1

Relevant log output

No response

Are you using the latest version of the plugin in your Obsidian vault?

  • I have verified that I am on the latest version

Are you check if there is a similar issue?

  • I have verified that there are not similar issues
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'style')
    at QW (plugin:dbfolder:485:74013)
    at VV.constructUI (plugin:dbfolder:487:68686)
    at HV.display (plugin:dbfolder:487:69855)
    at SettingsSearch.getTabResources (plugin:settings-search:229:15)
    at SettingsSearch.buildPluginResources (plugin:settings-search:129:12)
    at eval (plugin:settings-search:112:12)
    at t.<anonymous> (app.js:1:2200871)
    at app.js:1:237056
    at Object.next (app.js:1:237161)
    at a (app.js:1:235879)

Seems it has to do with Dataview. Just dataview codes in normal documents also hang Obsidian. So it is not a DB Folder issue. It is a general Dataview problem.

Seems it was some weird local issue. I created new vault, moved content files. Reenabled all plugins. And now it works. Seems it was some cache or legacy settings data mixing up the things.