ViewTube / viewtube

▶️ ViewTube: The open source, privacy-conscious way to enjoy your favorite YouTube content. Docs: https://viewtube.wiki, Status: https://uptime.viewtube.io
https://viewtube.io
GNU Affero General Public License v3.0
1.31k stars 75 forks source link

Raspberry PI: exec user process caused "exec format error" #1122

Closed Christoph-87 closed 2 years ago

Christoph-87 commented 2 years ago

Describe the Bug

The docker image does not run on my Raspberry Pi. In the logs the container shows standard_init_linux.go:228: exec user process caused: exec format error

uname -a shows Linux raspberrypi 5.10.63-v7+ #1459 SMP Wed Oct 6 16:41:10 BST 2021 armv7l GNU/Linux

Steps to Reproduce the Bug

  1. Docker Compose file is: viewtube: container_name: viewtube restart: unless-stopped image: mauriceo/viewtube:latest volumes:

    • /etc/localtime:/etc/localtime:ro
    • /share/Docker/viewtube/data:/data environment:
    • VIEWTUBE_API_URL=https://api.viewtube.io/ ports:
    • 8066:8066
  2. run docker-compose up -d viewtube

  3. docker logs viewtube shows: standard_init_linux.go:228: exec user process caused: exec format error

Expected Behaviour

It should run and I should be able to access the application on port 8066.

Screenshot/Screen recording

n/a

Device Info

Additional Context

I think that maybe the armv7l architecture is not supported yet?

moisout commented 2 years ago

Hi, i'm working on raspi support, please see #979