Skip to content

Only small number of photos is downloaded from library with 44k photos #787

@skumka

Description

@skumka

Overview

Only 714 photos from 44k is downloaded in very first run of the command

Steps to Reproduce

  1. I try to download all photos:
    root@docker:/tmp/temp# ./icloudp --username sxxx@xx.xxx --password :xxx --watch-with-interval 3600 --directory ./data
  2. 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:

  1. 714 photos downloaded in case of command for All photos
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions