boredazfcuk / docker-icloudpd

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

Connection error in the log #557

Closed tommibru closed 1 month ago

tommibru commented 1 month ago

requests.exceptions.ConnectionError: HTTPSConnectionPool(host='setup.icloud.com', port=443): Max retries exceeded with url: /setup/ws/1/validate (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x1542b490ca40>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [530] Failed to execute script 'icloudpd' due to unhandled exception!

boredazfcuk commented 1 month ago

Name resolution issue. Check your networking, DNS settings and firewalls between the container and the DNS server.

boredazfcuk commented 1 month ago

Closed as stale