When I try and run the example code I get this error:
Traceback (most recent call last):
File "test.py", line 36, in <module>
my_launch_scanner()
File "test.py", line 26, in my_launch_scanner
callback_progress=my_print_status)
File "/usr/local/lib/python3.4/dist-packages/openvas_lib/__init__.py", line 613, in launch_scan
"Unknown error while try to start the task '%s'. Error: %s" % (m_task_id, e.message))
openvas_lib.VulnscanScanError: Unknown error while try to start the task '13662e1a-ae21-409b-854a-361f571ddf8e'. Error: Can't receive info from the server: The read operation timed out
When I try and run the example code I get this error:
Im using python3 and
Here is my code:
Any assistance will be appreciated.