docker-icloudpd
docker-icloudpd copied to clipboard
'PyiCloudConnectionException' is not defined.
执行sync-cloud.sh --Initialise
后报错,之前还稳定跑了几个月
File "pyicloud_ipd/cmdline.py", line 200, in main
Traceback (most recent call last):
File "starters/icloud.py", line 5, in <module>
File "pyicloud_ipd/base.py", line 305, in __init__
File "pyicloud_ipd/base.py", line 367, in authenticate
File "pyicloud_ipd/base.py", line 399, in _authenticate_with_token
NameError: name 'PyiCloudConnectionException' is not defined. Did you mean: 'PyiC
loudFailedLoginException'?
[513] Failed to execute script 'icloud' due to unhandled exception!
2024-01-16 00:20:46 ERROR Keyring file does not exist. Please try again.
Same issue
Same here
Use boredazfcuk/icloudpd:stable vision,don't use latest vision.
Use boredazfcuk/icloudpd:stable vision,don't use latest vision.
This project got this problem LOL. https://github.com/boredazfcuk/docker-icloudpd/issues/470
Same here
same issue
same issue same issue with stable version Traceback (most recent call last): File "/opt/icloudpd_latest/bin/icloud", line 8, in
sys.exit(main()) ^^^^^^ File "/opt/icloudpd_latest/lib/python3.11/site-packages/pyicloud_ipd/cmdline.py", line 200, in main api = PyiCloudService( ^^^^^^^^^^^^^^^^ File "/opt/icloudpd_latest/lib/python3.11/site-packages/pyicloud_ipd/base.py", line 305, in init self.authenticate() File "/opt/icloudpd_latest/lib/python3.11/site-packages/pyicloud_ipd/base.py", line 367, in authenticate self._authenticate_with_token() File "/opt/icloudpd_latest/lib/python3.11/site-packages/pyicloud_ipd/base.py", line 399, in _authenticate_with_token raise PyiCloudConnectionException(msg) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ NameError: name 'PyiCloudConnectionException' is not defined. Did you mean: 'PyiCloudFailedLoginException'? 2024-02-25 15:18:57 ERROR Keyring file does not exist. Please try again.
Use boredazfcuk/icloudpd:stable vision,don't use latest vision.
This project got this problem LOL. #470
same issue, do you solve this?
I believe this was resolved upstream in latest release. I've now rolled that into the latest container.
Closed as stale