-
Notifications
You must be signed in to change notification settings - Fork 699
Open
Labels
Description
Overview
Downloading photos fails with the following error:
Traceback (most recent call last):
File "starters/icloudpd.py", line 6, in <module>
File "click/core.py", line 1161, in __call__
File "click/core.py", line 1082, in main
File "click/core.py", line 1443, in invoke
File "click/core.py", line 788, in invoke
File "icloudpd/base.py", line 767, in main
File "icloudpd/base.py", line 1376, in core
File "icloudpd/base.py", line 989, in download_photo_
File "icloudpd/xmp_sidecar.py", line 69, in generate_xmp_file
File "icloudpd/xmp_sidecar.py", line 92, in build_metadata
zlib.error: Error -3 while decompressing data: invalid stored block lengths
[PYI-2473184:ERROR] Failed to execute script 'icloudpd' due to unhandled exception!
Steps to Reproduce
icloudpd --directory ~/Pictures/iCloud --username g*****@r*******.org --set-exif-datetime --auto-delete --xmp-sidecar --use-os-locale --watch-with-interval 3600Seems to fail around the ~1000th photo for me:
2%|#4 | 1001/57065 [00:50<1:23:55, 11.13it/s]
Context
icloudpd
version:1.26.0, commit sha:e2bc5f8, commit timestamp:Mon Jan 13 12:57:57 2025 EST
Installed with pip install --user icloudpd
Python 3.13.1
System
NAME="Fedora Linux"
VERSION="41 (Workstation Edition)"
RELEASE_TYPE=stable
ID=fedora
VERSION_ID=41
VERSION_CODENAME=""
PLATFORM_ID="platform:f41"
PRETTY_NAME="Fedora Linux 41 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:41"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f41/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=41
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=41
SUPPORT_END=2025-12-15
VARIANT="Workstation Edition"
VARIANT_ID=workstation
emmekappa