golismero / openvas_lib

OpenVAS connector for versions 6, 7, 8 and 9
BSD 3-Clause "New" or "Revised" License
80 stars 100 forks source link

"Expected string, got <type 'NoneType'>" error during get_results #34

Closed utkusen closed 5 years ago

utkusen commented 5 years ago

Hello people. I don't know if this library is still maintaining but I hope somebody can help me. I can start a scan without any problem with launch_scan function. I observed via openvas web panel that scan is finished. But when I try to get scan results with get_results function, I get Expected string, got <type 'NoneType'> instead error. Does anyone have any idea?

utkusen commented 5 years ago

get_raw_xml function seems working. I solved the problem by using that.