Closed nikhilkul closed 6 years ago
Getting SAXParseException: <unknown>:1:0: not well-formed (invalid token) after running response = s.query('title:lucene') for Solr 7.1.3
SAXParseException: <unknown>:1:0: not well-formed (invalid token)
response = s.query('title:lucene')
This is an error that occurred in Solr 7.x because the default response was changed from XML to JSON. This error has been corrected and the version 0.9.9 has been uploaded to pypi.
Getting
SAXParseException: <unknown>:1:0: not well-formed (invalid token)
after runningresponse = s.query('title:lucene')
for Solr 7.1.3