-
Notifications
You must be signed in to change notification settings - Fork 85
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
AttributeError: 'NoneType' object has no attribute 'isdigit' #182
Comments
That looks to be a web2py validator issue, not related to Kvasir. Can you On Thu, Apr 21, 2016, 2:18 AM asiastitch [email protected] wrote:
|
Hi, tomorrow morning I can share the xml nmap file... because I need to anonymize ip! |
Please find in attach the nmap scan in xml format. Let me know. |
news ? |
we found the root cause about nmap xml import... if not present the cpe detail about OS... kvrasir generate issue in validator! please check the different code |
Hi all,
please find below the "trackback error" reported during import the nmap xml scan.
File "/opt/web2py/gluon/validators.py", line 661, in call
if isinstance(value, (int, long)) or value.isdigit():
AttributeError: 'NoneType' object has no attribute 'isdigit'
Thanks for your collaboration and support.
The text was updated successfully, but these errors were encountered: