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 … 28 29 30 31 32 … 47 Next »
Error message in EWA

 
  • 0 Vote(s) - 0 Average
Error message in EWA
gazoo
Offline

Posting Freak

Posts: 781
Threads: 118
Joined: Jan 2008
#1
2008-03-17, 07:57 PM
I tried to go to the next day at 2:00 AM and I get this error:

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>

[SIZE="1"]Server rebuild:GIGABYTE GA-MA78GM-S2H, CPU AMD X2 4850e 2.5GHz 45W,2GB RAM,500GB HD,Hauppauge HVR-1600,Vista Ultimate SP1,IN WIN BK623 Mini case
Client:ASUS AMD M3A78-EMH HDMI motherboard,CPU AMD64 X2 3800+,2GB RAM,200GB HD,ATI HD3200 integrated graphics, WIN XP SP2 Pro,MCE303 case, 2x16 VFD, Irtrans MCE remote [/SIZE]
[SIZE="1"] How to Build your own GB-PVR HTPC computer[/SIZE]
[SIZE="1"]GB-PVR in action on YouTube[/SIZE]
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#2
2008-03-17, 08:24 PM
Do the same thing on your server (i.e be on the server and connect to http:\\localhost:7647\gbpvr )


and you'll get a real error message.....There is also a setting within the web.config you can change but I never know what it is...I think UJB has posted about it before.
gazoo
Offline

Posting Freak

Posts: 781
Threads: 118
Joined: Jan 2008
#3
2008-03-17, 09:19 PM
it won't do it local for some reason. I'm on a VPN, but I don't really think that's the reason since I get an IP address on that very subnet. I'll try again at home from another machine.

[SIZE="1"]Server rebuild:GIGABYTE GA-MA78GM-S2H, CPU AMD X2 4850e 2.5GHz 45W,2GB RAM,500GB HD,Hauppauge HVR-1600,Vista Ultimate SP1,IN WIN BK623 Mini case
Client:ASUS AMD M3A78-EMH HDMI motherboard,CPU AMD64 X2 3800+,2GB RAM,200GB HD,ATI HD3200 integrated graphics, WIN XP SP2 Pro,MCE303 case, 2x16 VFD, Irtrans MCE remote [/SIZE]
[SIZE="1"] How to Build your own GB-PVR HTPC computer[/SIZE]
[SIZE="1"]GB-PVR in action on YouTube[/SIZE]
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#4
2008-03-17, 09:51 PM
you'll need to do it on the server talking to itself, or you wont get the proper error message.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#5
2008-03-17, 10:11 PM
psycik is correct.....have to do it on the local machine to see the actual error being produced.
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
gazoo
Offline

Posting Freak

Posts: 781
Threads: 118
Joined: Jan 2008
#6
2008-03-18, 03:12 AM
That's what I meant, sorry. I did a vnc session to the actual machine and did the localhost webpage and everything worked..no errors.

[SIZE="1"]Server rebuild:GIGABYTE GA-MA78GM-S2H, CPU AMD X2 4850e 2.5GHz 45W,2GB RAM,500GB HD,Hauppauge HVR-1600,Vista Ultimate SP1,IN WIN BK623 Mini case
Client:ASUS AMD M3A78-EMH HDMI motherboard,CPU AMD64 X2 3800+,2GB RAM,200GB HD,ATI HD3200 integrated graphics, WIN XP SP2 Pro,MCE303 case, 2x16 VFD, Irtrans MCE remote [/SIZE]
[SIZE="1"] How to Build your own GB-PVR HTPC computer[/SIZE]
[SIZE="1"]GB-PVR in action on YouTube[/SIZE]
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#7
2008-03-18, 09:50 AM
gazoo Wrote:That's what I meant, sorry. I did a vnc session to the actual machine and did the localhost webpage and everything worked..no errors.

Then it is something that is occuring in your VPN setup or perhaps the firewall on your local machine. Do you have the ports open on your firewall on the local machine?
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
gazoo
Offline

Posting Freak

Posts: 781
Threads: 118
Joined: Jan 2008
#8
2008-03-18, 01:48 PM
I'll check it out again today. I flushed the EPG and reloaded.

There really should be no problem since to the pvrx2 machine, it looks like it's talking to a machine on its own subnet. If it is related to the vpn, then it would be something having to do with smb protocol. That sometimes gets screwy over the vpn. Broadcasting nmb/smb over the vpn sometimes doesn't happen or happen real quick.

[SIZE="1"]Server rebuild:GIGABYTE GA-MA78GM-S2H, CPU AMD X2 4850e 2.5GHz 45W,2GB RAM,500GB HD,Hauppauge HVR-1600,Vista Ultimate SP1,IN WIN BK623 Mini case
Client:ASUS AMD M3A78-EMH HDMI motherboard,CPU AMD64 X2 3800+,2GB RAM,200GB HD,ATI HD3200 integrated graphics, WIN XP SP2 Pro,MCE303 case, 2x16 VFD, Irtrans MCE remote [/SIZE]
[SIZE="1"] How to Build your own GB-PVR HTPC computer[/SIZE]
[SIZE="1"]GB-PVR in action on YouTube[/SIZE]
gazoo
Offline

Posting Freak

Posts: 781
Threads: 118
Joined: Jan 2008
#9
2008-03-18, 03:39 PM
Ok even weirder stuff now. No more error. I flushed the EPG on my STB pay channel source (MCE 150 s-video inputs) and reloaded. They show up fine in TV listings, but I only get half the channels on EWA. So, for example, I usually get channels 100-340 but now I only get 100-175, 244-256 and that's it!

I'm gonna reboot, let's hope it's some weird anamoly.

[SIZE="1"]Server rebuild:GIGABYTE GA-MA78GM-S2H, CPU AMD X2 4850e 2.5GHz 45W,2GB RAM,500GB HD,Hauppauge HVR-1600,Vista Ultimate SP1,IN WIN BK623 Mini case
Client:ASUS AMD M3A78-EMH HDMI motherboard,CPU AMD64 X2 3800+,2GB RAM,200GB HD,ATI HD3200 integrated graphics, WIN XP SP2 Pro,MCE303 case, 2x16 VFD, Irtrans MCE remote [/SIZE]
[SIZE="1"] How to Build your own GB-PVR HTPC computer[/SIZE]
[SIZE="1"]GB-PVR in action on YouTube[/SIZE]
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#10
2008-03-18, 07:49 PM
gazoo Wrote:Ok even weirder stuff now. No more error. I flushed the EPG on my STB pay channel source (MCE 150 s-video inputs) and reloaded. They show up fine in TV listings, but I only get half the channels on EWA. So, for example, I usually get channels 100-340 but now I only get 100-175, 244-256 and that's it!

I'm gonna reboot, let's hope it's some weird anamoly.

Probably is.....EWA is mainly a web face to GBPVR.....all calls and data (except for some EWA specific settings) come from the same database the GBPVR uses.

Have you looked at the GBPVR PC client to see if you are seeing the same anomalies?
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)

Pages (2): 1 2 Next »


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