|
发表于 2025-2-17 18:44:31
|
显示全部楼层
请问一下这种情况如何解决,25-02-17 10:37:43,260 - INFO - Authentication request initialization
2025-02-17 10:37:44,232 - DEBUG - HTTP-Code: 200
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Response</key>
<dict>
<key>Status</key>
<dict>
<key>hsc</key>
<integer>200</integer>
<key>ed</key>
<string></string>
<key>ec</key>
<integer>-20101</integer>
<key>em</key>
<string>Your account information was entered incorrectly.</string>
<key>tt</key>
<string></string>
<key>rsh</key>
<false/>
</dict>
<key>ptxid</key>
<string>18f1f048-033f-4c9e-aece-b5be57e81dc3</string>
</dict>
<key>Header</key>
<dict>
</dict>
</dict>
</plist>
Traceback (most recent call last):
File "/app/endpoint/mh_endpoint.py", line 175, in <module>
apple_cryptography.registerDevice()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/app/endpoint/register/apple_cryptography.py", line 71, in registerDevice
getAuth(regenerate=True)
~~~~~~~^^^^^^^^^^^^^^^^^
File "/app/endpoint/register/apple_cryptography.py", line 44, in getAuth
mobileme = icloud_login_mobileme(
username=mh_config.getUser(), password=mh_config.getPass())
File "/app/endpoint/register/pypush_gsa_icloud.py", line 45, in icloud_login_mobileme
g = gsa_authenticate(username, password)
File "/app/endpoint/register/pypush_gsa_icloud.py", line 84, in gsa_authenticate
if r["sp"] not in ["s2k", "s2k_fo"]
|
|