Overview
Only 714 photos from 44k is downloaded in very first run of the command
Steps to Reproduce
- I try to download all photos:
root@docker:/tmp/temp# ./icloudp --username sxxx@xx.xxx --password :xxx --watch-with-interval 3600 --directory ./data
- I try to download selected album from the past :
root@docker:/tmp/temp# ./icloudp --username sxxx@xx.xxx --password :xxx --album "Rok 2003-01 - Bergamo" --directory ./data
I have following results:
- 714 photos downloaded in case of command for All photos
- 0 photos downloaded in case command run for selected album
Here is screen from Album option:
root@docker:/tmp/temp# ./icloudp --username sxx@xx.xxx --password :xxxx --album "Rok 2003-01 - Bergamo" --directory ./data
2024-02-04 17:07:38 DEBUG Authenticating...
2024-02-04 17:07:42 DEBUG Looking up all photos and videos from album Rok 2003-01 - Bergamo...
2024-02-04 17:07:43 INFO Downloading 31 original photos and videos to data ...
2024-02-04 17:07:43 INFO All photos have been downloaded
root@docker:/tmp/temp#
folder data is empty ?!!
root@docker:/tmp/temp# cd data/
root@docker:/tmp/temp/data# ls
root@docker:/tmp/temp/data#
It looks that command sees 31 files to be downloaded but downloads 0 since there is sometning which make these photos "downloaded" for the command.
What is could be????
Expected Behavior
44K photos downlaoded in case of command for All photos
31 photos downlaoded in case command run for selected album
Actual Behavior
714 photos downlaoded in case of command for All photos
0 photos downlaoded in case command run for selected album
Context
Very first run of command, nothing was downloaded before , no command run up to now
Overview
Only 714 photos from 44k is downloaded in very first run of the command
Steps to Reproduce
root@docker:/tmp/temp# ./icloudp --username sxxx@xx.xxx --password :xxx --watch-with-interval 3600 --directory ./dataroot@docker:/tmp/temp# ./icloudp --username sxxx@xx.xxx --password :xxx --album "Rok 2003-01 - Bergamo" --directory ./dataI have following results:
Here is screen from Album option:
folder data is empty ?!!
It looks that command sees 31 files to be downloaded but downloads 0 since there is sometning which make these photos "downloaded" for the command.
What is could be????
Expected Behavior
44K photos downlaoded in case of command for All photos
31 photos downlaoded in case command run for selected album
Actual Behavior
714 photos downlaoded in case of command for All photos
0 photos downlaoded in case command run for selected album
Context
Very first run of command, nothing was downloaded before , no command run up to now