Replies: 5 comments
-
OK - I might have found the issue, if the list being generated is not actual downloads, but what WILL be downloaded...: 2024-07-20 23:37:02 INFO Generating list of files in iCloud. This may take a long time if you have a large photo collection. Please be patient. Nothing is being downloaded at this time I will wait and see.... |
Beta Was this translation helpful? Give feedback.
-
OK - files started arriving - only a small portion yet, but I guess it will populate eventually. |
Beta Was this translation helpful? Give feedback.
-
Logs show that you are using wrong repo for reporting issues:
|
Beta Was this translation helpful? Give feedback.
-
Sorry - please delete in its entitety
/Niels Sendt fra Gmail Mobil
søn. 21. jul. 2024 kl. 09.06 skrev Andrey Nikiforov <
***@***.***>:
… Logs show that you are using wrong repo for reporting issues:
***** For support, please go here: https://github.com/boredazfcuk/docker-icloudpd *****
—
Reply to this email directly, view it on GitHub
<#917 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOUMTI5GMHFFBXR53YL6O2LZNNMYFAVCNFSM6AAAAABLGIAN7OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJQGU2TANA>
.
You are receiving this because you modified the open/close state.Message
ID:
<icloud-photos-downloader/icloud_photos_downloader/repo-discussions/917/comments/10105504
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi.
I got the Docker running very easily, and have the 2fa done. I have a folder with a .mounted file in it.
According to the log, the files are downloading happily, but they just don't appear in the target directory. I don't know where they go?
I have tried different folders and directory names as target.
Still, the log just shows files downloading, but nothing appears in the target folder.
This is the build string from unraid below - in this example, I tried to make the same share name as inside the container (should make no diff., but...) : "/mnt/user/iCloud/":
docker run
-d
--name='icloudpd'
--net='bridge'
-e TZ="Europe/Paris"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Tower"
-e HOST_CONTAINERNAME="icloudpd"
-e 'apple_id'='iwilllnotdisclose@it.here'
-e 'synchronisation_interval'='21600'
-e 'TZ'='Europe/Copenhagen'
-e 'notification_type'=''
-e 'notification_title'='boredazfcuk/iCloudPD'
-e 'notification_days'='7'
-e 'download_notifications'=''
-e 'delete_notifications'=''
-e 'prowl_api_key'=''
-e 'pushover_user'=''
-e 'pushover_token'=''
-e 'pushover_sound'='pushover'
-e 'telegram_token'=''
-e 'telegram_chat_id'=''
-e 'webhook_server'=''
-e 'webhook_port'=''
-e 'webhook_path'=''
-e 'webhook_id'=''
-e 'webhook_https'=''
-e 'webhook_body'=''
-e 'dingtalk_token'=''
-e 'discord_id'=''
-e 'discord_token'=''
-e 'iyuu_token'=''
-e 'wecom_id'=''
-e 'wecom_secret'=''
-e 'agentid'=''
-e 'touser'=''
-e 'content_source_url'=''
-e 'name'=''
-e 'wecom_proxy'=''
-e 'media_id_startup'=''
-e 'media_id_download'=''
-e 'media_id_delete'=''
-e 'media_id_expiration'=''
-e 'media_id_warning'=''
-e 'gotify_app_token'=''
-e 'gotify_server_url'=''
-e 'bark_device_key'=''
-e 'bark_server'=''
-e 'folder_structure'=''
-e 'skip_check'=''
-e 'delete_accompanying'=''
-e 'delete_empty_directories'=''
-e 'set_exif_datetime'=''
-e 'auto_delete'=''
-e 'photo_size'=''
-e 'skip_live_photos'=''
-e 'live_photo_size'=''
-e 'skip_videos'=''
-e 'recent_only'=''
-e 'until_found'=''
-e 'photo_album'=''
-e 'photo_library'=''
-e 'convert_heic_to_jpeg'='True'
-e 'jpeg_path'=''
-e 'jpeg_quality'=''
-e 'icloud_china'=''
-e 'single_pass'=''
-e 'trigger_nextlcoudcli_synchronisation'=''
-e 'authentication_type'='2FA'
-e 'synchronisation_delay'=''
-e 'command_line_options'='--folder-structure {:%Y/%Y-%m}'
-e 'directory_permissions'='777'
-e 'file_permissions'='666'
-e 'UMASK'='000'
-e 'user'='user'
-e 'user_id'='99'
-e 'group'='group'
-e 'group_id'='100'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.icon='https://raw.githubusercontent.com/Womabre/-unraid-docker-templates/master/images/photos_icon_large.png'
-v '/mnt/user/appdata/icloudnia':'/config':'rw'
-v '/mnt/user/iCloud/':'/home/user/iCloud':'rw,slave'
-v '/mnt/user/appdata/icloudpd/root':'/root':'rw' 'boredazfcuk/icloudpd'
1841cac545072c52b85892115467c6f7ddd17b88c90ce42fd9c9cf5d45326cd9
From the log:
2024-07-20 23:35:00 INFO ***** boredazfcuk/icloudpd container v1.0.906_10-07-2024 started *****
2024-07-20 23:35:00 INFO ***** For support, please go here: https://github.com/boredazfcuk/docker-icloudpd *****
2024-07-20 23:35:00 INFO Alpine Linux 3.20.1
2024-07-20 23:35:00 INFO Python version: 3.12.3
2024-07-20 23:35:02 INFO icloud-photos-downloader version: 1.21.0
2024-07-20 23:35:02 INFO Checking for updates...
2024-07-20 23:35:02 INFO - Current version is up to date
2024-07-20 23:35:02 INFO Loading configuration from: /config/icloudpd.conf
2024-07-20 23:35:02 INFO Apple ID: apple@axelsson.dk
2024-07-20 23:35:02 INFO Authentication Type: MFA
2024-07-20 23:35:02 INFO Cookie path: /config/masked
2024-07-20 23:35:02 INFO Cookie expiry notification period: 7
2024-07-20 23:35:02 INFO Download destination directory: /home/user/iCloud
2024-07-20 23:35:02 INFO Folder structure: {:%Y/%m/%d}
2024-07-20 23:35:02 INFO Keep Unicode: false
2024-07-20 23:35:02 INFO Live Photo MOV Filename Policy: suffix
2024-07-20 23:35:02 INFO File Match Policy: name-size-dedup-with-suffix
2024-07-20 23:35:02 INFO Synchronisation interval: 21600
2024-07-20 23:35:02 WARNING Setting synchronisation_interval to less than 43200 (12 hours) may cause throttling by Apple
2024-07-20 23:35:02 WARNING If you run into the following error:
2024-07-20 23:35:02 WARNING - private db access disabled for this account. Please wait a few hours then try again. The remote servers might be trying to throttle requests. (ACCESS_DENIED)
2024-07-20 23:35:02 WARNING Then check your synchronisation_interval is 43200 or greater and switch the container off for 6-12 hours so Apple's throttling expires. Continuing in 3 minutes
2024-07-20 23:37:02 INFO Synchronisation delay (minutes): 0
2024-07-20 23:37:02 INFO Set EXIF date/time: false
2024-07-20 23:37:02 INFO Auto delete: false
2024-07-20 23:37:02 INFO Delete after download: false
2024-07-20 23:37:02 INFO Delete empty directories: false
2024-07-20 23:37:02 INFO Photo size: original
2024-07-20 23:37:02 INFO Align RAW: as-is
2024-07-20 23:37:02 INFO Single pass mode: false
2024-07-20 23:37:02 INFO Skip download check: false
2024-07-20 23:37:02 INFO Skip live photos: false
2024-07-20 23:37:02 INFO Number of most recently added photos to download: Download All Photos
2024-07-20 23:37:02 INFO Downloading photos from: Download All Photos
2024-07-20 23:37:02 INFO Stop downloading when prexisiting files count is: Download All Photos
2024-07-20 23:37:02 INFO Live photo size: original
2024-07-20 23:37:02 INFO Skip videos: false
2024-07-20 23:37:02 INFO Convert HEIC to JPEG: true
2024-07-20 23:37:02 INFO Downloading from: icloud.com
2024-07-20 23:37:02 INFO Authentication domain: com
2024-07-20 23:37:02 INFO Ignore Synology extended attribute directories: Disabled
2024-07-20 23:37:02 INFO Container initialisation complete
2024-07-20 23:37:02 INFO Directory is writable: /config/python_keyring/
2024-07-20 23:37:02 INFO Check download directory mounted correctly...
2024-07-20 23:37:02 INFO Failsafe file /home/user/iCloud/.mounted exists, continuing
2024-07-20 23:37:02 INFO Directory is writable: /config/python_keyring/
2024-07-20 23:37:02 INFO Keyring file exists, continuing
2024-07-20 23:37:02 INFO Sync user: user
2024-07-20 23:37:02 INFO Synchronisation starting at 23:37:02
2024-07-20 23:37:02 INFO Keyring file exists, continuing
2024-07-20 23:37:02 INFO Check download directory mounted correctly...
2024-07-20 23:37:02 INFO Failsafe file /home/user/iCloud/.mounted exists, continuing
2024-07-20 23:37:02 INFO Check for new files using password stored in keyring file
2024-07-20 23:37:02 INFO Generating list of files in iCloud. This may take a long time if you have a large photo collection. Please be patient. Nothing is being downloaded at this time
--- then it runs through images like:
/home/user/iCloud/2023/12/29/IMG_0192.HEIC
/home/user/iCloud/2023/12/29/IMG_0192_HEVC.MOV
/home/user/iCloud/2023/12/29/IMG_0191.MOV
/home/user/iCloud/2023/12/29/IMG_0190.MOV
/home/user/iCloud/2023/12/29/IMG_0189.HEIC
/home/user/iCloud/2023/12/29/IMG_0189_HEVC.MOV
/home/user/iCloud/2023/12/29/IMG_0188.HEIC
/home/user/iCloud/2023/12/29/IMG_0188_HEVC.MOV
/home/user/iCloud/2023/12/29/IMG_0187.HEIC
/home/user/iCloud/2023/12/29/IMG_0187_HEVC.MOV
Beta Was this translation helpful? Give feedback.
All reactions