Hi,
Im having this issue with a specific config file, with others is working OK.
Looking at error.log in apache a get this:
Traceback (most recent call last):
File "/usr/local/bin/bpa-cli", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python3.5/dist-packages/best_practice_assessment_ngfw_pano/json/generate.py", line 274, in main
xml_config = XMLConfig.read_xml(args.xml)
File "/usr/local/lib/python3.5/dist-packages/best_practice_assessment_ngfw_pano/parser/xml_config.py", line 171, in read_xml
return cls(tree, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/best_practice_assessment_ngfw_pano/parser/xml_config.py", line 26, in __init__
self.version = float(next(iter(query.get_version(self.tree)), '0.0')[:3])
File "src/lxml/xpath.pxi", line 432, in lxml.etree.XPath.__call__
File "src/lxml/apihelpers.pxi", line 43, in lxml.etree._documentOrRaise
ValueError: Input object has no document: lxml.etree._ElementTree
Thanks for any help
... View more