-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
[BUG] #266
Comments
did apple just kill legacy auth? |
Apple has changed the way authenticating works. I think all projects relying on third party auth are impacted. |
It looks like there’s a potential fix upstream in mandarons/icloudpy#49 |
@madmaxxx89 Can you, as the author, please edit the title of this post to be something descriptive? |
I can confirm I have the same problem. My password gets rejected all the time. |
Hi, new version of icloudpy seems to fix it, can we upgrade it here too? Thanks! |
Hi Folks, please try upgrading to latest version. |
Hello,
when I try to enter my password using the command “icloud --session-directory=/config/session_data --username=@.” I get the wrong password every time. I then cancel with Ctrl+C.
But if I try to log in directly to ICLOUD it works.
The Docker container has actually worked for months.
Unfortunately, I can't say what has changed.
Do others have the same problem?
File "/lsiopy/lib/python3.11/site-packages/icloudpy/utils.py", line 15, in get_password return get_password_from_keyring(username) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/lsiopy/lib/python3.11/site-packages/icloudpy/utils.py", line 37, in get_password_from_keyring raise ICloudPyNoStoredPasswordAvailableException( icloudpy.exceptions.ICloudPyNoStoredPasswordAvailableException: No iCloudPy password for **********@*****.** could be found in the system keychain. Use the
--store-in-keyring` command-line option for storing a password for this username.During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/lsiopy/bin/icloud", line 8, in
sys.exit(main())
^^^^^^
File "/lsiopy/lib/python3.11/site-packages/icloudpy/cmdline.py", line 205, in main
password = utils.get_password(
^^^^^^^^^^^^^^^^^^^
File "/lsiopy/lib/python3.11/site-packages/icloudpy/utils.py", line 20, in get_password
return getpass.getpass(f"Enter iCloud password for {username}: ")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/getpass.py", line 77, in unix_getpass
passwd = _raw_input(prompt, stream, input=input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/getpass.py", line 146, in _raw_input
line = input.readline()
^^^^^^^^^^^^^^^^
KeyboardInterrupt
`
The text was updated successfully, but these errors were encountered: