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 … 10 11 12 13 14 … 47 Next »
Blow up when trying to Record an item from the Search results

 
  • 0 Vote(s) - 0 Average
Blow up when trying to Record an item from the Search results
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#1
2012-08-08, 06:54 PM
In the latest version distributed with 2.5.5 here's the error I receive after clicking an item in the Search results and clicking Record:

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 462: protected void SearchResults_PreRender(object sender, System.EventArgs e)
Line 463: {
Line 464: SearchForEpisode(
Line 465: (bool)Session["checkTitle"],
Line 466: (bool)Session["checkDescription"],


Source File: c:\Users\Public\NPVR\web\SearchResults.aspx.cs Line: 464

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
N_EWA.SearchResults.SearchResults_PreRender(Object sender, EventArgs e) in c:\Users\Public\NPVR\web\SearchResults.aspx.cs:464
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnPreRender(EventArgs e) +73
System.Web.UI.Control.PreRenderRecursiveInternal() +91
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3870
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#2
2012-08-10, 03:19 PM
Is this happening all the time? Is it when you click the checkbox and then click on record on the results page? I am not able to reproduce.
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
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#3
2012-08-10, 09:15 PM
I only tried it the one time. I was selecting the last item in the list though, as my search had yielded multiple show times for a movie and I chose to record the last one.

However, I just did my usual "Search for all HD movies during the next 2 weeks", where I search all the HD movie channels, pick the movies and want to record and hit the record button. Blew up again, but this time with a different error as shown below.

I don't know exactly how many movies I had selected, but probably 10 or more. After the blow up I went into the Pending recordings list and it appears most if not all are listed. There might have been some conflicts though, so perhaps this is the part that it had trouble with?

Cannot have multiple items selected in a DropDownList.
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.Web.HttpException: Cannot have multiple items selected in a DropDownList.

Source Error:


Line 13: </head>
Line 14:
Line 15: <body class="tabbedpage" onload="<%=pageLoadVariables%>">
Line 16:
Line 17: <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="True">


Source File: c:\Users\Public\NPVR\web\NEWAMasterPage.master Line: 15

Stack Trace:


[HttpException (0x80004005): Cannot have multiple items selected in a DropDownList.]
System.Web.UI.WebControls.DropDownList.VerifyMultiSelect() +106
System.Web.UI.WebControls.ListControl.RenderContents(HtmlTextWriter writer) +124
System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +52
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +198
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +27
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +189
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +25
System.Web.UI.Control.Render(HtmlTextWriter writer) +10
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +52
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +198
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +27
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +189
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +25
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +167
System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +32
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +219
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +52
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +198
System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +47
ASP.newamasterpage_master.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\Users\Public\NPVR\web\NEWAMasterPage.master:15
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +88
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +25
System.Web.UI.Control.Render(HtmlTextWriter writer) +10
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +52
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +198
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +27
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +189
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +25
System.Web.UI.Page.Render(HtmlTextWriter writer) +30
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +52
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +198
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +27
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4849
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Episode search missing in 4.2.4 UncT 4 3,095 2019-03-08, 06:08 PM
Last Post: UncT
  NEWA Auto-Search Command Line Interface (CLI) UncleJohnsBand 40 37,539 2018-05-09, 12:50 AM
Last Post: jksmurf
  "Record selected" returns error web page ... softfoot 5 3,734 2016-03-26, 01:37 PM
Last Post: UncleJohnsBand
  'Record This Episode'-button is not active haste18 3 3,133 2015-12-15, 10:06 PM
Last Post: UncleJohnsBand
  EPGEventDisplay - Adding web search link sle118 0 2,017 2015-11-02, 03:11 PM
Last Post: sle118
  NEWA missing scheduled auto-record shows? jksmurf 1 2,162 2015-09-16, 02:49 PM
Last Post: ACTCMS
  Auto-Search? snagglewest 11 5,154 2014-12-17, 01:46 PM
Last Post: UncleJohnsBand
  How to search only for programs or episodes marked as (* New *) jfestrada 2 1,760 2014-02-27, 03:31 AM
Last Post: UncleJohnsBand
  Null search strings in episode search ... softfoot 1 1,469 2013-11-27, 03:32 AM
Last Post: UncleJohnsBand
  NEWA - Wishlist Item - Exceptions jksmurf 1 1,454 2013-08-14, 03:18 AM
Last Post: jksmurf

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

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

Linear Mode
Threaded Mode