I am trying to install the EPlusTV channel from gethub using docker on my raspberry pi server.
I am using this docker command:
docker run -p 8000:8000 -v /mnt/data/config -v /mnt/data/tmp -e ACCESS_URI='http://192.168.0.144:8000' -e ESPN_USER='xxx' -e ESPN_PASS='yyy' -platform linux/amd64/v8 m0ngr31/eplustv
And this is what I get:
Unable to find image 'm0ngr31/eplustv:latest' locally
latest: Pulling from m0ngr31/eplustv
35807b77a593: Pull complete
7f35b14c6992: Pull complete
c6b75944f3f2: Pull complete
d63408efb725: Pull complete
69120bc1d337: Pull complete
69d66f134c63: Pull complete
7f0fa98f2f65: Pull complete
86690d65f142: Pull complete
9efcaa556b38: Pull complete
b191fb774a24: Pull complete
4f4fb700ef54: Pull complete
33b31f26a221: Pull complete
8071e4230300: Pull complete
80f51d7fc7ff: Pull complete
Digest: sha256:2cc2d87417e66a68f0c883933a9ebccb5edfd77be5ccbebf39513b14bdb98ebf
Status: Downloaded newer image for m0ngr31/eplustv:latest
standard_init_linux.go:228: exec user process caused: exec format error
From what I can get for this linux error it appears to be a problem with the image format downloaded. Is there a problem with the raspberry pi that I am not aware of?
Also it appears that EPlusTV should be in the beta versions of the software and I don't have to get it using docker. I have the latest pre-release build and I don't see it in the TVEverywhere list. Am I missing something there?
Thank you for your feedback.