Project

General

Profile

Bug #5122

xmltv/channels error

Added by bob winters over 6 years ago. Updated over 6 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-05-26
Due date:
% Done:

0%

Estimated time:
Found in version:
4.3-1231~gc597a569a
Affected Versions:

Description

I get the following error in Chrome when I access http://192.168.20.16:9981/xmltv/channels

This page contains the following errors:
error on line 2131 at column 20: Encoding error
Below is a rendering of the page up to the first error.

I am using the EPG Grabber module: OpenTV: Sky NZ

The error seems to first appear in this section:

<programme start="20180601080000 +1200" stop="20180601083000 +1200" channel="08021c8b7a539d63415d4d789c8fe8df">
<title lang="eng">News: Te Kaea</title>
<desc lang="eng">Presenters Piripi Taylor, Rahia Timutimu and the experienced team of reporters bring you the daily news, featuring local, national and international stories from a Maori perspective. μ/desc>
</programme>

I've looked up the guide online and μ is supposed to be a registered symbol or (R). And when I open up the xml in Notepad++ it shows a 'xAE', which according to https://www.w3schools.com/charsets/ref_html_entities_4.asp is also the Hex for (R).


Files

channels.xml (1.45 MB) channels.xml bob winters, 2018-05-26 02:56

History

#1

Updated by bob winters over 6 years ago

I think the issue is the xml file is encoded in iso-8859-1 but the header says it's in utf-8

<?xml version="1.0" encoding="utf-8" ?>

Also available in: Atom PDF