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 … 34 35 36 37 38 … 47 Next »
Runtime Error

 
  • 0 Vote(s) - 0 Average
Runtime Error
ydekmekji
Offline

Posting Freak

Posts: 824
Threads: 275
Joined: Jan 2005
#1
2007-05-21, 07:13 PM
I haven't been able to log into GBPVR EWA for months now, finally had time to try to work on it. I have the previous build (60 i think)

Here is the message:

Server Error in '/gbpvr' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
If you want to know why nPVR is the bomb, ask my wife!
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#2
2007-05-21, 07:26 PM
Related?

http://forums.nextpvr.com/showthread.php...red+server
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Smoker
Offline

Senior Member

Posts: 409
Threads: 68
Joined: Mar 2007
#3
2007-05-21, 11:37 PM
O I took the dive and moved on to new stuff (after the base gbpvr installation and stablizing it) and installed EWA 61.

Didn't really look much different until I hit the Episode Search tab.
Just what I wanted.... saved searches Smile

So I typed in one and clicked the Save button and thats when I got the same Server Error in '/gbpvr' Appliction.

I read the referenced post and it didn't appear to be my case.

Hopefully one of the EWA authors will read this thread and respond Smile

BTW, I opened a new EQA page and looked in the Episode Search tab. There was my saved search.
[SIZE="1"]Foxconn 6150K8MA-8EKRS | Athlon 64 4000+ | 1 GB (4x256KB) | 2 x 160GB | PVR-150 (1042 & 1045) & HVR-1600
XP Pro SP2 | gbpvr v0.99.12 | TV Listings | ComSkip | TV Guide Supercharger | Weather | mpg2srt[/SIZE]
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#4
2007-05-22, 02:37 AM
ydekmekji Wrote:I haven't been able to log into GBPVR EWA for months now, finally had time to try to work on it. I have the previous build (60 i think)

Here is the message:

Server Error in '/gbpvr' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

Smoker Wrote:O I took the dive and moved on to new stuff (after the base gbpvr installation and stablizing it) and installed EWA 61.

Didn't really look much different until I hit the Episode Search tab.
Just what I wanted.... saved searches Smile

So I typed in one and clicked the Save button and thats when I got the same Server Error in '/gbpvr' Appliction.

I read the referenced post and it didn't appear to be my case.

Hopefully one of the EWA authors will read this thread and respond Smile

BTW, I opened a new EQA page and looked in the Episode Search tab. There was my saved search.

What I need both of you to do is access EWA on the hosting PC and do whatever you do that is causing the error.....when you run EWA on the host machine you will get the specifc error that is occuring rather than the general "There is an error" that you get when you recieve an error on a client PC.

Thanks.
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
Smoker
Offline

Senior Member

Posts: 409
Threads: 68
Joined: Mar 2007
#5
2007-05-22, 07:35 PM
Here ya go.....

Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

'savedSearchList' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value
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.ArgumentOutOfRangeException: 'savedSearchList' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value

Source Error:


Line 252: savedSearchList.Items.Clear();
Line 253: searchUtil.loadSearchList(savedSearchList, savedSearchList.SelectedValue);
Line 254: savedSearchList.SelectedValue = newSearchName.Value;
Line 255: newSearchName.Value = string.Empty;
Line 256: }


Source File: c:\Program Files\devnz\gbpvr\web\Search.aspx.cs Line: 254

Stack Trace:


[ArgumentOutOfRangeException: 'savedSearchList' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value]
System.Web.UI.WebControls.ListControl.set_SelectedValue(String value) +303
gbweb.Search.saveSearch_Click(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\Search.aspx.cs:254
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +75
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +97
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +172
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4921




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
[SIZE="1"]Foxconn 6150K8MA-8EKRS | Athlon 64 4000+ | 1 GB (4x256KB) | 2 x 160GB | PVR-150 (1042 & 1045) & HVR-1600
XP Pro SP2 | gbpvr v0.99.12 | TV Listings | ComSkip | TV Guide Supercharger | Weather | mpg2srt[/SIZE]
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#6
2007-05-22, 07:48 PM
Smoker Wrote:Here ya go.....

Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

'savedSearchList' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value
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.ArgumentOutOfRangeException: 'savedSearchList' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value

Source Error:


Line 252: savedSearchList.Items.Clear();
Line 253: searchUtil.loadSearchList(savedSearchList, savedSearchList.SelectedValue);
Line 254: savedSearchList.SelectedValue = newSearchName.Value;
Line 255: newSearchName.Value = string.Empty;
Line 256: }


Source File: c:\Program Files\devnz\gbpvr\web\Search.aspx.cs Line: 254

Stack Trace:


