NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 318 319 320 321 322 … 433 Next »
EPG stopped updating from XML (2.3.6)

EPG stopped updating from XML (2.3.6)
shaunpatrick77
Offline

Member

Posts: 159
Threads: 38
Joined: Feb 2008
#1
2012-02-14, 01:00 AM
My guide data stopped updating for some reason. I've tried manually clearing and updating the epg etc but nothing seems to work.

I can view the tvguide.xml file with a seperate app (XMLTV EPG Viewer.exe) and all the data seems to be fine. BTW get the data from Oztivo using Epgstreams' xmltv download. There's been no changes on my end as far as I can tell.

I've attached logs and the tvguide.xml file.

Many Thanks!

PS does anyone know if I still need to use the xmltv download app. I remember reading somewhere that 2.3.6 can be pointed directly at a web site for data, but I'm not sure if australian data sites such as oztivo.net/xmltv or epg-service.tv are suitable?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,008
Threads: 956
Joined: May 2006
#2
2012-02-14, 01:12 AM
I think you need this patch http://forums.nextpvr.com/showthread.php...post430539 or just apply jonhsonx42's R1 roll=up. You will also need to clean the bad history with

nextpvr.exe -removehistory

Martin
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,744
Threads: 768
Joined: Nov 2003
#3
2012-02-14, 01:12 AM
Its unhappy with the format of one (or more) of the dates in your xmltv file. I'm just on the way out the door though, so dont have time to run it up in the debugger to check which one exactly.
shaunpatrick77
Offline

Member

Posts: 159
Threads: 38
Joined: Feb 2008
#4
2012-02-14, 01:59 AM
I applied the R1 rollup and cleaned up the history (what does that do BTW?) , but no luck I'm afraid Sad

I can see and error in the npvr log regards the datetime string, although XMLTV Epg viewer app isnt affected at all and can read the file ok. :confused:

Now I'm wondering where the 'bad data' is being generated, is it the download app or the xml data on oztivo. I guess I'll have to wait for Sub to get a free moment.

Anyone have an idea on whats currently the best way to get Australian data (FTA + Fotxel) ? Anyone else having issues with oztivo data?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,008
Threads: 956
Joined: May 2006
#5
2012-02-14, 02:11 AM
shaunpatrick77 Wrote:I applied the R1 rollup and cleaned up the history (what does that do BTW?) , but no luck I'm afraid Sad

Yes EPG seems to store just the S#E# as the unique_id so if any two shows share the same S#E# it might have block blocked recordings.

Code:
2012-02-14 09:17:15.166    [DEBUG][9]     - Already has completed episode : S003E009
2012-02-14 09:17:15.166    [DEBUG][9]     - Already has completed episode : S003E008
2012-02-14 09:17:15.166    [DEBUG][9]     - Already has completed episode : S002E022
2012-02-14 09:17:15.167    [DEBUG][9]     - Already has completed episode : S002E021
2012-02-14 09:17:15.167    [DEBUG][9]     - Already has completed episode : S002E019
2012-02-14 09:17:15.167    [DEBUG][9]     - Already has completed episode : S003E007
2012-02-14 09:17:15.167    [DEBUG][9]     - Already has completed episode : S002E017
2012-02-14 09:17:15.168    [DEBUG][9]     - Already has completed episode : S002E015
2012-02-14 09:17:15.168    [DEBUG][9]     - Already has completed episode : S002E014
2012-02-14 09:17:15.168    [DEBUG][9]     - Already has completed episode : S002E013
2012-02-14 09:17:15.168    [DEBUG][9]     - Already has completed episode : S002E008
2012-02-14 09:17:15.168    [DEBUG][9]     - Already has completed episode : S003E006
2012-02-14 09:17:15.168    [DEBUG][9]     - Already has completed episode : S002E011
2012-02-14 09:17:15.168    [DEBUG][9]     - Already has completed episode : S003E005
2012-02-14 09:17:15.168    [DEBUG][9]     - Already has completed episode : S002E010
2012-02-14 09:17:15.168    [DEBUG][9]     - Already has completed episode : S002E009
2012-02-14 09:17:15.168    [DEBUG][9]     - Already has completed episode : S002E007
2012-02-14 09:17:15.169    [DEBUG][9]     - Already has completed episode : S002E006
2012-02-14 09:17:15.169    [DEBUG][9]     - Already has completed episode : S002E005
2012-02-14 09:17:15.169    [DEBUG][9]     - Already has completed episode : S002E004
2012-02-14 09:17:15.169    [DEBUG][9]     - Already has completed episode : S003E003
2012-02-14 09:17:15.169    [DEBUG][9]     - Already has completed episode : S002E003
2012-02-14 09:17:15.169    [DEBUG][9]     - Already has completed episode : S002E001
2012-02-14 09:17:15.169    [DEBUG][9]     - Already has completed episode : S001E021
2012-02-14 09:17:15.169    [DEBUG][9]     - Already has completed episode : S001E020
2012-02-14 09:17:15.169    [DEBUG][9]     - Already has completed episode : S003E002
2012-02-14 09:17:15.169    [DEBUG][9]     - Already has completed episode : S001E019
2012-02-14 09:17:15.169    [DEBUG][9]     - Already has completed episode : S003E001
2012-02-14 09:17:15.170    [DEBUG][9]     - Already has completed episode : S001E016
2012-02-14 09:17:15.170    [DEBUG][9]     - Already has completed episode : S002E020
2012-02-14 09:17:15.170    [DEBUG][9]     - Already has completed episode : S002E018
2012-02-14 09:17:15.170    [DEBUG][9]     - Already has completed episode : S001E013

