Errors in debug log
Trying to better understand some behavior that surprised me, I thought I would try to get familiar with the debug logs. Mine starts off like this:
[JavaScript Error: "XML Parsing Error: no root element found Location: moz-nullprincipal:{27d1cf2c-ee4f-4da0-a754-1b1a9e635b9c} Line Number 1, Column 1:" {file: "moz-nullprincipal:{27d1cf2c-ee4f-4da0-a754-1b1a9e635b9c}" line: 1}]
[JavaScript Error: "File is not valid XML" {file: "chrome://zotero/content/xpcom/style.js" line: 629}]
Just wonder if those are "normal" errors (and if so, is there a way to find out what's normal) or if things are more messed up than I imagined.
[JavaScript Error: "XML Parsing Error: no root element found Location: moz-nullprincipal:{27d1cf2c-ee4f-4da0-a754-1b1a9e635b9c} Line Number 1, Column 1:" {file: "moz-nullprincipal:{27d1cf2c-ee4f-4da0-a754-1b1a9e635b9c}" line: 1}]
[JavaScript Error: "File is not valid XML" {file: "chrome://zotero/content/xpcom/style.js" line: 629}]
Just wonder if those are "normal" errors (and if so, is there a way to find out what's normal) or if things are more messed up than I imagined.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
But "File is not valid XML" usually means you tried to import an invalid style (e.g., that you edited yourself incorrectly).