You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dig into the code actually report_parser expecting a file or string as argument, but the get_result method giving and Element object. so I comment it out the parse part
and I wrote my own function to parse the result as follow
openvas_results = scanner.get_report_id(scan_id)
print openvas_results
Returns
TypeError: Expected str or file, got '<type 'Element'>' instead
Why??????
The text was updated successfully, but these errors were encountered: