Stream: IG creation
Topic: Strange error-like message in build output
Jean Duteau (Jun 09 2020 at 20:36):
I'm seeing the following error-like message in my build output:
Build final .zip (00:45.0262)
Final .zip built (00:46.0429)
context [anonymous] 2:13 attribute path isn't defined
Finished. 00:23.0992. Validation output in /scratch/ig-build-temp-8PBZGK/repo/output/qa.html
Not sure what this is pointing to and there is no obvious error in the QA report that would correspond to it.
Grahame Grieve (Jun 09 2020 at 20:51):
typically this kind of error comes from the XML parser, when I am speculatively loading content to see whether it's XML or not. It creates weird errors since very often it is not at all XML. Which is ok, but the XML parser is hard coded to produce these messages in the console (yay!)
Last updated: Apr 12 2022 at 19:14 UTC