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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: