joethei / obsidian-link-favicon

See the favicon for a linked website.
GNU General Public License v3.0
89 stars 2 forks source link

Errors generated on Obsidian v0.15.0 #34

Closed QuaCKeReD closed 2 years ago

QuaCKeReD commented 2 years ago

Following errors being generated when any files are opened

app.js:1 Error: [CM6] tree.iterate has changed syntax.
See the stack trace to find the faulty plugin and file an issue with the plugin author. 
Details: https://discuss.codemirror.net/t/release-0-20-0/4302
    at app.js:1:1528976
    at e.iterate (app.js:1:292943)
    at e.ti.iterate (app.js:1:1529210)
    at Object.buildAsyncDecorations (plugin:link-favicon:7:85257)
    at new eval (plugin:link-favicon:7:84904)
    at e.create (app.js:1:412022)
    at e.update (app.js:1:412452)
    at e.setState (app.js:1:497082)
    at e.set (app.js:1:1294867)
    at t.setViewData (app.js:1:1654296)

With following additional error when links exist on the opened page

app.js:1 Error: [CM6] tree.iterate has changed syntax.
See the stack trace to find the faulty plugin and file an issue with the plugin author. 
Details: https://discuss.codemirror.net/t/release-0-20-0/4302
    at app.js:1:1528976
    at e.iterate (app.js:1:292943)
    at e.ti.iterate (app.js:1:1529210)
    at Object.buildAsyncDecorations (plugin:link-favicon:7:85257)
    at Object.update (plugin:link-favicon:7:84979)
    at e.update (app.js:1:412271)
    at e.updatePlugins (app.js:1:497826)
    at e.update (app.js:1:496058)
    at e._dispatch (app.js:1:493462)
    at e.dispatch (app.js:1:495060)