Dataview Plugin in v1.4.4

Also, while you are in the dev tools, you could check the Console tab, and see if you get any errors.

Like this: Bug report: No available storage method found. · Issue #1282 · blacksmithgu/obsidian-dataview · GitHub

1 Like

Thanks for all your help. It is now fixed.

What I did:

I used the Atom Editor to correct the inline Properties I had throughout my Vault. (changing "Class:: " to "Class: " etc)

I created a new vault which I called “test_vault” and opened the developers console to watch for errors as I moved copies of my notes into this new vault.

I also created a dataview query and watched if it continued to work as expected as I moved notes into the new vault.

Eventually I found a note that created many console errors of “files that could not be found” so I isolated this note. In any-case this note did not impact the running of Dataview in this vault.

My original Vault (where Dataview did not work) still did not work. I used your procedure of opening the Dev Console and under applications, erasing the “IndexedDBs” starting with those of dataview. Once they were all erased, I restarted Obsidian.

Both my “test_vault” and my original Vault now worked with the Dataview plugin. I think that my inline properties which were not too consistent, broke the Dataview plugin.

Thanks for your help!

3 Likes

Awesome that you detailed all you did! I’m sure that will help others!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.