← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 945582] Re: MythTV Status doesn't work with MythTV 0.25

 

Here is a temporary solution:

1) backup your current mythtv-status script
    cd /usr/bin
    mv mythtv-status{,.backup}
2) Use vi to create a new blank /usr/sbin/mythtv-status and add the following:

#!/bin/bash
/usr/bin/lynx -dump localhost:6544/Status/GetStatusHTML | grep '\[' | sed 's/\[.*\]//g; s/not$/not recording/; s/^ *Encoder/Encoder/'

This should suffice until the real working version is released.

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythtv-status in Ubuntu.
https://bugs.launchpad.net/bugs/945582

Title:
  MythTV Status doesn't work with MythTV 0.25

Status in “mythtv-status” package in Ubuntu:
  Triaged

Bug description:
  mythtv-status does not work properly. In Ubuntu 12.04 I get the
  following error message:

  buddha@precisetest:~$ mythtv-status 
  Sorry, failed to fetch http://localhost:6544/xml:
  404 Not Found

  mythtv-backend is running well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythtv-status/+bug/945582/+subscriptions


References