Overview
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:
|
if "adjusted" in _results and _results["original"]["filename"] == _results["adjusted"]["filename"]: |
Here are a couple of icloudpd-photo-error.jsons:
https://gist.github.com/smaugfm/9fbed4bd93a7ae637dac289a6d54867f
https://gist.github.com/smaugfm/4e065051c455592e36d926bb68512dbf
Steps to Reproduce
Seems to happen with MOV files, HEIC files, etc.
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.jsons:https://gist.github.com/smaugfm/9fbed4bd93a7ae637dac289a6d54867f
https://gist.github.com/smaugfm/4e065051c455592e36d926bb68512dbf
Steps to Reproduce
Seems to happen with MOV files, HEIC files, etc.