Error with get_report in XML format

Hi,

due to this issue: https://github.com/greenbone/python-gvm/issues/121, the bug when calling the get_report() function in python-gvm is fixed, but I have the same behavior. If I use, for example, TXT format - everything good, but when I try to get XML report in response I have

<Element get_reports_response at 0x7f3103c23780>
None

What’s wrong with it?

Using

  • gvmd v20.8.1
  • python-gvm v1.6.0

Thank you!

You are getting an etree element object instance for the response. I don’t know your code but this seems to be fine to me at the moment.

1 Like