CortexDocs icon indicating copy to clipboard operation
CortexDocs copied to clipboard

Error Analizer VirusTotal - PIP3 StringIO

Open robben-ar opened this issue 6 years ago • 1 comments

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

image

Thank you, Regards.-

robben-ar avatar Mar 31 '19 13:03 robben-ar

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

iwitz avatar Jan 09 '20 09:01 iwitz