[ArgumentOutOfRangeException: 'savedSearchList' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value]
System.Web.UI.WebControls.ListControl.set_SelectedValue(String value) +303
gbweb.Search.saveSearch_Click(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\Search.aspx.cs:254
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +75
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +97
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +172
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4921




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

What are you naming your search that you are saving?

The error indicates that the list of saved searches does not contain the name of the search you just saved.....doesn't really make sense why this would be happening....this isn't new code......the code has been out since 3/31/2007......

Also....did you have a filter set to only show searches that are auto or not auto or did you have it set to include all searches?
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
Smoker
Offline

Senior Member

Posts: 409
Threads: 68
Joined: Mar 2007
#7
2007-05-23, 08:38 PM
UncleJohnsBand Wrote:What are you naming your search that you are saving?

Also....did you have a filter set to only show searches that are auto or not auto or did you have it set to include all searches?

A search example would of been

Saved Search Name: House
Search For Phrase: House
Channel: 2 WJBK

Everything else was default.
[SIZE="1"]Foxconn 6150K8MA-8EKRS | Athlon 64 4000+ | 1 GB (4x256KB) | 2 x 160GB | PVR-150 (1042 & 1045) & HVR-1600
XP Pro SP2 | gbpvr v0.99.12 | TV Listings | ComSkip | TV Guide Supercharger | Weather | mpg2srt[/SIZE]
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#8
2007-05-24, 03:14 AM
Smoker Wrote:A search example would of been

Saved Search Name: House
Search For Phrase: House
Channel: 2 WJBK

Everything else was default.

Yep....you found a bug related to the newly installed filter option.....attached is the patch.

Let me know if this fixes you up......

Thanks.
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
Smoker
Offline

Senior Member

Posts: 409
Threads: 68
Joined: Mar 2007
#9
2007-05-24, 10:10 AM
UncleJohnsBand Wrote:Yep....you found a bug related to the newly installed filter option.....attached is the patch.

Let me know if this fixes you up......

Thanks.

Yea for me :p

Worked first time..... Thanks!!!
[SIZE="1"]Foxconn 6150K8MA-8EKRS | Athlon 64 4000+ | 1 GB (4x256KB) | 2 x 160GB | PVR-150 (1042 & 1045) & HVR-1600
XP Pro SP2 | gbpvr v0.99.12 | TV Listings | ComSkip | TV Guide Supercharger | Weather | mpg2srt[/SIZE]
FirstTeamOPS
Offline

Member

Posts: 245
Threads: 21
Joined: Mar 2006
#10
2007-07-13, 09:52 PM
Quote:Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1310
Date: 7/13/2007
Time: 5:40:20 PM
User: N/A
Computer:
Description:
Event code: 3007
Event message: A compilation error has occurred.
Event time: 7/13/2007 5:40:20 PM
Event time (UTC): 7/13/2007 9:40:20 PM
Event ID: 5bc27d7f7eba472bae89e6786c94f258
Event sequence: 3
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: 6a244b4a-6026-128288364146718750
Trust level: Full
Application Virtual Path: /gbpvr
Application Path: C:\Program Files\devnz\gbpvr\web\
Machine name:

Process information:
Process ID: 212
Process name: GBPVRRecordingService.exe
Account name: NT AUTHORITY\SYSTEM

Exception information:
Exception type: HttpCompileException
Exception message: c:\Program Files\devnz\gbpvr\web\App_Code\Migrated\Stub_Info_aspx_cs.cs(29): error CS0234: The type or namespace name 'Public' does not exist in the namespace 'GBPVR' (are you missing an assembly reference?)

Request information:
Request URL: http://192.168.0.101:7647/gbpvr/default.aspx
Request path: /gbpvr/default.aspx
User host address: 192.168.0.101
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\SYSTEM

Thread information:
Thread ID: 10
Thread account name: NT AUTHORITY\SYSTEM
Is impersonating: False
Stack trace: at System.Web.Compilation.AssemblyBuilder.Compile()
at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
at System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed)
at System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories)
at System.Web.Compilation.BuildManager.CompileCodeDirectories()
at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)


Custom event details:

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Got a runtime error today from work and when I tried locally at home. It seemed to resolve itself when I restarted the recording service. The details from event viewer are what's posted above. The "Exception message" matched the error I saw in the browser. FYI.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Error with Web Admin? jksmurf 0 2,425 2019-06-20, 10:34 AM
Last Post: jksmurf
  Server Error in '/' Application smajor 19 17,216 2017-10-27, 12:57 PM
Last Post: mvallevand
  Error when trying to stream from NEWA on PC jksmurf 2 2,892 2017-02-27, 05:12 AM
Last Post: jksmurf
  Server Error in '/' Application [streaming failure] oldman 3 3,148 2017-02-04, 12:48 AM
Last Post: UncleJohnsBand
  Server Error when settign a manual recording in NEWA martinu 2 2,449 2017-01-23, 01:30 AM
Last Post: UncleJohnsBand
  Internal Server Error SilverTiger 5 3,335 2016-07-24, 04:03 PM
Last Post: UncleJohnsBand
  "Record selected" returns error web page ... softfoot 5 3,886 2016-03-26, 01:37 PM
Last Post: UncleJohnsBand
  Server Error in "/" Application ? Lone_Stranger 1 2,465 2016-02-19, 02:10 AM
Last Post: UncleJohnsBand
  Server Error in '/' Application mdenecke 1 2,990 2016-01-13, 03:33 AM
Last Post: UncleJohnsBand
  Server Error when trying to schedule with NEWA in 336? jksmurf 5 3,878 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