# Netdata icecast-kh error

**URL:** https://community.netdata.cloud/t/netdata-icecast-kh-error/1109
**Category:** Help
**Tags:** agent
**Created:** [March 23, 2021, 7:41pm UTC](https://community.netdata.cloud/t/netdata-icecast-kh-error/1109 "2021-03-23T19:41:27Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![peppi001](https://avatars.discourse-cdn.com/v4/letter/p/c68b51/32.png) [@peppi001](https://community.netdata.cloud/u/peppi001)
#### Post date: [March 23, 2021, 7:41pm UTC](https://community.netdata.cloud/t/netdata-icecast-kh-error/1109/1 "2021-03-23T19:41:27Z")

</div>

Hi Guys,

I want to monitor my icecast-kh server with netdata, but not working.  
Can I use icecast-kh with netdata?

log:  
JSON decode error: ‘utf8’ codec can’t decode byte 0xf3 in position 1: invalid continuation byte

Thanks.

---

<div class="post-metadata">

### Author: ![ilyam8](https://yyz1.discourse-cdn.com/flex029/user_avatar/community.netdata.cloud/ilyam8/32/134_2.png) [@ilyam8](https://community.netdata.cloud/u/ilyam8)
#### Post date: [March 23, 2021, 9:20pm UTC](https://community.netdata.cloud/t/netdata-icecast-kh-error/1109/2 "2021-03-23T21:20:19Z")

</div>

Hey @peppi001 👋

> JSON decode error: ‘utf8’ codec can’t decode byte 0xf3 in position 1: invalid continuation byte

It means that the returned data is not valid JSON data.

What endpoint do you use? I see [we collect data](https://github.com/netdata/netdata/blob/e5aa543cac723a039ff98b0dc238c861f7807b33/collectors/python.d.plugin/icecast/icecast.conf#L75-L81) using `/status-json.xsl`.

* * *

i briefly checked [icecast-kh](https://github.com/karlheyes/icecast-kh) and there is no `status-json.xsl` file.

See [where are the files /json.xsl and /stats-json.xsl? · Issue #294 · karlheyes/icecast-kh · GitHub](https://github.com/karlheyes/icecast-kh/issues/294)

> As xsl files you can drop them in webroot and go ahead.

I guess you can create/find and copy them - it looks like that is how it works, you create a file with that returns stats data in JSON format and then just query it via HTTP.

I’m not an icecast user, i can’t help much.

I googled and found [https://github.com/adel-s/radio/blob/master/icecast-kh/web/status-json.xsl](https://github.com/adel-s/radio/blob/master/icecast-kh/web/status-json.xsl)

---

<div class="post-metadata">

### Author: ![peppi001](https://avatars.discourse-cdn.com/v4/letter/p/c68b51/32.png) [@peppi001](https://community.netdata.cloud/u/peppi001)
#### Post date: [March 24, 2021, 8:46pm UTC](https://community.netdata.cloud/t/netdata-icecast-kh-error/1109/3 "2021-03-24T20:46:20Z")

</div>

Thank you. I’ll try it.
