INDXParse icon indicating copy to clipboard operation
INDXParse copied to clipboard

IndexError: list index out of range

Open mike-bailey opened this issue 7 years ago • 4 comments

Had to redact some details but got this error in list_mft when running against an MFT. Happy to try to provide details as needed but may or may not be able to provide them.

python tools/INDXParse/list_mft.py --json redacted/mft/\$MFT > redacted/mft/list_mft.json

Traceback (most recent call last):
  File "tools/INDXParse/list_mft.py", line 326, in <module>
    main()
  File "tools/INDXParse/list_mft.py", line 313, in main
    m = make_model(record, record_path)
  File "/redacted/tools/INDXParse/get_file_info.py", line 249, in make_model
    m = make_filename_information_model(e.filename_information())
  File "/redacted/tools/INDXParse/get_file_info.py", line 123, in make_filename_information_model
    "type": ["POSIX", "WIN32", "DOS 8.3", "WIN32 + DOS 8.3"][attr.filename_type()],
IndexError: list index out of range

mike-bailey avatar Jan 20 '17 08:01 mike-bailey