boredazfcuk / docker-icloudpd

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

Occurs again, retry loop but cannot find icloud.com IP address #535

Closed shaoj0013 closed 2 months ago

shaoj0013 commented 3 months ago

This problem occurs again in the latest version. The last time it occurred, I returned to the old version to solve the problem. This time it doesn’t work.

2024-03-31 10:56:09 INFO boredazfcuk/icloudpd container for icloud_photo_downloader v1.0.716 started 2024-03-31 10:56:09 INFO For support, please go here: https://github.com/boredazfcuk/docker-icloudpd 2024-03-31 10:56:09 INFO Alpine Linux 3.19.0 2024-03-31 10:56:09 INFO Python version: 3.11.6 2024-03-31 10:56:09 INFO Loading configuration from: /config/icloudpd.conf 2024-03-31 10:56:09 DEBUG Running user id: 0 2024-03-31 10:56:09 DEBUG Running group id: 0 2024-03-31 10:56:09 DEBUG Local user: shaoj0013:1000 2024-03-31 10:56:09 DEBUG Local group: group:1000 2024-03-31 10:56:10 DEBUG Force GID: false 2024-03-31 10:56:10 DEBUG LAN IP Address: 192.168.115.1 2024-03-31 10:56:10 DEBUG Default gateway: 192.168.115.254 2024-03-31 10:56:10 DEBUG DNS server: 127.0.0.11 2024-03-31 10:56:40 WARNING Cannot find icloud.com.cn IP address - retrying 2024-03-31 11:04:41 ERROR Cannot find icloud.com.cn IP address. Please check your DNS/Firewall settings. DNS server must be available using TCP port 53 - exiting

boredazfcuk commented 3 months ago

This behaviour is by design. It is testing it has TCP connectivity to a DNS server. Without this, messaging functions within the container will fail.

You need to either fix the connectivity problem between the container and DNS server, or disable notifications.

shaoj0013 commented 3 months ago

I changed to host to normal.

boredazfcuk @.***>于2024年3月31日 周日23:15写道:

This behaviour is by design. It is testing it has TCP connectivity to a DNS server. Without this, messaging functions within the container will fail.

You need to either fix the connectivity problem between the container and DNS server, or disable notifications.

— Reply to this email directly, view it on GitHub https://github.com/boredazfcuk/docker-icloudpd/issues/535#issuecomment-2028794503, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD5VSY7RGRHLDAMTQQAZA7DY3ASCZAVCNFSM6AAAAABFQBUU4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRYG44TINJQGM . You are receiving this because you authored the thread.Message ID: @.***>

boredazfcuk commented 2 months ago

I've made some changes to this check. Please update and try again.