MISP-Extractor icon indicating copy to clipboard operation
MISP-Extractor copied to clipboard

AttributeError: 'PyMISP' object has no attribute 'download_last'

Open azzarin opened this issue 4 years ago • 2 comments

Getting error: Traceback (most recent call last): File "/MISP-Extractor-master/bin/MISP-Extractor.py", line 53, in data = MispEx.getMISPData(args.s) File "\MISP-Extractor-master\bin..\lib\MispExtractor.py", line 73, in getMISPData misp_last = misp.download_last(since) AttributeError: 'PyMISP' object has no attribute 'download_last'

I have tried using the arg -s aswell.

azzarin avatar Feb 16 '21 11:02 azzarin