linuxserver / docker-jellyfin

GNU General Public License v3.0
607 stars 91 forks source link

[BUG] Web UI is not opening - Failed to create CoreCLR #183

Closed vasanthtt closed 1 year ago

vasanthtt commented 1 year ago

Is there an existing issue for this?

Current Behavior

I have deployed docker with the below compose

Error

Expected Behavior

Web UI should be working as expected

Steps To Reproduce

  1. Deploy to container
  2. View log

Environment

- OS: Ubuntu
- How docker service was installed: CLI from docker.io instruction

CPU architecture

x86-64

Docker creation

version: "2.1"
services:
  jellyfin:
    image: lscr.io/linuxserver/jellyfin:latest
    container_name: jellyfin
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Asia/Kolkata
      - JELLYFIN_PublishedServerUrl=20.219.138.55 #optional
    volumes:
      - /config/jellyfin/config:/config
      - /mnt/Movie:/Video
    ports:
      - 8096:8096
    restart: unless-stopped

### Container logs

```bash
-------------------------------------
GID/UID
-------------------------------------
User uid:    1000
User gid:    1000
-------------------------------------
[custom-init] No custom files found, skipping...
Failed to create CoreCLR, HRESULT: 0x80070008
Failed to create CoreCLR, HRESULT: 0x80070008
Failed to create CoreCLR, HRESULT: 0x80070008
Failed to create CoreCLR, HRESULT: 0x80070008
Failed to create CoreCLR, HRESULT: 0x80070008
Failed to create CoreCLR, H.........................................
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

aptalca commented 1 year ago

https://docs.linuxserver.io/faq#jammy