NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 45 46 47 48 49 … 93 Next »
Enhanced Web Admin

Thread Closed 
 
  • 0 Vote(s) - 0 Average
Enhanced Web Admin
ecorbin
Offline

Member

Posts: 71
Threads: 7
Joined: Sep 2004
#241
2005-07-14, 03:59 AM
UncleJohnsBand Wrote:ecorbin....I'll take a look at this....It may be a week till I can get it done...leaving on vaction in a day or two and will be limited to good old dial-up.....Big Grin

oooh...dial-up -- that hurts! :eek: I was limited to that myself for a few days recently.

Thanks for looking into this whenever you can. Have a great vacation!
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#242
2005-07-14, 04:25 AM
ecorbin Wrote:oooh...dial-up -- that hurts! :eek: I was limited to that myself for a few days recently.

Thanks for looking into this whenever you can. Have a great vacation!

Well....I was up late tonight....it was an easy add-in. I have sent the update to normanr and he should be able to include it with his next release.
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
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#243
2005-07-14, 06:34 PM
build 21 is out, it adds more support for ZapTools information (Manage Recordings Page). Again, thanks to UncleJohnsBand for the patches.
fordman302
Offline

Junior Member

Posts: 5
Threads: 0
Joined: Jul 2005
#244
2005-07-15, 03:38 AM
I have Zaptools install but it seems to be complaining about this line as a runtime error:

Line 298:
Line 299: //Add the show Genre to the line
Line 300: if (ZapTools.getGenre(programme.getUniqueProgrammeIdentifier()) != "Unknown" && ZapTools.getGenre(programme.getUniqueProgrammeIdentifier())!= "")
Line 301: {
Line 302: description = description + "<br>" + "Type : " + ZapTools.getGenre(programme.getUniqueProgrammeIdentifier());
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#245
2005-07-15, 05:06 AM (This post was last modified: 2005-07-15, 05:53 AM by UncleJohnsBand.)
fordman302 Wrote:I have Zaptools install but it seems to be complaining about this line as a runtime error:

Line 298:
Line 299: //Add the show Genre to the line
Line 300: if (ZapTools.getGenre(programme.getUniqueProgrammeIdentifier()) != "Unknown" && ZapTools.getGenre(programme.getUniqueProgrammeIdentifier())!= "")
Line 301: {
Line 302: description = description + "<br>" + "Type : " + ZapTools.getGenre(programme.getUniqueProgrammeIdentifier());

Do you have a line in your postupdateepg.bat file to run zapimport? The database needs to be populated nightly following the normal EPG update.

It is also expecting that the zapdb.mdb is in the same diretory where you installed GBPVR. It pulls the install location for gbpvr from the registry.

Let me know.

Update: This does seem to be an introduced bug....I have been able to duplicate it when I set a season recording...do you have a season recording set?

I am going on vaction for a week starting tommorrow.....I will have my laptop but limited access to dial-up only. I will see what I can figure out.

normanr doesn't have access to zap2it so he may not be able to help.
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
fordman302
Offline

Junior Member

Posts: 5
Threads: 0
Joined: Jul 2005
#246
2005-07-15, 12:17 PM
Thanks for the quick reply. You are correct, I did not have the lin ein the postupdateepg.bat file. This may needed to be added to the install instructions for ZapTools. I will try it out when I get home from work.

Thanks for your work on the web interface, it's the best feature of gbpvr after recording!
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#247
2005-07-15, 12:22 PM
can you paste a copy of the stack trace from the error too, thanks.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#248
2005-07-15, 03:32 PM
fordman302 Wrote:Thanks for the quick reply. You are correct, I did not have the lin ein the postupdateepg.bat file. This may needed to be added to the install instructions for ZapTools. I will try it out when I get home from work.

Thanks for your work on the web interface, it's the best feature of gbpvr after recording!

You should just need to add a line to the .bat file:

zapimport userid password

(where userid and password) are your zap2it credentials.
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
#249
2005-07-15, 03:37 PM
UncleJohnsBand Wrote:Do you have a line in your postupdateepg.bat file to run zapimport? The database needs to be populated nightly following the normal EPG update.

It is also expecting that the zapdb.mdb is in the same diretory where you installed GBPVR. It pulls the install location for gbpvr from the registry.

Let me know.

Update: This does seem to be an introduced bug....I have been able to duplicate it when I set a season recording...do you have a season recording set?

I am going on vaction for a week starting tommorrow.....I will have my laptop but limited access to dial-up only. I will see what I can figure out.

normanr doesn't have access to zap2it so he may not be able to help.

I have supplied normanr with a fix for this bug. I will be researching how season recordings work within the enhanced web admin to ensure that future issues do not arise.

I want to also note that it appears that the extended zaptools data is not appearing on all entries on the Manage Recording page only. It is there when you record and then the next day it may or may not be there. I will be researching what is occuring during the nightly EPG update that is impacting the link between the standard GBPVR EPG data and the extended zaptools data.
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
fordman302
Offline

Junior Member

Posts: 5
Threads: 0
Joined: Jul 2005
#250
2005-07-15, 10:30 PM
Here's the stack trace you asked for:

[NullReferenceException: Object reference not set to an instance of an object.]
gbweb.Manage.Page_Load(Object sender, EventArgs e) in C:\Program Files\devnz\gbpvr\web\Manage.aspx.cs:300
System.Web.UI.Control.OnLoad(EventArgs e) +55
System.Web.UI.Control.LoadRecursive() +27
System.Web.UI.Page.ProcessRequestMain() +731


I seem to be getting the same error, even after zapimport successful ran.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (161): « Previous 1 … 23 24 25 26 27 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,953 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,068 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,374 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,821 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,150 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,332 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,171 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,073 2004-12-15, 03:01 AM
Last Post: KingArgyle

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

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

Linear Mode
Threaded Mode