2010-09-28, 05:32 AM
I was browsing the nPVR NEWA and when I tried clicking on a channel-name in the guide I get an error:
From the log:
Have I done anything wrong in my setup or something misconfigured (running nPVR on a XP SP3 box with all patches up-to-date (both NPVR and Microsoft, have not applied any NEWA patcehs if there are any).
Code:
Källfel:
Rad 306: bool ee = (bool)Session["matchDesc"];
Rad 307: bool f = (bool)Session["matchSubtitle"];
Rad 308: bool g = (bool)Session["startTitle"];
Rad 309: bool h = (bool)Session["startDesc"];
Rad 310: bool i = (bool)Session["startSubtitle"];
Källfil: c:\Documents and Settings\All Users\Application Data\NPVR\Web\SearchResults.aspx.cs Rad: 308
Stackspårning:
[NullReferenceException: Objektreferensen har inte angetts till en instans av ett objekt.]
N_EWA.SearchResults.Page_Load(Object sender, EventArgs e) in c:\Documents and Settings\All Users\Application Data\NPVR\Web\SearchResults.aspx.cs:308
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +43
System.Web.UI.Control.OnLoad(EventArgs e) +73
System.Web.UI.Control.LoadRecursive() +52
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2184
--------------------------------------------------------------------------------
Versionsinformation: Microsoft .NET Framework-version:2.0.50727.3615; ASP.NET-version:2.0.50727.3614
From the log:
Code:
2010-09-28 07:08:54.141 [DEBUG][3] Got Web Request (192.168.1.188): /SearchResults.aspx
2010-09-28 07:08:54.141 [ERROR][3] System.Web.HttpUnhandledException: Ett undantagsfel av typen System.Web.HttpUnhandledException uppstod. ---> System.NullReferenceException: Objektreferensen har inte angetts till en instans av ett objekt.
vid N_EWA.SearchResults.Page_Load(Object sender, EventArgs e) i c:\Documents and Settings\All Users\Application Data\NPVR\Web\SearchResults.aspx.cs:rad 308
vid System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
vid System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
vid System.Web.UI.Control.OnLoad(EventArgs e)
vid System.Web.UI.Control.LoadRecursive()
vid System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- Slut på stackspårning för interna undantag ---
vid System.Web.UI.Page.HandleError(Exception e)
vid System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
vid System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
vid System.Web.UI.Page.ProcessRequest()
vid System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
vid System.Web.UI.Page.ProcessRequest(HttpContext context)
vid ASP.searchresults_aspx.ProcessRequest(HttpContext context) i c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\98d3b820\6de0daa9\App_Web_xukntubo.6.cs:rad 0
vid System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
vid System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Have I done anything wrong in my setup or something misconfigured (running nPVR on a XP SP3 box with all patches up-to-date (both NPVR and Microsoft, have not applied any NEWA patcehs if there are any).