-
Notifications
You must be signed in to change notification settings - Fork 236
Description
Hi, I am encountering an authentication failure while attempting to log in to iCloud via the script. The process terminates immediately after receiving a status: 1 error from the Apple server.
The script fails during the com.apple.mobileme delegate authentication. Even though the primary status is 0, the delegate status is 1, which triggers a termination. The logs suggest an "account score" issue, but this persists even with 2FA enabled.
Run command in powershell:
docker rm -f anisette
anisette
docker rm -f macless-haystack
macless-haystack
docker run -d --restart always --name anisette -p 6969:6969 --volume anisette-v3_data:/home/Alcoholic/.config/anisette-v3 --network mh-network dadoum/anisette-v3-server
docker run -it --restart unless-stopped --name macless-haystack -p 6176:6176 --volume mh_data:/app/endpoint/data --network mh-network christld/macless-haystack
After the run commands:
M2
q8AIlCNdJACVhOPrkZ75ZqcwljPNe7kGhGhoQZLM1KU=
ptxid
f6fa632b-ebfb-47b2-b7e5-0b434701737c
np
zFXsau4Hnz0t2pJxvLbXMsehC6cTQXK1sghjdr7sXQM=
Header
2026-03-14 05:04:31,430 - INFO - Registering device after login
2026-03-14 05:04:32,006 - DEBUG - HTTP-Code: 200
<key>delegates</key>
<dict>
<key>com.apple.mobileme</key>
<dict>
<key>status</key>
<integer>1</integer>
<key>status-message</key>
<string>A server problem is blocking Apple ID sign in. Try signing in later.</string>
</dict>
</dict>
<key>status</key>
<integer>0</integer>
</dict>
