Open clstaudt opened 2 years ago
I ran into this and it crippled my project. I migrated from pycloud
to icloudpy
and it proved to be a drop-in replacement that did not raise this issue.
@fresh2dev Thank you, worked like a charm as a drop-in replacement. I guess icloudpy is the future of this project?
The problem
Previously running code based on pyicloud now fails on login. A HTTP error code 421 raises
PyiCloudAPIResponseException: Authentication required for Account. (421)
.However, macOS and Apple's security e-mail alerts indicate that login was successful.
The login code:
Environment
pip show pyicloud
): 1.0python -V
): Python 3.10.5Traceback/Error logs
Additional information