linuxserver / docker-radarr

GNU General Public License v3.0
646 stars 104 forks source link

Can't load webui on raspberry pi on the latest image. #126

Closed jpnadas closed 3 years ago

jpnadas commented 3 years ago

linuxserver.io


Expected Behavior

After starting the container, the webui should load.

Current Behavior

Webui doesn't load when running the container.

Steps to Reproduce

  1. Create a docker-compose.yml file with the contents expressed below
  2. run docker-compose up
  3. Go to the browser and try to access the webui.

Environment

OS: raspbian buster CPU architecture: arm32 How docker service was installed: distro repo

Command used to create docker container (run/create/compose/screenshot)

radarr:
    image: ghcr.io/linuxserver/radarr
    container_name: radarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
      - UMASK_SET=022 #optional
    volumes:
      - /path/to/config:/config
      - /path/to/movies:/movies
      - /path/to/downloads:/downloads
    ports:
      - 7878:7878
    restart: unless-stopped

Docker logs

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 01-envfile: executing... 
[cont-init.d] 01-envfile: exited 0.
[cont-init.d] 10-adduser: executing... 

-------------------------------------
          _         ()
         | |  ___   _    __
         | | / __| | |  /  \ 
         | | \__ \ | | | () |
         |_| |___/ |_|  \__/

Brought to you by linuxserver.io
-------------------------------------

To support the app dev(s) visit:
Radarr: https://opencollective.com/radarr

To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------

User uid:    1000
User gid:    1000
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-config: executing... 
[cont-init.d] 30-config: exited 0.
[cont-init.d] 99-custom-scripts: executing... 
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-scripts: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.

Extra

It works if I pull an older image (v0.2.0.1504-ls84)

github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the issue template!

Roxedus commented 3 years ago

The latest version of radarr is not supposed to have mono. You are running into #118

jpnadas commented 3 years ago

Thanks for the quick reply. I see the issue now. Best will be to just upgrade to a 64bit version...