Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 task done
Rubiooo04 opened this issue Jul 17, 2023 · 3 comments
Closed
1 task done

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

Rubiooo04 opened this issue Jul 17, 2023 · 3 comments

Comments

@Rubiooo04
Copy link

Rubiooo04 commented Jul 17, 2023

Is there an existing issue for this?

  • I have searched the existing issues

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
Copy link

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
Copy link
Collaborator

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.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Oct 17, 2023
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Oct 17, 2023
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

2 participants