We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After update to 1.19.0 I occasionally get this errors:
KeyError: 'alternative' attribute was not found in the photo fields.
I traced the error to this line:
icloud_photos_downloader/src/pyicloud_ipd/utils.py
Line 113 in b49194c
Here are a couple of icloudpd-photo-error.jsons: https://gist.github.com/smaugfm/9fbed4bd93a7ae637dac289a6d54867f https://gist.github.com/smaugfm/4e065051c455592e36d926bb68512dbf
icloudpd-photo-error.json
Seems to happen with MOV files, HEIC files, etc.
The text was updated successfully, but these errors were encountered:
Fix KeyError #859 (#861)
48d6fd0
fixed in 1.19.1
Sorry, something went wrong.
No branches or pull requests
Overview
After update to 1.19.0 I occasionally get this errors:
I traced the error to this line:
icloud_photos_downloader/src/pyicloud_ipd/utils.py
Line 113 in b49194c
Here are a couple of
icloudpd-photo-error.json
s:https://gist.github.com/smaugfm/9fbed4bd93a7ae637dac289a6d54867f
https://gist.github.com/smaugfm/4e065051c455592e36d926bb68512dbf
Steps to Reproduce
Seems to happen with MOV files, HEIC files, etc.
The text was updated successfully, but these errors were encountered: