boredazfcuk / docker-icloudpd

An Alpine Linux container for the iCloud Photos Downloader command line utility
1.58k stars 149 forks source link

unable to execute icloud #512

Closed edwynchan closed 2 months ago

edwynchan commented 4 months ago

After trying execute

icloud --username me@email.com

I get

Failed to execv() /tmp/staticx-fcaDde/icloud-1.17.3-linux-amd64.dynamic: Permission denied

boredazfcuk commented 4 months ago

After trying execute

icloud --username me@email.com

In my container, everything is handled by the sync-icloudpd.sh script. There is no need to run this directly.

Failed to execv() /tmp/staticx-fcaDde/icloud-1.17.3-linux-amd64.dynamic: Permission denied

...but if you did run it directly with /opt/icloudpd_latest/bin/icloud --username me@email.com, it should still work. Getting a permission issue suggests your container hasn't been created correctly.