nt1m / livemarks

Extension that restores RSS Feed Livemarks in Firefox.
https://addons.mozilla.org/firefox/addon/livemarks/
MIT License
231 stars 23 forks source link

error viewing xml files #393

Open rbro opened 2 years ago

rbro commented 2 years ago

I am running into an issue where if I have Livemarks enabled, if I try viewing certain xml files, Firefox flags them as invalid xml even though they are valid. I am running Firefox 96.0.3 and Livemarks 3.4.

I'm not able to share the xml files, but I've been trying to narrow it down to something reproducible. Please let me know if the below helps, or if there is something I can do locally to try to help narrow it down:

When it happens, Firefox displays an error like:

Location: https://server/test/test.xml
Line Number 1644, Column 7:

------^

or

Location: https://server/test/test.xml
Line Number 124, Column 19:
      <Category>N</Categction>N</Section>
-------------------

In the last example, I don't have a node called "Categction" in my file. It's almost like it combined parts of the "Category" and "Section" names into the same node.

Thanks for any help you can provide.

evilpie commented 2 years ago

I would suggest you disable the Feed preview feature. Go to the addon options page. Click on "More options" and disable feed preview.

rbro commented 2 years ago

Yes, that fixed it - thanks!