Answered

Simple plugin no longer working. XML Parsing Error: prefix not bound to a namespace?

  • 6 April 2020
  • 2 replies
  • 765 views

Hi,

I had a simple plugin up and running that executed a function when I clicked a new icon in the bottomBar. I used some of the example code to get up it set up and everything worked ok. Now the icon no longer appears in the bar. The browser tools show that there is an error message (before the plugin is loaded though) that says: XML Parsing Error: prefix not bound to a namespace. I am not sure if this error message is new or not.

Has something changed that means the the button-display code needs to change?

The relevant plugin code is:

miro.onReady(() => {
miro.initialize({
extensionPoints:
{
bottomBar:
{
title: 'Post-it Counter',
svgIcon: '<circle cx="12" cy="12" r="9" fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"/>',
onClick: async () => {...}
updateCount();
}
}
})
})
icon

Best answer by Boris Borodyansky 6 April 2020, 15:38

View original

2 replies

Thanks. It might be an unrelated issue related to my vpn connection (I did some more digging).

 

Userlevel 4
Badge +1

Hi Mark!

No, we did not change anything related to it.

Does reload of the board help?

Reply