Jump to content

emby docker not starting after a update


ntnajit888

Recommended Posts

ntnajit888

emby docker not starting after a update:

 

emby:
    #image: ghcr.io/linuxserver/emby
    image: lscr.io/linuxserver/emby:amd64-version-4.7.10.0
    container_name: emby
    network_mode: host # Enable DLNA and Wake-on-Lan
    environment:
      - UID=1000
      - GID=1000
      - TZ=Europe/London
        #- UMASK_SET=022 #optional
    volumes:
      - /mnt/main/config/emby:/config
      - /mnt/main/media/medialibrary/tv:/data/tvshows
      - /mnt/main/media/medialibrary/movies:/data/movies
      - /mnt/main/media/medialibrary/music:/data/music
      - /mnt/main/config/emby/logs:/config/logs
    ports:
      - 8096:8096
      - 8920:8920 #optional for secure connections
    restart: unless-stopped

how do i check the logs? thanks.

 

the /config/emby directory is not populating...

 

EDIT: okay found the logs:

```

Failed to create CoreCLR, HRESULT: 0x80070008

```

 

Edited by ntnajit888
Link to comment
Share on other sites

Well where did you get the CoreCLR error from, the terminal? If so then please supply the complete terminal output.

I also notice you're using the container from linuxserver.io. Are you able to try our official container for comparison purposes?

Thanks.

Link to comment
Share on other sites

ntnajit888

i ran the official link:

got the same exact error...

 

why is these values not 1000 which was set? is this a problem?

User uid:    911
User gid:    911

Link to comment
Share on other sites

11 hours ago, ntnajit888 said:

sorry it works! despite that message... thanks

Thanks for the feedback. Can you please report your issue with the linuxserver container to their team? Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...