kmille / deezer-downloader

Download music from Deezer with a nice front end
MIT License
651 stars 91 forks source link

standard_init_linux.go:228: exec user process caused: exec format error #80

Closed dannyvfilms closed 2 years ago

dannyvfilms commented 2 years ago

Followed the setup guide for Docker deployment on Raspberry Pi 4. I'm pretty sure this error means that ARM is not supported. Am I remembering that correctly?


mkdir downloads
sudo docker run -p 5000:5000 --volume $(pwd)/downloads/:/mnt/deezer-downloader --env DEEZER_COOKIE_ARL=redacted kmille2/deezer-downloader:latest 
xdg-open http://localhost:5000```
kmille commented 2 years ago

The container only runs on x86. You have to manually install it: https://github.com/kmille/deezer-downloader#manual-deployment