-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Getting app_sync failure #592
Comments
I have this issue too. Looks to be exactly the same final error shown in the log |
I don't receive this error (running on 1.3.0), but I also have a third zone listed by iCloud. It is identical in terms of |
I'm getting the same now as well - seems there is an additional zone added after having Apple "Intelligence" enabled for a short while: @timvahlbrock the |
Haven't got any problems myself, just saw that the users here were using a nightly build, discovered the CMM zones when debugging for other feature requests and thought that maybe the nightly build had issues with those CMM zones. But no problems on my end. |
Same problem here |
@timvahlbrock and I are currently trying to get this repo back to life (not updating dependencies adds a lot of tech debt :/ ) I hope to be able to get to fix this soon (the fix itself is very straight forward....) |
Best of luck! Let us know how we can help. |
I've pushed Unfortunately I can't get the API / E2E tests working at the moment - I'm fearing that Apple might have increased rate limits (because the failures seem intermittent with error code 503: Not quite sure... |
hmmm - maybe the issue is related to the SRP login - using |
Worked for me. Thanks you! |
with or without |
I have no environment variable for LEGACY_LOGIN in my docker compose file, nor a command line option specified. So I think not. (logging has stopped working so hard to be absolutely sure, but I have never tried legacy-login) |
With the latest nightly image, I'm still getting the following error, with or without
I tested on one account with ADP turned on, and one account with ADP off. Both get this error message immediately. The error codes are different, but I think that's unique for each run. |
I need to check in with @foxt - he reverse engineered the SRP protocol and I'm using his library. There was a patch release so I want to make sure it's not my implementation causing the (server) error.... Yes - the error code is a uuid that is attached to the error report that get send to Backtrace - this way I can find technical details to your crash 🙃 Have you tried LEGACY_LOGIN @gsong ? |
I set it as as a envvar in docker-compose:
That didn't work. |
I've had the latest nightly on a daily schedule and it seems to work - this might actually be rate limiting on login requests, will need to dig further |
i've added a bunch of waits as well as reduced the amount of request to login, which "resolved" the issue. This is very likely a rate limiting feature from apple. The long term fix is probably to more aggressively persist cookies (instead of the current strategy, which re-authenticates before each execution) |
Maybe this would have the additional benefit that one doesn't get an email about the login every time the sync runs. |
This issue should be resolved with version v1.4.0-beta.2, please confirm. |
@steilerDev I was able to try the new nightly image and successfully sync once. But subsequent tries results in:
Same results with the beta image:
Tip Current workaround is to delete |
It seems this is some sort of rate limiting on Apple's side - the only long term solution is a more aggressive caching of cookies (the current approach is to start as clean as possible after each execution) However a nightly sync is working without any issues for me. |
Describe the issue
ADP is off, this is just a regular iCloud account. I've successfully synced before but for some reason it's failing now, after entering MFA info.
How to reproduce the behavior?
Run sync using nightly docker image.
Error Code
7faeaca9-e2d8-4071-ae2e-3dda86a72fa6
Relevant log output
Operating system
macOS 15.2
Execution environment
docker
icloud-photos-sync version
1.3.0 and 1.4.0-nightly.8
Checklist
The text was updated successfully, but these errors were encountered: