BingAds / BingAds-Python-SDK

Other
118 stars 164 forks source link

Iteration failure when downloading XML report #300

Open tommasobertoni opened 2 weeks ago

tommasobertoni commented 2 weeks ago

When setting Format = "Xml", the download_report method fails with the following error:

event, root = context.next()
              ^^^^^^^^^^^^^^
AttributeError: 'IterParseIterator' object has no attribute 'next'