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 … 16 17 18 19 20 … 47 Next »
Error when clicking on Channel text

 
  • 0 Vote(s) - 0 Average
Error when clicking on Channel text
forzaKGB
Offline

Member

Posts: 235
Threads: 31
Joined: Mar 2006
#1
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:
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).
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#2
2010-09-29, 02:11 AM
forzaKGB Wrote:I was browsing the nPVR NEWA and when I tried clicking on a channel-name in the guide I get an error:
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).

No....probably a bug....can you try doing the same thing in guide2.aspx and see if you get the same error?
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
forzaKGB
Offline

Member

Posts: 235
Threads: 31
Joined: Mar 2006
#3
2010-09-29, 05:18 AM
I get an error, but it is not the same text:

Code:
Källfel:


Rad 428:        protected void SearchResults_PreRender(object sender, System.EventArgs e)
Rad 429:        {
Rad 430:            SearchForEpisode(
Rad 431:                (bool)Session["checkTitle"],
Rad 432:                (bool)Session["checkDescription"],


Källfil: c:\Documents and Settings\All Users\Application Data\NPVR\Web\SearchResults2.aspx.cs    Rad: 430

Stackspårning:


[NullReferenceException: Objektreferensen har inte angetts till en instans av ett objekt.]
   N_EWA.SearchResults2.SearchResults_PreRender(Object sender, EventArgs e) in c:\Documents and Settings\All Users\Application Data\NPVR\Web\SearchResults2.aspx.cs:430
   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) +3873

Code:
2010-09-29 07:05:58.000    [DEBUG][18]    Got Web Request (127.0.0.1): /AjaxService2.asmx/GetServerTime
2010-09-29 07:05:58.953    [DEBUG][4]    Got Web Request (127.0.0.1): /SearchResults2.aspx
2010-09-29 07:05:58.969    [ERROR][4]    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.SearchResults2.SearchResults_PreRender(Object sender, EventArgs e) i c:\Documents and Settings\All Users\Application Data\NPVR\Web\SearchResults2.aspx.cs:rad 430
   vid System.EventHandler.Invoke(Object sender, EventArgs e)
   vid System.Web.UI.Control.OnPreRender(EventArgs e)
   vid System.Web.UI.Control.PreRenderRecursiveInternal()
   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.searchresults2_aspx.ProcessRequest(HttpContext context) i c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\98d3b820\6de0daa9\App_Web_xukntubo.2.cs:rad 0
   vid System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   vid System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
2010-09-29 07:06:00.531    [DEBUG][18]    Got Web Request (192.168.1.188): /Public/Services/InfoXML.aspx
2010-09-29 07:06:00.531    [INFO][18]    Using wmi for free space determination.....
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#4
2010-10-02, 03:36 AM
Ok.....attached is a patch...should fix the problem in both guide and guide2. Let me know how you make out.
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
forzaKGB
Offline

Member

Posts: 235
Threads: 31
Joined: Mar 2006
#5
2010-10-02, 06:16 AM
It worked very well Smile

Thank you for the patch Smile
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#6
2010-10-02, 02:53 PM
forzaKGB Wrote:It worked very well Smile

Thank you for the patch Smile

Great! No problem....
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
  Error with Web Admin? jksmurf 0 2,323 2019-06-20, 10:34 AM
Last Post: jksmurf
  Server Error in '/' Application smajor 19 16,825 2017-10-27, 12:57 PM
Last Post: mvallevand
  Error when trying to stream from NEWA on PC jksmurf 2 2,791 2017-02-27, 05:12 AM
Last Post: jksmurf
  Server Error in '/' Application [streaming failure] oldman 3 3,030 2017-02-04, 12:48 AM
Last Post: UncleJohnsBand
  Server Error when settign a manual recording in NEWA martinu 2 2,330 2017-01-23, 01:30 AM
Last Post: UncleJohnsBand
  Internal Server Error SilverTiger 5 3,189 2016-07-24, 04:03 PM
Last Post: UncleJohnsBand
  "Record selected" returns error web page ... softfoot 5 3,734 2016-03-26, 01:37 PM
Last Post: UncleJohnsBand
  Server Error in "/" Application ? Lone_Stranger 1 2,398 2016-02-19, 02:10 AM
Last Post: UncleJohnsBand
  Server Error in '/' Application mdenecke 1 2,907 2016-01-13, 03:33 AM
Last Post: UncleJohnsBand
  Server Error when trying to schedule with NEWA in 336? jksmurf 5 3,732 2015-12-12, 12:34 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