Updated from 7.03 to 7.05 using docker stable, but getting an error with XML. I have been using tinyurl.com URLs made from boss for m3u and xml, and never had issues before, but getting issues today with xml only while m3u working. Below are the two errors I received, and replaced part of the tiny url with "xxxxxxx".
EDIT: Looks like there was an error with the m3u URL as well.
Code:
[32] Unexpected error processing xmltv file (http...): System.IO.InvalidDataException: The archive entry was compressed using an unsupported compression method.
at System.IO.Compression.Inflater.Inflate(FlushCode flushCode)
at System.IO.Compression.Inflater.ReadInflateOutput(Byte* bufPtr, Int32 length, FlushCode flushCode, Int32& bytesRead)
at System.IO.Compression.Inflater.ReadOutput(Byte* bufPtr, Int32 length, Int32& bytesRead)
at System.IO.Compression.Inflater.InflateVerified(Byte* bufPtr, Int32 length)
at System.IO.Compression.DeflateStream.ReadCore(Span`1 buffer)
at System.IO.Stream.ReadAtLeastCore(Span`1 buffer, Int32 minimumBytes, Boolean throwOnEndOfStream)
at System.IO.Stream.ReadAtLeast(Span`1 buffer, Int32 minimumBytes, Boolean throwOnEndOfStream)
at System.Xml.XmlTextReaderImpl.InitStreamInput(Uri baseUri, String baseUriStr, Stream stream, Byte[] bytes, Int32 byteCount, Encoding encoding)
at System.Xml.XmlTextReaderImpl..ctor(String url, Stream input, XmlNameTable nt)
at System.Xml.XmlTextReader..ctor(Stream input)
at NShared.XmltvEPGSource.LoadXmlTv(String fileLocation)
at NShared.XmltvEPGSource.UpdateEPG(List`1 channels, IEPGUpdateCallback callback, String specificSource)
[32] https://tinyurl.com/.../xxxxxxxx?.... [fe+CLt2kBCsXj5KcDMnvGdEhbvz6S/201b1roh+e05YTBqMp/czx87Y29prpodafMfnTYV1Ci0CNm6zt1DeaO0icVzQS870RQNmDXC1pwcb++0h8O8yniQ7+CegCQiuZageD9nEoqK+Rsp5GcldfE3vpWAz+ArIgdajMu4FlkfHwMSHMAIhFnIv2t5Z5z9DAp51MQf5/8FkryJFGOAOQXYgICqhCIsDU/NLGw6o8wPUZ3KkwxlikzJ7Vi7u2cl/Geqc1fLh16gM9FzJdFVg+oj8xawQGZDJh1pBTFXVh29AhcKd15B65M+maAmgYr156Wq30prwpbOioY0tWUjOZre8Kn6PVj0BHx01Xk3RLfAagGYpWTdRaJJy27ttw5HRbfBUSyh1+7WdiuR8fuMxyyw==]EDIT: Looks like there was an error with the m3u URL as well.
Code:
[16] System.Collections.Generic.KeyNotFoundException: The given key 'https://tinyurl.com/XXXXXXX' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at NShared.IPTVRecorder.StoreNewChannels(List`1 channels)
at NShared.Extend.SettingsRequestHandler.ScanSave(Dictionary`2 parameters)