Help with new grabber file. (1 Viewer)

Juppe

Portal Pro
November 17, 2006
308
42
Home Country
Sweden Sweden
I'm trying to create a new grabber file for WebEPG, but I cant get it to work.
I'm trying to import a xmltv file. The reason for that is that it doesn't seams that I can use both xmltv-plugin and webEPG-plugin at the same time.
So trying to create a WebEPG-grabber for that site instead.
I've attached my grabber-file.

I get the following error in the SetupTv.log:

[2020-05-16 20:32:46,337] [Log ] [WebEPGImporter] [INFO ] - WebEPG: Reading http://xmltv.xmltv.se/action.cmore.se_2020-05-16.xml POST: - Delay: 500ms
[2020-05-16 20:32:46,935] [Log ] [WebEPGImporter] [DEBUG] - HTMLPage: GetInternal encoding: Forced: utf-8
[2020-05-16 20:32:46,947] [Log ] [WebEPGImporter] [ERROR] - plugin:webepg import failed
[2020-05-16 20:32:46,968] [Log ] [WebEPGImporter] [ERROR] - Exception :confused:ystem.NullReferenceException: Objektreferensen har inte angetts till en instans av ett objekt.
vid MediaPortal.WebEPG.Parser.XmlParser.ParseUrl(HTTPRequest page)
vid MediaPortal.WebEPG.WebListingGrabber.GetListing(Boolean& error)
vid MediaPortal.WebEPG.WebListingGrabber.GetGuide(String strChannelID, String displayName, Boolean Linked, TimeRange linkTime, DateTime startDateTime)
vid MediaPortal.WebEPG.WebListingGrabber.GetGuide(String strChannelID, String displayName, Boolean Linked, TimeRange linkTime)
vid MediaPortal.EPG.WebEPG.Import()
vid TvEngine.WebEPGImport.ThreadFunctionImportTVGuide(Object aparam)

Hope someone can help me with this.
 

Attachments

  • xmltv_se.xml
    1.7 KB

Juppe

Portal Pro
November 17, 2006
308
42
Home Country
Sweden Sweden
I've found the error. I had <Listing type="Xml"> but is should be <Listing type="Html>.
Thought that because I'm importing a Xml file that it should be Xml, but thats wrong.
 

Users who are viewing this thread

Top Bottom