Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to retrieve sub message #113

Closed
HusImran opened this issue Apr 25, 2022 · 2 comments
Closed

unable to retrieve sub message #113

HusImran opened this issue Apr 25, 2022 · 2 comments
Assignees

Comments

@HusImran
Copy link

HusImran commented Apr 25, 2022

Hi There,

I am using Python and Pypff - version 20211114
I am reading a PST file and trying to get the delivery date for each item. However, I run into the below error:

pypff_folder_get_sub_message_by_index: unable to retrieve sub message: 4554 type. libpff_table_read_entry_value: unsupported value type: 0x00000052 with value size: 4. libpff_table_read_bc_record_entries: unable to read entry value: 210. libpff_table_read_bc_values: unable to read table record entries. libpff_table_read_values: unable to read bc 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_internal_item_determine_type: unable to retrieve record entry: 0x001a. libpff_item_get_type: unable to determine item type.

Please can I have some help in understanding why this is happening?

Many thanks!

@joachimmetz
Copy link
Member

joachimmetz commented Apr 26, 2022

Python bindings are WIP also see #2

libpff_table_read_entry_value: unsupported value type: 0x00000052 with value size: 4.

Looks like an unsupported format case. Have a look at https://github.com/libyal/libpff/wiki/Troubleshooting#verbose-and-debug-output to troubleshoot format issues and please attach the debug output log.

@joachimmetz
Copy link
Member

No additional input from original reporter, insufficient information to address issue, closing

@joachimmetz joachimmetz self-assigned this Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants