[mythtv-users] Backend status?

Bill Meek keemllib at gmail.com
Thu Sep 18 20:13:45 UTC 2014


On 09/18/2014 02:19 PM, Stefan D wrote:
> I havn't been updating MythTV very much for the last year or something, but
> thought it was time to do so now.

What version are you running... 0.25+ is required for the Services API.

> As i understand it MythWeb is on it's way out. But is it already out?

No.

It still works in 0.28-pre, at least with IPv4.

> When i try to see the backend status in MythWeb i get:
>
> *Warning* at /usr/share/mythtv/mythweb/modules/status/handler.php, line 32:
> !!NoTrans: file_get_contents(http://192.168.1.10:6544/Status/GetStatusHTML):
> failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found !!
>
> And connecting to port 6544 and showing the backend status only gives me a
> blank page.
>
> Is there some way to see status of how much space is left, how much is used
> for recordings/LiveTV and things that were available in older versions of
> MythWeb?

Assuming your Master Backend has the 192.168.1.10 address configured,
and not 127.0.0.1:

Use:  192.168.1.10:6544/Status/GetStatusHTML  to directly access the
Services API, so mythweb is out of the picture. It returns the info you
want. I think that's what you meant in your next to last paragraph.

If that fails, 1st, I'd do:  mythbackend --setverbose upnp   to
get additional Services API logs and then try again noting the
backend log output.

-- 
Bill


More information about the mythtv-users mailing list