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 … 19 20 21 22 23 … 47 Next »
Object reference problem in EWA every since I upgraded to 1.4.7

 
  • 0 Vote(s) - 0 Average
Object reference problem in EWA every since I upgraded to 1.4.7
htewam
Offline

Member

Posts: 85
Threads: 26
Joined: Jan 2006
#1
2009-10-13, 01:10 AM
Upgraded to gbpvr 1.4.7 about 3 weeks ago... since that time I get the error shown below. No problems with gbpvr through the PVRX2 interface... only when I do a search via EWA. Tried to upgrade to latest EWA from wiki with same results; Tried to clean IE6 cache with same results;

Note in code snip below, line 316 is highlighted in RED....
Code:
Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 314:            // schedule recordings
Line 315:            Schedule.Quality quality = 0;
Line 316:            switch (Request.Params["quality"].ToLower())
Line 317:            {
Line 318:                case "high":


Source File: c:\ProgramFiles\gbpvr\web\SearchResults2.aspx.cs    Line: 316

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   gbweb.SearchResults2.hlRecord_Click(Object sender, EventArgs e) in c:\ProgramFiles\gbpvr\web\SearchResults2.aspx.cs:316
   System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +78
   System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +100
   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +170
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2863




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#2
2009-10-13, 01:38 AM
htewam Wrote:Upgraded to gbpvr 1.4.7 about 3 weeks ago... since that time I get the error shown below. No problems with gbpvr through the PVRX2 interface... only when I do a search via EWA. Tried to upgrade to latest EWA from wiki with same results; Tried to clean IE6 cache with same results;

Note in code snip below, line 316 is highlighted in RED....
Code:
Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 314:            // schedule recordings
Line 315:            Schedule.Quality quality = 0;
Line 316:            switch (Request.Params["quality"].ToLower())
Line 317:            {
Line 318:                case "high":


Source File: c:\ProgramFiles\gbpvr\web\SearchResults2.aspx.cs    Line: 316

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   gbweb.SearchResults2.hlRecord_Click(Object sender, EventArgs e) in c:\ProgramFiles\gbpvr\web\SearchResults2.aspx.cs:316
   System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +78
   System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +100
   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +170
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2863




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082


I am assuming that the you do a search, get results and then submit some recording selection(s) on the search results page when you get the error?

Have you tried using search.asp rather than search2.aspx?

The "2" pages are CSS based and are not totally compatable with IE7 (even a couple of display bugs in IE7/8/Firefox due to different browser implementations).
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
htewam
Offline

Member

Posts: 85
Threads: 26
Joined: Jan 2006
#3
2009-10-14, 01:54 AM
UJB - Yes your assumption is correct.

Will try search.asp when I have a chance. Didn't have problems prior to moving to 1.4.7 / latest EWA but perhaps something else is different.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#4
2009-10-14, 02:35 AM
htewam Wrote:UJB - Yes your assumption is correct.

Will try search.asp when I have a chance. Didn't have problems prior to moving to 1.4.7 / latest EWA but perhaps something else is different.

I was able to duplicate the error and I am looking into what is causing it.
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
htewam
Offline

Member

Posts: 85
Threads: 26
Joined: Jan 2006
#5
2009-10-16, 11:41 PM
I did try search.asp and it does work for me... although I got used to using search2.asp. Anyway, glad you could reproduce it and maybe look into a future fix... and I'm good for now using search.asp -- thanks
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#6
2009-10-16, 11:44 PM
htewam Wrote:I did try search.asp and it does work for me... although I got used to using search2.asp. Anyway, glad you could reproduce it and maybe look into a future fix... and I'm good for now using search.asp -- thanks

It will be fixed in the next release. I may post a patch in this thread as an interim once I get it corrected.
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)



Possibly Related Threads…
Thread Author Replies Views Last Post
  iNEWA Mobile Problem RTKAT 5 4,150 2016-05-13, 12:22 AM
Last Post: RTKAT
  NEWA Mobile problem ? vbreton 2 2,019 2014-01-12, 05:35 AM
Last Post: UncleJohnsBand
  Problem with AutoSearch when connecting into NEWA bgowland 19 5,644 2014-01-08, 10:16 PM
Last Post: UncleJohnsBand
  TV Guide, View Live doesn't work. Problem with address? WKleeven 14 5,005 2013-07-06, 03:00 PM
Last Post: UncleJohnsBand
  Upgrade problem snagglewest 5 2,912 2012-10-05, 04:15 AM
Last Post: UncleJohnsBand
  Streaming URL problem squelch41 4 3,349 2012-09-13, 08:17 PM
Last Post: squelch41
  problem happened again. PulseField 18 6,059 2012-02-27, 05:29 PM
Last Post: johnsonx42
  Problem with streaming with VLC via EWA ShiningDragon 89 28,040 2011-11-20, 04:17 PM
Last Post: mvallevand
  Manual Recording: IE8, problem to set time start/stop GianCann 6 2,483 2011-11-19, 06:20 AM
Last Post: GianCann
  Problem streaming HD channels jepperc 3 1,579 2010-06-11, 09:51 AM
Last Post: UncleJohnsBand

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

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

Linear Mode
Threaded Mode