More > JRiver Media Center 32 for Linux

Docker Images for MC32

<< < (9/13) > >>

Helibaby:
Hallo,

normally I install the last build of a version of MC in a Docker Container of my QNAP-NAS to stream music via DLNA to all my devices.
Everything worked fine until V31.0.83.

When installing 32.0.58 (shiomax/jrivermc:latest) with all options identical to V31 (i.e. in host mode) I get an "There was a problem loading the web browser engine" error.

Has anyone an idea how to solve this problem?

HaWi:
I don't think we have enough information to help, so:

Did you use ssh or a docker-compose.yml?
In any case, can you share the commands/script you used to install the new version?
Have you tried the image shiomax/jrivermc:latest-32?

max096:

--- Quote from: Helibaby on July 24, 2024, 07:59:36 am ---Hallo,

normally I install the last build of a version of MC in a Docker Container of my QNAP-NAS to stream music via DLNA to all my devices.
Everything worked fine until V31.0.83.

When installing 32.0.58 (shiomax/jrivermc:latest) with all options identical to V31 (i.e. in host mode) I get an "There was a problem loading the web browser engine" error.

Has anyone an idea how to solve this problem?

--- End quote ---

Your NAS is probably arm based. Seems as though libnss3 needs to be manually installed on arm but was automatically installed by some package on amd64. Will fix in the next version in the meantime when you run


--- Code: ---docker exec -it <container name> /bin/bash
apt update
apt install libnss3

--- End code ---

And then restart MC (just close it) it should work.

Helibaby:

--- Quote from: HaWi on July 24, 2024, 03:16:19 pm ---I don't think we have enough information to help, so:

Did you use ssh or a docker-compose.yml?
In any case, can you share the commands/script you used to install the new version?
Have you tried the image shiomax/jrivermc:latest-32?

--- End quote ---

I installed the image with the Container Station app directly on the GUI of my QNAP NAS.
I have to enter the docker image, the network connection type (bridge or host, which I ever took), the size of the screen and the paths to MC config and the multimedia folder(s). That's all.

When I recheck with "https://gitlab.com/shiomax/jrivermc-docker" "How to do this/Docker compose/Host setup":  I used the same parameter.

Your suggested image has the same ID as the one I used: f6bda1418f9a. Therefore I think it is the same!

Helibaby:

--- Quote from: max096 on July 24, 2024, 03:20:05 pm ---Your NAS is probably arm based. Seems as though libnss3 needs to be manually installed on arm but was automatically installed by some package on amd64. Will fix in the next version in the meantime when you run


--- Code: ---docker exec -it <container name> /bin/bash
apt update
apt install libnss3

--- End code ---

And then restart MC (just close it) it should work.

--- End quote ---

My QNAP NAS is the TS-253A. It is Intel® Celeron® N3150/N3160-Quad-Core-14-nm-1,6-GHz-CPU equipped.

Never the less I tried your proposed commands. The answer was: libnss3 is already the newest version (2:3.87.1-1).

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version