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

Attribute Error when integrating it on S3 and Lambda services. #5

Open
dhanjo opened this issue Sep 14, 2022 · 0 comments
Open

Attribute Error when integrating it on S3 and Lambda services. #5

dhanjo opened this issue Sep 14, 2022 · 0 comments

Comments

@dhanjo
Copy link

dhanjo commented Sep 14, 2022

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

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