NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 15 16 17 18 19 … 47 Next »
NEWA Guide Blank

 
  • 0 Vote(s) - 0 Average
NEWA Guide Blank
ottoguy
Offline

Member

Posts: 190
Threads: 62
Joined: Mar 2005
#1
2011-01-13, 12:43 PM
The guide in the NEWA is completely blank. I attached the logs. The web.log file shows a bunch of errors when I was trying to set recordings with Searchlight. Then at the bottom of the log it shows an attempt to access the guide which fails. I am not running the schedules direct add-on for NEWA yet, is it required or just gives extra features? I have applied all the patches in the NPVR sticky. Also I'm running Windows 7 64bit if any of that matters.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#2
2011-01-14, 10:57 AM
ottoguy Wrote:The guide in the NEWA is completely blank. I attached the logs. The web.log file shows a bunch of errors when I was trying to set recordings with Searchlight. Then at the bottom of the log it shows an attempt to access the guide which fails. I am not running the schedules direct add-on for NEWA yet, is it required or just gives extra features? I have applied all the patches in the NPVR sticky. Also I'm running Windows 7 64bit if any of that matters.

You do not need schedulesdirect utilities for NEWA to work....it just adds extra info if you are using it.

From the logs it appears that your EPG listing is empty......is the guide information coming up within NPVR itslef? Did you set the enable web server option in the NPVR setup options?
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
ottoguy
Offline

Member

Posts: 190
Threads: 62
Joined: Mar 2005
#3
2011-01-14, 01:19 PM
Yes the guide comes up good in NPVR. The Web Server is enabled. I can do a guide search through NEWA, and I can Manage Recordings though NEWA. The guide search through NEWA does show a lot of duplicate episodes without channel numbers. If a show is on at 8-9 there will be 3 listings of the show, 2 without a channel number, and 1 with a number. Selecting one of the shows without a number gives an error.

I have deleted the channels and re-added them a few times since I enabled the web server. Does it build anything when you enable that would re-build if I disable and re-enable the web server?
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#4
2011-01-15, 04:33 AM
ottoguy Wrote:Yes the guide comes up good in NPVR. The Web Server is enabled. I can do a guide search through NEWA, and I can Manage Recordings though NEWA. The guide search through NEWA does show a lot of duplicate episodes without channel numbers. If a show is on at 8-9 there will be 3 listings of the show, 2 without a channel number, and 1 with a number. Selecting one of the shows without a number gives an error.

I have deleted the channels and re-added them a few times since I enabled the web server. Does it build anything when you enable that would re-build if I disable and re-enable the web server?

This is very strange behavoir.....NEWA gets the channel and EPG event info from NPVR via a public interface....I'll send you a PM
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#5
2011-01-16, 04:47 AM
Looks like there are no EPG Events coming back from the call to the NPVR API....

EPGEvent.GetListingsForTimePeriod(startTime, endTime)

Not sure what would cause this to be ok within NPVR but not through NEWA. I see 197 rows coming back (which would be the channels) but for each channel there are no events.

I'll have sub take a look and chime in.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
ottoguy
Offline

Member

Posts: 190
Threads: 62
Joined: Mar 2005
#6
2011-01-17, 09:45 PM
Thanks for taking a look.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,717
Threads: 767
Joined: Nov 2003
#7
2011-01-18, 08:05 PM
UncleJohnsBand Wrote:Looks like there are no EPG Events coming back from the call to the NPVR API....

EPGEvent.GetListingsForTimePeriod(startTime, endTime)

Not sure what would cause this to be ok within NPVR but not through NEWA. I see 197 rows coming back (which would be the channels) but for each channel there are no events.

I'll have sub take a look and chime in.
UJB, I cant check it myself right now, but EPGEvent.GetListingsForTimePeriod(startTime, endTime) effectively calls:

select * from EPG_EVENT where start_time < ? and end_time > ? order by channel_oid, start_time

If you manually run that SQL on the database, do you get listings?
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#8
2011-01-18, 10:32 PM
sub Wrote:UJB, I cant check it myself right now, but EPGEvent.GetListingsForTimePeriod(startTime, endTime) effectively calls:

select * from EPG_EVENT where start_time < ? and end_time > ? order by channel_oid, start_time

If you manually run that SQL on the database, do you get listings?

I assume you ment to have the < and > reversed here so that the start_time was greater than the start time and the end_time was less then the end time....correct?

Given my assumption is correct....yes there are results that come back for the passed in date range. 1,611 rows to be exact.......since the API returns the Keys but not the Values perhaps that large number of results is blowing out an array that you have perhaps?
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
ottoguy
Offline

Member

Posts: 190
Threads: 62
Joined: Mar 2005
#9
2011-01-19, 03:52 AM
I have no problem deleting and trying to re-create the database. I'm guessing all the times I deleted and re-added the channels trying to get everything right screwed it up?

I only have probably 50 channels in the guide, I eliminated a lot from my local listing in schedules direct because I don't watch them.

As always thanks again for both of your help.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#10
2011-01-19, 10:55 AM
ottoguy Wrote:I have no problem deleting and trying to re-create the database. I'm guessing all the times I deleted and re-added the channels trying to get everything right screwed it up?

I only have probably 50 channels in the guide, I eliminated a lot from my local listing in schedules direct because I don't watch them.

As always thanks again for both of your help.

Yea...something isn't correct then....I am getting 197 channels returned.....I think you can stop the npvr recording service, close the tray icon, renae your current db to something else and copy the empty.db3 to npvr.db3 and then restart the npvr recording service and reconfigure everything......let us know how it goes.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
« 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
  Broken X-NEWA Info Link on NextPVR.com cweseloh 4 2,736 2020-05-02, 01:02 AM
Last Post: cweseloh
  gbpvr.com still somewhere in the NEWA code? jksmurf 0 2,084 2019-02-26, 01:29 AM
Last Post: jksmurf
  NEWA scheduled recording update ability broken in 4.2.2 snagglewest 0 2,034 2018-07-11, 12:12 AM
Last Post: snagglewest
  Where does NEWA read the Show name from in the NEWA Web App? jksmurf 3 3,134 2018-07-03, 03:26 AM
Last Post: jksmurf
  Newa snaitaz 8 4,707 2018-05-17, 09:30 PM
Last Post: sub
  NEWA Auto-Search Command Line Interface (CLI) UncleJohnsBand 40 37,842 2018-05-09, 12:50 AM
Last Post: jksmurf
  NEWA modern "NEW" page missing urls??? snagglewest 3 3,421 2017-12-03, 12:48 AM
Last Post: snagglewest
  Difference between NPVR and NEWA recordings lists Bobins 4 5,119 2017-09-27, 10:16 PM
Last Post: Bobins
  Legacy NEWA stu2j 4 4,536 2017-07-19, 12:21 AM
Last Post: stu2j
  Open classic EPG in NEWA very slow Peter Ingham 11 6,789 2017-04-21, 12:35 AM
Last Post: Peter Ingham

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

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

Linear Mode
Threaded Mode