nessus-file-analyzer icon indicating copy to clipboard operation
nessus-file-analyzer copied to clipboard

TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

Open satyendra22 opened this issue 4 years ago • 0 comments

When select "scan" and "host" report type then its thrown below error

Traceback (most recent call last): File "C:\Satya\tools\nessus-file-analyzer\nessus_file_analyzer\app.py", line 1383, in create_worksheet_for_scans policy_max_hosts = int(nfr.scan.policy_max_hosts(root)) TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' Traceback (most recent call last): File "C:\Satya\tools\nessus-file-analyzer\nessus_file_analyzer\app.py", line 1720, in create_worksheet_for_hosts policy_max_hosts = int(nfr.scan.policy_max_hosts(root)) TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

satyendra22 avatar Jan 13 '21 18:01 satyendra22