You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I was doing some projects and I came across this open-source tool. When I move forward to implement the code on lambda I am getting the following error:
[ERROR] AttributeError: 'NoneType' object has no attribute 'group' Traceback (most recent call last): File "/var/task/scan.py", line 68, in lambda_handler clamav_result = clamav.scan_file(file_path) File "/var/task/clamav.py", line 117, in scan_file detection = str1.group(4)
I have no idea how can I solve this error.
Thanks
The text was updated successfully, but these errors were encountered:
Hey,
I was doing some projects and I came across this open-source tool. When I move forward to implement the code on lambda I am getting the following error:
[ERROR] AttributeError: 'NoneType' object has no attribute 'group' Traceback (most recent call last): File "/var/task/scan.py", line 68, in lambda_handler clamav_result = clamav.scan_file(file_path) File "/var/task/clamav.py", line 117, in scan_file detection = str1.group(4)
I have no idea how can I solve this error.
Thanks
The text was updated successfully, but these errors were encountered: