Receiving LXML errors while pulling from test case and test script in qm. Only for 1 project area, works for the rest. #86
pauljosephwilson
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is able to pull the full data for other resource types on the same project
I am getting ~35% of the way through the query and receiving lxml.etree.XMLSyntaxError: XML declaration allowed only at start of the document line 4076, column 30
The other error I get with my other pull that fails is lxml.etree.XMLSyntaxError: expected '>'' line 509, column 107.
Is that an issue with the data where it contains something that throws the xml decoder off, or is there any way I can modify elm-python-client in order to skip an issue that causes this error?
Beta Was this translation helpful? Give feedback.
All reactions