Skip to content

ERROR: Invalid status: 1 - A server problem is blocking Apple ID sign in #232

@yashbarot132

Description

@yashbarot132

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

dsid 22743213345
            <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>
2026-03-14 05:04:32,007 - DEBUG - Answer from icloud login 2026-03-14 05:04:32,007 - DEBUG - {'dsid': '22743213345', 'delegates': {'com.apple.mobileme': {'status': 1, 'status-message': 'A server problem is blocking Apple ID sign in. Try signing in later.'}}, 'status': 0} 2026-03-14 05:04:32,008 - ERROR - Invalid status: 1 2026-03-14 05:04:32,008 - ERROR - Error message: A server problem is blocking Apple ID sign in. Try signing in later. 2026-03-14 05:04:32,008 - ERROR - It seems your account score is not high enough. Log in to https://appleid.apple.com/ and add your credit card (nothing will be charged) or additional data to increase it. 2026-03-14 05:04:32,008 - ERROR - Unable to proceed, program will be terminated. Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions