linuxserver / docker-jellyfin

GNU General Public License v3.0
642 stars 97 forks source link

[BUG] Web UI does not work = Failed to create CoreCLR #206

Closed Rubiooo04 closed 11 months ago

Rubiooo04 commented 1 year ago

Is there an existing issue for this?

Current Behavior

When I put the ip in the browser with the respective port (8096) it tells me that the ip has refused the connection and when I look at the logs I get this error:

2cfbbe7ba3e4_jellyfin | failed to load external entity "/config/network.xml"
2cfbbe7ba3e4_jellyfin | Failed to create CoreCLR, HRESULT: 0x80004005

I have looked at https://docs.linuxserver.io/faq#jammy and put what it said in the docker compose but putting that in does not solve it.

I also have to say that the number on that page ( 0x80070008 ) is different from mine ( 0x80004005 ).

Expected Behavior

No response

Steps To Reproduce

1- Deploy the container 2- Try to open the webUI 3- View log

Environment

- OS: Raspbian GNU/Linux 11 (bullseye)
- How docker service was installed: With apt from official docker repository

- Docker Engine - Community
     Version:     24.0.4
- Docker 
     Version: 24.0.4 build 3713ee1
- Docker-Compose
     Version: 1.29.2
     docker-compose.yaml version: "2.1"

CPU architecture

arm64

Docker creation

version: "2.1"

services:
  jellyfin:
    image: lscr.io/linuxserver/jellyfin:latest
    container_name: jellyfin
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Madrid
      - JELLYFIN_PublishedServerUrl=192.168.1.40 #optional
    volumes:
      - ./Jellyfin:/config
      - ${MEDIA}:/media
      - ${STORAGE}/tmp:/tmp
    devices:
      - /dev/video10:/dev/video10
      - /dev/video11:/dev/video11
      - /dev/video12:/dev/video12
    security_opt:
      - seccomp=unconfined
    ports:
      - 8096:8096
      - 8920:8920 #optional
      - 7359:7359/udp #optional
      - 1900:1900/udp #optional
    restart: unless-stopped

Container logs

2cfbbe7ba3e4_jellyfin | [custom-init] No custom files found, skipping...
2cfbbe7ba3e4_jellyfin | failed to load external entity "/config/network.xml"
2cfbbe7ba3e4_jellyfin | Failed to create CoreCLR, HRESULT: 0x80004005
2cfbbe7ba3e4_jellyfin | failed to load external entity "/config/network.xml"
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

LinuxServer-CI commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 10 months ago

This issue is locked due to inactivity