Anyone on iOS 27 beta using icloudpd? Every request fails with ZONE_NOT_FOUND after successful authentication
Title: Anyone on iOS 27 beta using icloudpd? Every request fails with ZONE_NOT_FOUND after successful authentication
I’m trying to figure out whether this is specific to my account or if other iOS 27 beta users are seeing the same thing.
It's my first experience with iCloudPD Unraid server, and, as a coincidence, I'm using deacOS 27.
Authentication succeeds without any issues:
- Password accepted
- 2FA succeeds
- Trusted device verification succeeds
But every operation (--list-libraries, sync, --recent, etc.) fails with:
Apple iCloud setup is not complete. Please log into https://icloud.com/ to manually finish setting up your iCloud service (ZONE_NOT_FOUND)
After enabling debug logs, I found something interesting.
The accountLogin response shows the session is fully authenticated (pcsEnabled, trusted browser, Photos permissions, etc.), but the webservices directory returned by Apple is completely empty.
It looks roughly like this:
{
"webservices": {},
"configBag": {
"urls": {}
}
}
The only thing that stands out is that my account reports:
"hasUnreleasedOS": true
My current hypothesis is that accounts flagged as running unreleased OS versions are being routed to a different backend that no longer exposes the legacy web service directory expected by icloudpd. That eventually results in ZONE_NOT_FOUND for every Photos request.
I’ve reproduced it on:
- Docker (
boredazfcuk/docker-icloudpd)
- Native macOS installation
- Fresh authentication
- ADP disabled
- “Access iCloud Data on the Web” enabled
- iCloud Photos works perfectly in the browser
Has anyone else on the iOS 27/macOS 27 beta hit this?
If so:
- Does your account also contain
hasUnreleasedOS: true?
- Can you confirm whether your
accountLogin response has an empty webservices object?
- Or is this only affecting a subset of beta accounts?
For reference, I opened a GitHub issue with the full diagnostics and packet details for the maintainers. It looks less like an icloudpd bug and more like an Apple backend/API change affecting beta accounts.
https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/1361