Martin
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,744
Threads: 768
Joined: Nov 2003
#6
2012-02-14, 02:27 AM
That's not stopping his EPG from loading though. The core problem is something to do with date formats.
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,744
Threads: 768
Joined: Nov 2003
#7
2012-02-14, 02:36 AM
The problem is caused by one of your MacGyver episodes having an original air date of <date>198</date>. I know MacGyver is old, but I didn't think it aired back in AD198.
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,744
Threads: 768
Joined: Nov 2003
#8
2012-02-14, 02:50 AM
The attached patch will ignore this bogus date data, and continue with the rest of the listings.
shaunpatrick77
Offline

Member

Posts: 159
Threads: 38
Joined: Feb 2008
#9
2012-02-14, 03:16 AM
I've always hated MacGyver, just too much mullet for one man :eek:

Thanks so much Sub!! That did the trick Smile

Might be a good patch to include with R1, I'd be surprised if other users wouldn't have been affected at some point by a date typo.

BTW did I imagine something about using a web site URL to collect an EPG.xml rather than just a target file location? I very quickly browsed the wiki and couldn't find any mention of it.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#10
2012-02-14, 04:00 AM
I'll add that patch to the list of course, but it's not critical enough to re-release R1.

Also, no hating on MacGyver! He records TV shows with a stick of gum, electrical tape and some vinegar!
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Tuner not being released when live TV stopped on Kodi dark_half 7 2,852 2022-06-12, 11:59 PM
Last Post: sub
  Recording service stopped or not running at scheduled time MattInetroit 3 1,907 2021-01-08, 12:03 AM
Last Post: mvallevand
  PC stopped sleeping eastavin 2 1,528 2020-10-08, 12:15 AM
Last Post: eastavin
  EPG not updating (DVB ATSC EPG) Flyndr 3 2,923 2020-04-29, 10:42 AM
Last Post: Graham
  Stopped recording early??? qttor 5 1,909 2019-11-20, 01:41 PM
Last Post: mvallevand
  Stopped accepting recurring recordings RDE 12 3,677 2019-09-11, 10:18 PM
Last Post: RDE
  not all IPTV channels updating EPG Brucek2839 1 1,775 2019-08-28, 01:34 AM
Last Post: sub
  Freesat EPG not updating since the 5th of Aug 2019 softfoot 12 4,203 2019-08-17, 02:47 AM
Last Post: softfoot
  IPTV daily cleaning and updating channels possibility? jhr1948 0 1,554 2019-08-10, 01:25 PM
Last Post: jhr1948
  NextPVR has Stopped Working rgc101 0 1,129 2019-05-27, 11:24 PM
Last Post: rgc101

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

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

Linear Mode
Threaded Mode