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

Please add support for Keynote 14.0 (7039.0.94, 1A102s) #58

Open
tlambert03 opened this issue May 15, 2024 · 1 comment
Open

Please add support for Keynote 14.0 (7039.0.94, 1A102s) #58

tlambert03 opened this issue May 15, 2024 · 1 comment

Comments

@tlambert03
Copy link

hey there and thanks for putting this together. Very cool.

I'm opening this not because I have an issue (that I've found yet), but just to track progress on this version. I tried to see if I could do it locally (with the makefile in dumper) but it seems to hang inside of xcrun python ./extract_mapping.py. I'm not sure if it's waiting on a breakpoint or what.

I'm relatively curious to learn more about the lldb wizardry you've got going on here :), so if I can be of help and you want to give me a quick clue on how to debug a hanged extract_mapping process, I'm all ears! However, i'm sure you're busy and none of this is blocking.

thanks

@tlambert03
Copy link
Author

did find a concrete failure:

Traceback (most recent call last):
  File "/Users/talley/dev/self/slydb/.venv/lib/python3.12/site-packages/keynote_parser/codec.py", line 195, in from_buffer
    klass = ID_NAME_MAP[message_info.type]
            ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 6383

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/talley/dev/self/slydb/.venv/lib/python3.12/site-packages/keynote_parser/codec.py", line 43, in from_buffer
    chunk, data = IWACompressedChunk.from_buffer(data, filename)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/talley/dev/self/slydb/.venv/lib/python3.12/site-packages/keynote_parser/codec.py", line 107, in from_buffer
    archive, data = IWAArchiveSegment.from_buffer(data, filename)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/talley/dev/self/slydb/.venv/lib/python3.12/site-packages/keynote_parser/codec.py", line 197, in from_buffer
    raise NotImplementedError(
NotImplementedError: Don't know how to parse Protobuf message type 6383

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

1 participant