[Solved] Web GUI on 14.1.0 with Linux not working

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
boss
Posts: 400
Joined: Thu Jun 30, 2016 1:07 pm

[Solved] Web GUI on 14.1.0 with Linux not working

Post by boss »

@mik_s
I want to report that the web GUI (both ports 9001 and 9002) do not work using V14.1.0 installed on a headless Linux server.
Previous versions including V14.0.2 worked fine.
Attached is my log file (in Trace mode) when I was trying to use the Web GUI,
Cheers
Attachments
debug.zip
(1.14 MiB) Downloaded 969 times
User avatar
mik_s
Moderator
Posts: 1445
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: Web GUI on 14.1.0 with Linux not working

Post by mik_s »

Thanks. I had a look but could not see anything obvious but don't know what to look for. At least there are no errors.

Only thing I can think of there is something wrong with the Jetty server.
I don't know if the previous version used Jetty or Netty but know that Netty is being phased out.

Code: Select all

Using Jetty as web gui server
Checking network configuration changes
Starting Jetty server 12.0.9
GUI is available at: http://localhost:9001
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
boss
Posts: 400
Joined: Thu Jun 30, 2016 1:07 pm

Re: Web GUI on 14.1.0 with Linux not working

Post by boss »

I couldn't see anything wrong myself.
I think it is something for the developers as they would know the changes (concerning the Web GUI) from V14.0.2 to V14.1.0.
I originally posted the issue where I did as it is the most likely place subjunk would see it.
Cheers
PS: I think the previous (V14.0.2) version which was working was not using the Jetty server.
From the logs when using V14.0.2: Using httpserver as gui server

PS2: As an experiment I copied the ums-14.0.2/web folder to ums-14.1.0 and after doing that the web GUI worked.

PS3: The problem is: ums-14.1.0/web/react-client/index.html.
If I copy ums-14.0.2/web/react-client/index.html
to
ums-14.1.0/web/react-client/index.html
It all works fine.
Orion940
Posts: 2
Joined: Wed May 12, 2021 6:33 am

Re: Web GUI on 14.1.0 with Linux not working

Post by Orion940 »

Thanks! Copying the index.html worked for me as well.
User avatar
mik_s
Moderator
Posts: 1445
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: Web GUI on 14.1.0 with Linux not working

Post by mik_s »

Nice work @boss, I'll make an issue on Github just in case Subjunk has not seen this.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
User avatar
SubJunk
Lead Developer
Posts: 3804
Joined: Sun May 27, 2012 4:12 pm

Re: Web GUI on 14.1.0 with Linux not working

Post by SubJunk »

This is fixed now and will be in the 14.2.1 release today. Thanks everyone
Post Reply