NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 290 291 292 293 294 … 1231 Next »
TV Guide problems

 
  • 0 Vote(s) - 0 Average
TV Guide problems
cyclone05
Offline

Junior Member

Posts: 31
Threads: 11
Joined: Jul 2006
#1
2008-06-18, 11:38 PM
I went on vacation and my TV Guide was fine. I get back and my guide shows only "no show details". Since an update was release while I was gone I updated first - hoping that that would fix it. It didn't.

I use Schedules Direct with one analog (cable) and two OTA digital tuners.

Any suggestions?
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#2
2008-06-19, 12:06 AM
Has your SD subscription expired? If not, zip and post your logs showing an EPG update.
cyclone05
Offline

Junior Member

Posts: 31
Threads: 11
Joined: Jul 2006
#3
2008-06-19, 12:32 AM
No, my subscription is current. I've never had a problem that required me to do anything with logs before, so if I didn't give you what you need let me know.

I also checked my listing reports to make sure the unique codes hadn't changed. They hadn't, but I went ahead and retyped them just to make sure. Still doesn't work.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#4
2008-06-19, 01:10 AM
It is showing that it is pulling listings:
Code:
2008-06-18 18:43:09.578    VERBOSE    [5]     - channel 8 KCCIDT : 453 shows
2008-06-18 18:43:09.578    VERBOSE    [5]     - channel 8 KCCIDT2 : 80 shows
2008-06-18 18:43:09.578    VERBOSE    [5]     - channel 11 KDINDT : 525 shows
2008-06-18 18:43:09.578    VERBOSE    [5]     - channel 11 KDINDT2 : 658 shows
2008-06-18 18:43:09.578    VERBOSE    [5]     - channel 11 KDINDT3 : 758 shows
2008-06-18 18:43:09.578    VERBOSE    [5]     - channel 17 KDSMDT : 611 shows
2008-06-18 18:43:09.578    VERBOSE    [5]     - channel 17 KDSMDT2 : 611 shows
2008-06-18 18:43:09.578    VERBOSE    [5]     - channel 21 KTINDT3 : 758 shows
2008-06-18 18:43:09.578    VERBOSE    [5]     - channel 13 WHODT : 414 shows
2008-06-18 18:43:09.578    VERBOSE    [5]     - channel 5 WOIDT : 456 shows
Is the correct date showing at the top of your TV guide?
cyclone05
Offline

Junior Member

Posts: 31
Threads: 11
Joined: Jul 2006
#5
2008-06-19, 01:26 AM
Yeah, correct date, but still no details.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#6
2008-06-19, 01:46 AM
I'm not sure then, sorry. sub may have some insight though.
cyclone05
Offline

Junior Member

Posts: 31
Threads: 11
Joined: Jul 2006
#7
2008-06-19, 01:47 AM
Thanks for your help - maybe someone else has had this happen?
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#8
2008-06-19, 02:57 AM
Not sure, but there are some error messages at the end of the log indicating that the Channel table may be corrupted??


Quote:2008-06-18 18:46:28.562 ERROR [1] No rows affected by: update CHANNEL set channel_number=2, favourite_channel="Y" where oid=15
2008-06-18 18:46:28.562 ERROR [1] No rows affected by: update CHANNEL set channel_number=3, favourite_channel="Y" where oid=48
2008-06-18 18:46:28.562 ERROR [1] No rows affected by: update CHANNEL set channel_number=4, favourite_channel="Y" where oid=41
....

You might try running the following script to see if the channel table matches up to your programme table for the above oid from the channel table:

Code:
[FONT=Courier New]@Echo ON[/FONT]
[FONT=Courier New]pushd c:\Program Files\Devnz\Gbpvr[/FONT]
[FONT=Courier New]Echo .echo on                                       >  sqlscript.scr[/FONT]
[FONT=Courier New]Echo .output stdout                                 >> sqlscript.scr[/FONT]
[FONT=Courier New]Echo SELECT start_time, end_time, p.Name, sub_title >> sqlscript.scr[/FONT]
[FONT=Courier New]Echo   FROM programme p, channel c                  >> sqlscript.scr[/FONT]
[FONT=Courier New]Echo  WHERE p.channel_oid = c.oid                   >> sqlscript.scr[/FONT]
[FONT=Courier New]Echo    AND c.oid = 41;                             >> sqlscript.scr[/FONT]
[FONT=Courier New]@ECHO ON[/FONT]
[FONT=Courier New]SQLITE3 GBPVR.DB3 < sqlscript.scr[/FONT]
[FONT=Courier New]@ECHO OFF[/FONT]
[FONT=Courier New]popd[/FONT]
Paste that code into notepad, save the file as c:\temp\CheckDb.cmd, then run it in a CMD prompt. It should output all the EPG listings for oid 41 in the channel table (which should map to your channel 4 in your EPG).
cyclone05
Offline

Junior Member

Posts: 31
Threads: 11
Joined: Jul 2006
#9
2008-06-22, 10:21 PM
It looks like everything does map to 41, if I'm reading any of this correctly. So what should I do? Just reinstall GB-PVR? Or something else?

Thanks!
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#10
2008-06-23, 02:27 PM
cyclone05 Wrote:It looks like everything does map to 41, if I'm reading any of this correctly. So what should I do? Just reinstall GB-PVR? Or something else?

Thanks!
I don't think a re-install is necessary. You might try:
  • Delete your capture sources
  • Save changes
  • Re-add/setup your capture sources
« 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
  Can't scroll with mouse when Searching the Guide TimA-C 10 3,003 2023-06-26, 07:40 PM
Last Post: boggydoggy
  USA Cable Discovery Channel problems with Schedules Direct ram4x4nut 0 4,004 2013-02-21, 05:08 AM
Last Post: ram4x4nut
  tv guide empty in gbpvr works in pvrx2 slowtech 37 17,633 2012-08-27, 04:00 PM
Last Post: rscheller
  Need help remapping Channel guide and actual channels divinehammer 3 3,850 2012-01-20, 10:43 AM
Last Post: kayleigh
  TV Guide Color griffy 0 1,811 2011-05-08, 10:20 AM
Last Post: griffy
  How to get Sky Digital channel guide into GBPVR? bobster 34 11,738 2011-04-01, 08:10 PM
Last Post: bobster
  New Machine (probably old problems), Video Render Options jvcleave 12 5,560 2011-02-01, 08:37 AM
Last Post: stustunz
  strange channel changing-works in guide but not recording WinoOutWest 18 6,331 2010-12-27, 10:17 PM
Last Post: sub
  epg guide for ATSC ota, no internet? sdowney717 26 12,563 2010-12-08, 08:37 PM
Last Post: SHIFT_paradigm
  Channel re-ordering in TV Guide mattyb 1 1,699 2010-11-10, 09:59 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode