I'm using python 2.7.6 and sometimes exception like this occur, and the .mist report was not generated
Exception in thread Thread-5864:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/home/forensic/Desktop/cuckoo2mist-code-4-trunk/thread_mist.py", line 55, in run
if mist.parse() and mist.convert():
File "/home/forensic/Desktop/cuckoo2mist-code-4-trunk/class_mist.py", line 223, in convert
self.convert_thread(p_id, t_id, processes[p_id]["threads"][t_id])
File "/home/forensic/Desktop/cuckoo2mist-code-4-trunk/class_mist.py", line 179, in convert_thread
value = self.types2mist.find(attrib_node.attrib["type"]).attrib["default"]
KeyError: 'type'
I also attached the sample of Cuckoo JSON which has this exception