kiranshila / Doplarr

An *arr request bot for Discord
MIT License
410 stars 30 forks source link

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

Closed dannyvfilms closed 2 years ago

dannyvfilms commented 2 years ago

Device: Raspberry Pi 4 OS: PiOS 11

Using Portainer, I added all fields shown in the guide (see attached image)

Screen Shot 2022-02-26 at 8 43 50 AM

Upon running, I received one error constantly: standard_init_linux.go:228: exec user process caused: exec format error

I'm not technically savvy, but does this error mean Doplarr is not compatible with ARM, or is it a different issue?

kiranshila commented 2 years ago

Yeah that looks like an architecture problem. Dopplar itself has no problems with ARM because it runs on the JVM, the docker container needs to have a matching kernel, though. The one I provide is only x86, but I believe the other container providers, hotio and lsio both have ARM versions. You could also just run the jar directly.

dannyvfilms commented 2 years ago

Since I haven’t studied the directions for running directly and am a bit more familiar with Docker, I’ll give the hotio container a try. Thanks for confirming my suspicion!

kiranshila commented 2 years ago

Closing for now - I'll make a note in the docs that the container we provide is x86 only