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.
  • Generally you shouldn't worry about logged errors — interpreting those is our job, and most logged things aren't problems. If you're having trouble, we'd just want a Report ID and a description of the problem you're having.

    But "File is not valid XML" usually means you tried to import an invalid style (e.g., that you edited yourself incorrectly).
Sign In or Register to comment.