mandarons / icloud-docker

Dockerized iCloud Client - make a local copy of your iCloud documents and photos, and keep it automatically up-to-date.
BSD 3-Clause "New" or "Revised" License
1.07k stars 50 forks source link

[BUG] Incorrect Telegram notification #239

Closed Verkhovskyi closed 2 months ago

Verkhovskyi commented 2 months ago

Telegram "two-step authentication required" notification asks to run incorrect command:

Two-step authentication for iCloud Drive, Photos (Docker) is required. Please login to your server and authenticate. Please run - docker exec -it --user=icd icloud /bin/sh -c "icloud --session-directory=/app/session_data --username=example@icloud.com".

instead of

docker exec -it icloud /bin/sh -c "icloud --session-directory=/config/session_data --username= example@icloud.com"