Open tommasobertoni opened 2 weeks ago
When setting Format = "Xml", the download_report method fails with the following error:
Format = "Xml"
download_report
event, root = context.next() ^^^^^^^^^^^^^^ AttributeError: 'IterParseIterator' object has no attribute 'next'
When setting
Format = "Xml"
, thedownload_report
method fails with the following error: