NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
1 2 3 4 5 … 21 Next »
epg error- object reference not set to an instance of an object

 
  • 0 Vote(s) - 0 Average
epg error- object reference not set to an instance of an object
markosjal
Offline

Junior Member

Posts: 27
Threads: 6
Joined: Jun 2008
#11
2022-05-13, 07:56 AM (This post was last modified: 2022-05-13, 07:59 AM by markosjal.)
I have done that more times than I can count in the last few hours, and just did it again minutes ago.. I tried all the variations on the URL that I posted earlier too.

Did I not post the epg.xml earlier? Not seeing it.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 101,108
Threads: 725
Joined: Nov 2003
#12
2022-05-13, 08:39 AM
(2022-05-13, 07:56 AM)markosjal Wrote: Did I not post the epg.xml earlier? Not seeing it.
You need to zip the file to attach it. It wont allow .xml files to be attached.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 42,593
Threads: 839
Joined: May 2006
#13
2022-05-13, 08:51 AM
For the m3u file I see a missing port for the m3u

Downloading m3u http://raspberrypi.local/.../playlist.m3u8

Since I assume you are in North America fort ATSC you would need a VPN to get most mjh streams that could interfere with either the dns or the stream itself. Why not use the IP of the server for the m3u and xmltv file?

Martin
markosjal
Offline

Junior Member

Posts: 27
Threads: 6
Joined: Jun 2008
#14
2022-05-13, 07:07 PM (This post was last modified: 2022-05-13, 07:08 PM by markosjal.)
The port is NOT the issue the m8u8 is loading fine I may have typed a URL incorrectly. My URLs have been tested and retested , verified in a browser , copied and pasted into NextPVR. . If there were no m3u8 file the problem would be more than just  the guide.

Here is the epg file zipped.


Attached Files
.zip   epg.xml.zip (Size: 32.24 KB / Downloads: 3)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 101,108
Threads: 725
Joined: Nov 2003
#15
2022-05-13, 08:31 PM
It's an invalid xmltv file. The channels are all missing their name. (which is specified in a <display-name> tag)

Code:
<?xml version="1.0" encoding="UTF-8"?>
<tv>
   <channel id="frndly-31" />
   <channel id="frndly-44" />
   <channel id="frndly-33" />
   <channel id="frndly-1" />
   <channel id="frndly-2" />
   <channel id="frndly-15" />
   <channel id="frndly-38" />
   <channel id="frndly-34" />
   <channel id="frndly-4" />
   <channel id="frndly-41" />
   <channel id="frndly-10" />
   <channel id="frndly-6" />
....

Normally they'd look something like this:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<tv>
  <channel id="I10436.labs.zap2it.com">
    <display-name>KERA</display-name>
    <icon src="file://C:\Perl\site/share/xmltv/icons/KERA.gif" />
  </channel>
  <channel id="I10759.labs.zap2it.com">
    <display-name>KTVT</display-name>
    <icon src="file://C:\Perl\site/share/xmltv/icons/KTVT.gif" />
  </channel>
....
This example also shows the <icon> tag, but this is not required. <display-name> is required.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Ubuntu install error message skris88 6 113 2022-05-04, 04:21 AM
Last Post: skris88
  Unexpected error scanning for other devices storm37000 6 70 2022-04-27, 07:56 PM
Last Post: mvallevand
Exclamation Failed: An error occurred while sending the request. The response ended prematurely. vincentguenther 3 122 2022-04-27, 07:29 PM
Last Post: mvallevand
Exclamation Unexpected error Ludron 2 259 2021-10-17, 08:08 PM
Last Post: sub
  Error web page when downloading recording VCR58 0 266 2021-07-21, 04:01 AM
Last Post: VCR58
  Database locked error ceejayemm 56 2,584 2021-06-17, 08:38 AM
Last Post: ceejayemm
  Unable to StartStream(): The remote server returned an error: (404) Not Found. albydnc 2 627 2021-03-11, 10:08 AM
Last Post: albydnc
  Recording fail error 404 CDinger 4 542 2020-12-21, 02:28 PM
Last Post: CDinger
  Arch x64 install fails ATSC scan ("status":"Error: No such file or directory") jwh7 18 3,146 2020-11-27, 05:52 PM
Last Post: jwh7
  Deb installer error CDinger 12 1,962 2020-11-13, 09:54 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode