libyal / libpff

Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format
GNU Lesser General Public License v3.0
289 stars 74 forks source link

unable to determine item type when using pypff #92

Closed n0tspam closed 10 months ago

n0tspam commented 4 years ago

I have tested this with several PSTs and they give this error:


  File "/usr/local/lib/python3.8/site-packages/tqdm/std.py", line 1130, in __iter__
    for obj in iterable:
OSError: pypff_folder_get_sub_message_by_index: unable to retrieve sub message: 140 type. libpff_table_read_entry_value: unsupported value type: 0x00000073 with value size: 4. libpff_table_read_bc_record_entries: unable to read entry value: 162. libpff_table_read_bc_values: unable to read table record entries. libpff_table_read_values: unable to read table values. libpff_table_read: unable to read table values. libpff_item_values_read: unable to read table. libpff_item_values_get_record_entry_by_type: unable to read item values. libpff_item_determine_type: unable to retrieve record entry: 0x04x. libpff_item_get_type: unable to determine item type```

using python 3.8.5
joachimmetz commented 4 years ago

Per https://github.com/libyal/libpff/issues Python bindings are work in progress.