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
$ uname -a
Linux 5.15.0-127-generic #137-Ubuntu SMP Fri Nov 8 15:21:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
$ icloudpd --version
version:1.25.0, commit sha:96f9451, commit timestamp:Tue Dec 3 12:01:43 2024 EST
Steps to Reproduce
Run the download command as recommeneded with my user name
First run was correct, it started downloading the photos.
I had to turn the PC off, and next morning I tried to re-start the command to continue downloading, but it fails with exception.
Expected Behavior
Re-authenticates and continue the download of phtos.
Actual Behavior
Fails with exception:
2024-12-28 10:33:50 DEBUG Authenticating...
Traceback (most recent call last):
File "starters/icloudpd.py", line 6, in<module>
File "click/core.py", line 1157, in __call__
File "click/core.py", line 1078, in main
File "click/core.py", line 1434, in invoke
File "click/core.py", line 783, in invoke
File "icloudpd/base.py", line 753, in main
File "icloudpd/base.py", line 1196, in core
File "icloudpd/authentication.py", line 51, in authenticate_
File "pyicloud_ipd/utils.py", line 37, in get_password_from_keyring
File "keyring/core.py", line 56, in get_password
File "keyring/backends/chainer.py", line 49, in get_password
File "keyring/backends/SecretService.py", line 79, in get_password
File "keyring/backends/SecretService.py", line 68, in get_preferred_collection
keyring.errors.KeyringLocked: Failed to unlock the collection!
[84394] Failed to execute script 'icloudpd' due to unhandled exception!
Context
The text was updated successfully, but these errors were encountered:
Overview
$ uname -a Linux 5.15.0-127-generic #137-Ubuntu SMP Fri Nov 8 15:21:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux $ icloudpd --version version:1.25.0, commit sha:96f9451, commit timestamp:Tue Dec 3 12:01:43 2024 EST
Steps to Reproduce
Expected Behavior
Re-authenticates and continue the download of phtos.
Actual Behavior
Fails with exception:
Context
The text was updated successfully, but these errors were encountered: