2019-08-12, 02:20 AM
It's not a total waste, there is an error in your setup that shows up in a few places.
I think it is related to this
<genre>fitness & health</genre>
but I don't know what the events xml table is.
Martin
Code:
2019-08-12 10:01:08.340 [ERROR][16] Unexpected error parsing channel EPG source: System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at NUtility.Channel.GetReadableEPGSummary()
I think it is related to this
<genre>fitness & health</genre>
but I don't know what the events xml table is.
Martin