[mythtvnz] tv_grab_nz-py configuration issues

Andrew Taylor aretaylor at gmail.com
Tue Dec 17 22:28:26 GMT 2013


Hi

Apologies if this has been answered before, I had a search through the
archive but couldn't find a working answer.

I downloaded the latest tv_grab_nz-py from nice.net.nz and made the
adjustments mentioned by stephen in this thread:
http://www.gossamer-threads.com/lists/mythtv/mythtvnz/559187

From:
doc = ElementTree.parse(StringIO(text)).getroot()
----
To:
parser = ElementTree.XMLParser(encoding="ISO-8859-1")
doc = ElementTree.parse(StringIO(text), parser=parser).getroot()

But it still dies in the configuration for me when it gets to Marori TV
with the unicodeEncodeError .

Is there anything else I am missing?
Running Ubuntu 12.04LTS Server (fresh install) with tvheadend and xbmc


Cheers


Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ourshack.com/pipermail/mythtvnz/attachments/20131218/086f11ac/attachment.html>


More information about the mythtvnz mailing list