CortexDocs
CortexDocs copied to clipboard
Error Analizer VirusTotal - PIP3 StringIO
When running an analysis with VirusTotal I returned the following error:
Invalid output
Traceback (most recent call last):
File "VirusTotal/virustotal.py", line 7, in <module>
from virustotal_api import PublicApi as VirusTotalPublicApi
File "/opt/Cortex-Analyzers/analyzers/VirusTotal/virustotal_api.py", line 25, in <module>
import StringIO
ImportError: No module named 'StringIO'
Apparently I have installed the cortexutils for python3

Thank you, Regards.-
The VirusTotal analyzer was updated to be compatible with Python 3 and the file virustotal_api was deleted, this issue can be closed.