blacksmithgu / obsidian-dataview

A data index and query language over Markdown files, for https://obsidian.md/.
https://blacksmithgu.github.io/obsidian-dataview/
MIT License
6.57k stars 390 forks source link

Failed to load plugin #1079

Open AB1908 opened 2 years ago

AB1908 commented 2 years ago

What happened?

The error message in console is:

app.js:1 Plugin failure: dataview SyntaxError: Unexpected token '<'
    at eval (<anonymous>)
    at app.js:1:1510129
    at t.<anonymous> (app.js:1:1510191)
    at app.js:1:235084
    at Object.next (app.js:1:235189)
    at s (app.js:1:233928)

Dataview Version

0.5.19

Obsidian Version

0.14.9

OS

Windows

AB1908 commented 2 years ago

Never mind, cannot repro, closing for now. Was fixed by uninstalling and reinstalling after I found that it worked in a clean vault.

zanodor commented 9 months ago

Could not enable plugin on newly made vault either. iOS 15.7.8

AB1908 commented 9 months ago

@zanodor can you share repro steps? Do you see any errors in console?

zanodor commented 9 months ago

Unfortunately, I don't know how to proceed with console on iOS. I have no external keyboard, either.

I found this: https://github.com/KjellConnelly/obsidian-dev-tools What to check?

AB1908 commented 9 months ago

Enable the plugin which should enable the console. Then restart obsidian. Tell us what you see in the logs.

zanodor commented 9 months ago

Console "Plugin failure: dataview" Object {O} @capacitor://localhost/app. js: 1 : 236938 s@capacitor://localhost/app. js : 1 : 235808 promiseReactionJob@ [ native code]

Thanks a lot, buddy