taylorbourne 19 Posted August 8, 2016 Posted August 8, 2016 I'm currently routing my IPTV service through Emby using an m3u playlist. The provider I normally use has an XML file used to obtain guide data – however it's not playing very nice with Emby. Here's the error I'm seeing in the Emby logs, seems like the xml formatting is a bit off from what the system expects? Any help is greatly appreciated. As you can see, I'm trying to pull guide data from https://github.com/psyc0n/epgninja/blob/master/guide.xml 2016-08-08 09:13:13.7810 Info App: xmltv path: https://github.com/psyc0n/epgninja/blob/master/guide.xml 2016-08-08 09:13:13.7842 Error App: Error getting programs *** Error Report *** Version: 3.0.6030.0 Command line: /Applications/Emby.Server.Mac.app/Contents/MonoBundle/Emby.Server.Mac.exe Operating system: Unix 15.4.0.0 Processor count: 2 64-Bit OS: False 64-Bit Process: False Program data path: /Users/Taylor/.config/emby-server Mono: 4.4.2 (mono-4.4.0-branch-c7sr1/f72fe45) Application Path: /Applications/Emby.Server.Mac.app/Contents/MonoBundle/Emby.Server.Mac.exe '>' is an unexpected token. The expected token is '='. Line 52, position 71. System.Xml.XmlException at System.Xml.XmlTextReaderImpl.Throw (System.Exception e) <0x10f0f8a0 + 0x0007f> in <filename unknown>:0 at System.Xml.XmlTextReaderImpl.Throw (System.String res, System.String[] args) <0x10f0f480 + 0x0009b> in <filename unknown>:0 at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken (System.String expectedToken1, System.String expectedToken2) <0x10f0f108 + 0x00137> in <filename unknown>:0 at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken (System.String expectedToken1) <0x10f0f0e0 + 0x0001f> in <filename unknown>:0 at System.Xml.XmlTextReaderImpl.ParseAttributes () <0x41a9788 + 0x00587> in <filename unknown>:0 at System.Xml.XmlTextReaderImpl.ParseElement () <0x41a6f38 + 0x0044f> in <filename unknown>:0 at System.Xml.XmlTextReaderImpl.ParseElementContent () <0x41a7c80 + 0x002b7> in <filename unknown>:0 at System.Xml.XmlTextReaderImpl.Read () <0x41a0960 + 0x00043> in <filename unknown>:0 at System.Xml.XmlTextReader.Read () <0x41a0940 + 0x00016> in <filename unknown>:0 at System.Xml.XmlReader.ReadToDescendant (System.String name) <0x10f0c480 + 0x000ca> in <filename unknown>:0 at Emby.XmlTv.Classes.XmlTvReader+<GetProgrammes>d__10.MoveNext () <0x10f2d0d8 + 0x0010b> in <filename unknown>:0 at System.Linq.Enumerable+WhereSelectEnumerableIterator`2[TSource,TResult].MoveNext () <0x45c57a8 + 0x00135> in <filename unknown>:0 at System.Collections.Generic.List`1[T]..ctor (IEnumerable`1 collection) <0x9dfd08 + 0x00243> in <filename unknown>:0 at System.Linq.Enumerable.ToList[TSource] (IEnumerable`1 source) <0x9df978 + 0x00067> in <filename unknown>:0 at MediaBrowser.Server.Implementations.LiveTv.EmbyTV.EmbyTV+<GetProgramsAsyncInternal>c__async8.MoveNext () <0x10f29fc8 + 0x00b87> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x10f0fca0 + 0x0002b> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x10f0f9f8 + 0x000bb> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x10f0f958 + 0x00083> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x78fbd48 + 0x00033> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x7dff8d0 + 0x00017> in <filename unknown>:0 at MediaBrowser.Server.Implementations.LiveTv.EmbyTV.EmbyTV+<GetProgramsAsync>c__async7.MoveNext () <0x10f29768 + 0x002df> in <filename unknown>:0
Luke 40082 Posted August 8, 2016 Posted August 8, 2016 That link is returning a github web page, not an xml document.
taylorbourne 19 Posted August 8, 2016 Author Posted August 8, 2016 Wow DUH.. thanks, Luke. I'll update to use the raw version (https://raw.githubusercontent.com/psyc0n/epgninja/master/guide.xml) and see if that has any effect. Will report back!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now