boredazfcuk / docker-icloudpd

An Alpine Linux container for the iCloud Photos Downloader command line utility
1.58k stars 149 forks source link

'PyiCloudConnectionException' is not defined. #489

Closed yizhitangtongxue closed 1 month ago

yizhitangtongxue commented 5 months ago

执行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.  
Nonac commented 5 months ago

Same issue

vongoethe commented 5 months ago

Same here

msn1983aa commented 5 months ago

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

mikexfreeze commented 5 months ago

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

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

vanyanyan commented 5 months ago

Same here

kingcarn commented 4 months ago

same issue

kingcarn commented 4 months ago

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.

Hao813 commented 3 months ago

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

This project got this problem LOL. #470

same issue, do you solve this?

boredazfcuk commented 2 months ago

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

boredazfcuk commented 1 month ago

Closed as stale