docker-icloudpd icon indicating copy to clipboard operation
docker-icloudpd copied to clipboard

'PyiCloudConnectionException' is not defined.

Open yizhitangtongxue opened this issue 1 year ago • 8 comments

执行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.  

yizhitangtongxue avatar Jan 15 '24 16:01 yizhitangtongxue

Same issue

Nonac avatar Jan 16 '24 02:01 Nonac

Same here

vongoethe avatar Jan 16 '24 07:01 vongoethe

Use boredazfcuk/icloudpd:stable vision,don't use latest vision.

msn1983aa avatar Jan 16 '24 07:01 msn1983aa

Use boredazfcuk/icloudpd:stable vision,don't use latest vision.

This project got this problem LOL. https://github.com/boredazfcuk/docker-icloudpd/issues/470

mikexfreeze avatar Jan 16 '24 11:01 mikexfreeze

Same here

vanyanyan avatar Jan 22 '24 14:01 vanyanyan

same issue

kingcarn avatar Feb 25 '24 07:02 kingcarn

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.

kingcarn avatar Feb 25 '24 07:02 kingcarn

Use boredazfcuk/icloudpd:stable vision,don't use latest vision.

This project got this problem LOL. #470

same issue, do you solve this?

Hao813 avatar Apr 06 '24 14:04 Hao813

I believe this was resolved upstream in latest release. I've now rolled that into the latest container.

boredazfcuk avatar May 05 '24 21:05 boredazfcuk

Closed as stale

boredazfcuk avatar May 21 '24 22:05 boredazfcuk