-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property of 'concat' of null - Index never builds #33
Comments
Note, Obsidian plugin version was 2.0.0, Obsidian version v0.12.19 (Linux) |
I have this same issue - Obsidian v0.13.21 (MacOS) When I manually try to rebuild the OQL index, same issue and it appears to happen immediately. |
You could try a rebuild of the index, that might solve it if not it's a bug that still needs to be fixed! I've started to rewrite the entire codebase to use Svelte instead of just typescript. I'm aiming to release that soon! |
same issue here. Never get the index built. Hitting the hotkey triggered the same error. |
Hi - Not sure what the problem is but i've started to get this error being shown on my page:
Looking in debug, the index process appears to fail, which makes sense for the rendered message above.
The exception thrown during initial indexing is:
I don't have the full debug trace, but I think it was thrown after it had processed several stages and had reached tags.
I do use metadata tags in my notes.
The text was updated successfully, but these errors were encountered: