boredazfcuk / docker-icloudpd

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

IYUU notifications bug #629

Closed jiaoting closed 3 weeks ago

jiaoting commented 1 month ago

2024-08-17 00:47:03 INFO boredazfcuk/icloudpd container v1.0.916_23-07-2024 started 2024-08-17 00:47:03 INFO For support, please go here: https://github.com/boredazfcuk/docker-icloudpd 2024-08-17 00:47:03 INFO Alpine Linux 3.20.2 2024-08-17 00:47:03 INFO Python version: 3.12.3 2024-08-17 00:47:03 INFO icloud-photos-downloader version: 1.22.0 2024-08-17 00:47:03 INFO Checking for updates... 2024-08-17 00:47:04 INFO - Current version is up to date 2024-08-17 00:47:04 INFO Loading configuration from: /config/icloudpd.conf 2024-08-17 00:47:04 DEBUG Running user id: 0 2024-08-17 00:47:04 DEBUG Running group id: 0 2024-08-17 00:47:04 DEBUG Local user: user:1000 2024-08-17 00:47:04 DEBUG Local group: group:1000 2024-08-17 00:47:04 DEBUG Force GID: false 2024-08-17 00:47:04 DEBUG LAN IP Address: 172.17.0.6 2024-08-17 00:47:04 DEBUG Default gateway: 172.17.0.1 2024-08-17 00:47:04 DEBUG DNS server: 192.168.65.7 2024-08-17 00:47:04 DEBUG IP address for icloud.com.cn: 103.115.248.1 2024-08-17 00:47:34 DEBUG Route check to icloud.com.cn successful 2024-08-17 00:47:34 DEBUG Apple ID: (hidden) 2024-08-17 00:47:34 INFO Authentication Type: MFA 2024-08-17 00:47:34 DEBUG Cookie path: /config/(hidden) 2024-08-17 00:47:34 INFO Cookie expiry notification period: 7 2024-08-17 00:47:34 INFO Download destination directory: /home/iCloud 2024-08-17 00:47:34 INFO Folder structure: {:%Y} 2024-08-17 00:47:34 DEBUG Directory permissions: 750 2024-08-17 00:47:34 DEBUG File permissions: 640 2024-08-17 00:47:34 INFO Keep Unicode: true 2024-08-17 00:47:34 INFO Live Photo MOV Filename Policy: suffix 2024-08-17 00:47:34 INFO File Match Policy: name-size-dedup-with-suffix 2024-08-17 00:47:34 INFO Synchronisation interval: 86400 2024-08-17 00:47:34 INFO Synchronisation delay (minutes): 0 2024-08-17 00:47:34 INFO Set EXIF date/time: false 2024-08-17 00:47:34 INFO Auto delete: true 2024-08-17 00:47:34 INFO Delete after download: false 2024-08-17 00:47:34 INFO Delete empty directories: false 2024-08-17 00:47:34 INFO Photo size: original 2024-08-17 00:47:34 INFO Align RAW: as-is 2024-08-17 00:47:34 INFO Single pass mode: false 2024-08-17 00:47:34 INFO Skip download check: true 2024-08-17 00:47:34 INFO Skip live photos: false 2024-08-17 00:47:34 INFO Number of most recently added photos to download: Download All Photos 2024-08-17 00:47:34 INFO Downloading photos from: Download All Photos 2024-08-17 00:47:34 INFO Stop downloading when prexisiting files count is: Download All Photos 2024-08-17 00:47:34 INFO Live photo size: original 2024-08-17 00:47:34 INFO Skip videos: false 2024-08-17 00:47:34 INFO Convert HEIC to JPEG: false 2024-08-17 00:47:34 INFO Delete accompanying files (.JPG/.HEIC.MOV) 2024-08-17 00:47:34 WARNING This feature deletes files from your local disk. Please use with caution. I am not responsible for any data loss 2024-08-17 00:47:34 WARNING This feature cannot be used if the 'folder_structure' variable is set to 'none' and also, 'set_exif_datetime' must be 'False' 2024-08-17 00:47:34 WARNING These two settings will increase the chances of de-duplication happening, which could result in the wrong files being removed. Continuing in 2 minutes 2024-08-17 00:49:34 INFO IYUU notifications enabled 2024-08-17 00:49:34 DEBUG IYUU token: (hidden) 2024-08-17 00:49:34 DEBUG IYUU notification URL: (hidden) 2024-08-17 00:49:34 DEBUG Startup notification: Enabled 2024-08-17 00:49:34 INFO Sending IYUU startup notification 2024-08-17 00:49:34 ERROR IYUU startup notification failed with http status code: 500 and curl exit code: 0 2024-08-17 00:49:34 ERROR Please post the above debug log, along with a description of your problem, here: https://github.com/boredazfcuk/docker-icloudpd/issues

boredazfcuk commented 1 month ago

IYUU startup notification failed with http status code: 500

Status code 500 is a server error. I see this if my website is running, but its database back end, isn't. Is the IYUU service still operational?

jiaoting commented 1 month ago

Yes, there is no problem with the IYUU server, it is officially available

At 2024-08-23 21:03:49, "boredazfcuk" @.***> wrote:

IYUU startup notification failed with http status code: 500

Status code 500 is a server error. I see this if my website is running, but its database back end, isn't. Is the IYUU service still operational?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

jiaoting commented 3 weeks ago

Is there any new progress? The IYUU server is fine, and my other services using the IYUU API are also. Only iCloudPD is reporting an error.

boredazfcuk commented 3 weeks ago

There's been a recent change to Wecom notifications that they ignore requests coming from curl. I wonder if this has also been introduced for IYUU.

Can you try setting fake_user_agent to true and see if it starts working all of a sudden?

jiaoting commented 3 weeks ago

There's been a recent change to Wecom notifications that they ignore requests coming from curl. I wonder if this has also been introduced for IYUU.

Can you try setting fake_user_agent to true and see if it starts working all of a sudden?

work~