Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
satyendra22 opened this issue Jan 13, 2021 · 0 comments

Comments

@satyendra22
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant