marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
234 stars 36 forks source link

V1.22.0 error #18

Closed tommyli123 closed 2 years ago

tommyli123 commented 2 years ago

upgraded to the latest version today. got following error in all my notes with JIRA links.

39app.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 at e.iterate (app.js:1) at ei.iterate (app.js:1) at Object.buildAsyncDecorations (VM110 plugin:obsidian-plantuml:5405) at Object.update (VM110 plugin:obsidian-plantuml:5398) at e.update (app.js:1) at e.updatePlugins (app.js:1) at e.update (app.js:1) at e._dispatch (app.js:1) at e.dispatch (app.js:1)

marc0l92 commented 2 years ago

The last version of obsidian included a new version of codemirror that apparently contains a non backward compatible change of a function. Thanks for let me know about this issue, I will soon release a new version.

marc0l92 commented 2 years ago

https://forum.obsidian.md/t/obsidian-release-v0-15-6/40227

marc0l92 commented 2 years ago

Are you sure this error is caused by this plugin? In the error message you posted I see plugin:obsidian-plantuml and that plugin just released a new version to fix incompatiblity with the new version of obsidian API: https://github.com/joethei/obsidian-plantuml/releases/tag/1.6.6

Can you update that plugin and let me know if you still see this error?

tommyli123 commented 2 years ago

can't reproduce now. I did not change/upgrade anything for the last few hours. It was returning error this morning for all the JIRA links. will keep observing and report back here.