karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
298 stars 107 forks source link

Admin page: This XML file does not appear to have any style information #328

Open BenHippynet opened 4 years ago

BenHippynet commented 4 years ago

Hi,

I'm running Icecast-kh from the Master tree. When accessing the Icecast Admin page I'm getting "This XML file does not appear to have any style information associated with it. The document tree is shown below. "

Is anybody else getting this?

alexey-v-paramonov commented 3 years ago

@BenHippynet confirmed, also getting this with kh-15

alexey-v-paramonov commented 3 years ago

@BenHippynet try using http://server.com:8000/admin.html instead of http://server.com:8000/admin/

and the main index page is http://server.com:8000/index.html

BenHippynet commented 3 years ago

.html for both don't exist.

/admin/ exists, accepts the username and password, but the page served reports "This XML file does not appear to have any style information associated with it. The document tree is shown below. "

alexey-v-paramonov commented 3 years ago

@BenHippynet check that you are using web files form kh version, not standard icecast. All files are there: https://github.com/karlheyes/icecast-kh/tree/master/web

SamuelPelletier commented 2 years ago

I have the same issue. You haven't the right config (icecast.xml) Define your webroot and adminroot like that or where icecast admin is installed : <webroot>/usr/local/share/icecast/web</webroot> <adminroot>/usr/local/share/icecast/admin</adminroot>

And don't forget this alias, if you want the index.html works on / : <alias source="/" dest="/index.html"/>