boredazfcuk / docker-icloudpd

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

Error debug - traceroute: bad address 'icloud.com.cn' #554

Closed kunnyl closed 2 months ago

kunnyl commented 2 months ago

Error debug - traceroute: bad address 'icloud.com.cn'

logs ...

2024-04-21 00:01:06 INFO boredazfcuk/icloudpd container for icloud_photo_downloader v1.0.733 started 2024-04-21 00:01:06 INFO For support, please go here: https://github.com/boredazfcuk/docker-icloudpd 2024-04-21 00:01:06 INFO Alpine Linux 3.19.1 2024-04-21 00:01:06 INFO Python version: 3.11.8 2024-04-21 00:01:06 INFO Loading configuration from: /config/icloudpd.conf 2024-04-21 00:01:06 DEBUG Running user id: 0 2024-04-21 00:01:06 DEBUG Running group id: 0 2024-04-21 00:01:06 DEBUG Local user: kunnyl:1026 2024-04-21 00:01:06 DEBUG Local group: users:100 2024-04-21 00:01:06 DEBUG Force GID: true 2024-04-21 00:01:06 DEBUG LAN IP Address: 172.17.0.5 2024-04-21 00:01:06 DEBUG Default gateway: 172.17.0.1 2024-04-21 00:01:06 DEBUG DNS server: 192.168.100.1 192.168.100.1 2024-04-21 00:01:07 DEBUG IP address for icloud.com.cn: 103.115.248.1 2024-04-21 00:01:12 ERROR No route to icloud.com.cn found. Please check your container's network settings - exiting 2024-04-21 00:01:12 ERROR Error debug - traceroute: bad address 'icloud.com.cn' ... icloudpd_tracert.err

/ # cat /tmp/icloudpd/icloudpd_tracert.err traceroute: bad address 'icloud.com.cn' ...

Description In my case the docker-icloudpd somehow failed to start when set icloud_china to true, however it works if set icloud_china to false that is to use icloud.com instead. Meanwhile I can access icloud.com.cn on my PC browser without problem, When I try to ping icloud.com.cn on my PC, it returns a request timeout.

Noted I didn't have this issue before, it had been working fine for a month, and yesterday I restarted the server and this issue appeared.

kunnyl commented 2 months ago

I changed to another network and the problem didn't recurrence, this looks like a network issues.