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

KeyError: 'frames' when trying to download some presentations #3

Closed
gonzalognzl opened this issue Jul 6, 2023 · 2 comments
Closed

Comments

@gonzalognzl
Copy link
Contributor

While trying to download some presentations, I get this error message:

  File "prezi2pdf.py", line 67, in <module>
    download_presentation(id)
  File "prezi2pdf.py", line 46, in download_presentation
    total = len(data['frames'])
KeyError: 'frames'

For instance:
https://prezi.com/p/i4dvbt-cfhdt/introduccion-a-la-archivologia-gestion-documental-2023/

I've seen something similar reported at #2 , but this is prezi.com/p actually.
Thanks for any support!

@gonzalognzl
Copy link
Contributor Author

gonzalognzl commented Jul 6, 2023

I've just realized it was the "-" char in the id.
Created PR #4

@Gertje823
Copy link
Owner

Thanks for the bug report and fix :)
I merged your PR into the main branch

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