mandarons / icloud-drive-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
969 stars 46 forks source link

[BUG] 2023-10-19 22:59:52,160 :: ERROR :: root :: sync.py :: 102 :: Password is not stored in keyring. Please save the password in keyring. #164

Closed dmuiX closed 8 months ago

dmuiX commented 8 months ago

Describe the bug System is stopping with this error Unusable.. -.- To Reproduce Steps to reproduce the behavior:

  1. docker-compose -f iCloudBackup.yml down
  2. delete session_data
  3. docker-compose -f iCloudBackup.yml up -d
  4. Login via docker exec -it icloud /bin/sh -c 'icloud --username=mail --session-directory=/app/session_data'

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Configuration

app:
  logger:
    level: "debug"
    filename: "icloud.log"
  credentials:
    username: "mail"
    retry_login_interval: 10
  root: "icloud"
  region: global
drive:
  destination: "drive"
  remove_obsolete: false
  sync_interval: 30
  ignore:
    - "node_modules"
    - "*.md"
photos:
  destination: "photos"
  remove_obsolete: false
  sync_interval: 30

Additional context Add any other context about the problem here.

mandarons commented 8 months ago

When you enter password using 'icloud' command, it should ask you for saving the password in keyring. Say Yes. Then if you delete/recreate the container, you'll need to save the password again.

dmuiX commented 8 months ago

Might have to do with enabled adp…so we can close it. Thanks for your answer.

Verkhovskyi commented 1 month ago

When you enter password using 'icloud' command, it should ask you for saving the password in keyring. Say Yes.

Doesn't work for me, still asks to save password in keyring Same config. Worked some time ago than I had issue with PUID. Now I've fixed puid:guid and keyring troubles started