You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python version is: 3.9.12
icloudpd version is: 1.24.1
Steps to Reproduce
run pip install icloudpd
run icloudpd --directory DIRECTORY --username USERNAME --watch-with-interval 3600
Expected Behavior
Actual Behavior
2024-11-01 16:34:20 DEBUG Authenticating...
iCloud Password:
Traceback (most recent call last):
File "/opt/anaconda3/bin/icloudpd", line 8, in <module>
sys.exit(main())
File "/opt/anaconda3/lib/python3.9/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
File "/opt/anaconda3/lib/python3.9/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/opt/anaconda3/lib/python3.9/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/opt/anaconda3/lib/python3.9/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/opt/anaconda3/lib/python3.9/site-packages/icloudpd/base.py", line 745, in main
result = core(
File "/opt/anaconda3/lib/python3.9/site-packages/icloudpd/base.py", line 1183, in core
icloud = authenticator(
File "/opt/anaconda3/lib/python3.9/site-packages/icloudpd/authentication.py", line 53, in authenticate_
icloud = PyiCloudService(
File "/opt/anaconda3/lib/python3.9/site-packages/pyicloud_ipd/base.py", line 160, in __init__
self.authenticate()
File "/opt/anaconda3/lib/python3.9/site-packages/pyicloud_ipd/base.py", line 240, in authenticate
salt = base64.b64decode(body['salt'])
KeyError: 'salt'
Context
The text was updated successfully, but these errors were encountered:
Overview
python version is: 3.9.12
icloudpd version is: 1.24.1
Steps to Reproduce
pip install icloudpd
icloudpd --directory DIRECTORY --username USERNAME --watch-with-interval 3600
Expected Behavior
Actual Behavior
Context
The text was updated successfully, but these errors were encountered: