NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 67 68 69 70 71 … 433 Next »
Error connecting to web-server

Error connecting to web-server
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#1
2018-01-21, 10:49 PM
Why is it that I get this error when trying to connect my browser to 192.168.1.5:8866?
Code:
Server Error in '/' 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>

"I'd rather have a bottle in front of me than a frontal lobotomy"
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2018-01-21, 10:51 PM
If you try on the same machine with 127.0.0.1:8866, do you get a better error message?
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#3
2018-01-21, 10:55 PM
sub Wrote:If you try on the same machine with 127.0.0.1:8866, do you get a better error message?
Yep, now it says:
Code:
Line 40:         public HttpResponseMessage GetListingsNative()
Line 41:         {
Line 42:             VerifyInernalNetworkJSON intNet = new VerifyInernalNetworkJSON(Request.GetQueryNameValuePairs(), Request);
Line 43:             if (!intNet.IsInternalnetwork && !intNet.IsValidatedClient)
Line 44:             {


Source File: c:\Users\Public\NPVR\web\App_Code\NativeServiceController.cs    Line: 42

"I'd rather have a bottle in front of me than a frontal lobotomy"
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#4
2018-01-21, 10:59 PM
Delete the C:\Users\Public\NPVR\web\App_Code\NativeServiceController.cs file and try restart the recording service.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,193
Threads: 958
Joined: May 2006
#5
2018-01-21, 11:06 PM
sub Wrote:Delete the C:\Users\Public\NPVR\web\App_Code\NativeServiceController.cs file and try restart the recording service.

Wrong file. Ir is VerifyInernalNetworkJSON.cs that is rthe problem on non-standard installations.

Martin
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#6
2018-01-21, 11:13 PM
mvallevand Wrote:Wrong file. Ir is VerifyInernalNetworkJSON.cs that is rthe problem on non-standard installations.

Martin
Should I delete this file?

"I'd rather have a bottle in front of me than a frontal lobotomy"
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,193
Threads: 958
Joined: May 2006
#7
2018-01-21, 11:52 PM
Reddwarf Wrote:Should I delete this file?

Yes but don't confuse it with VerifyInternalNetworkJSON.cs which is the good file.

Martin
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#8
2018-01-22, 12:01 AM
Ok, deleting "C:\Users\Public\NPVR\web\App_Code\NativeServiceController.cs" solved the problem, seems to have solved it for Kodi too Wink

"I'd rather have a bottle in front of me than a frontal lobotomy"
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#9
2018-01-22, 12:10 AM
mvallevand Wrote:Yes but don't confuse it with VerifyInternalNetworkJSON.cs which is the good file.

Martin

BTW: Why is my installation a non-standard installation? I heven't done anything unusual with it...

"I'd rather have a bottle in front of me than a frontal lobotomy"
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,193
Threads: 958
Joined: May 2006
#10
2018-01-22, 12:14 AM
I don't know you didn't post logs.

Martin
« 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
  IR Server Suite Channel Changer BTJustice 26 27,605 2023-01-11, 08:49 PM
Last Post: Frapo
  Mouse Click on TV Guide throws an error mlopez1007 2 1,528 2021-03-22, 11:33 AM
Last Post: Graham
  Lights-Out for Windows Home Server 2011? TuckerDean 1 1,406 2021-01-28, 01:52 PM
Last Post: mvallevand
  Configure NextPVR Server Pliedes 1 1,885 2020-10-07, 04:59 PM
Last Post: sub
  Lights-Out for Windows Home Server 2011 pvrip 6 3,356 2020-05-21, 04:56 PM
Last Post: Madlec
  Unhandled Exception Error Message reedaf4 23 7,729 2020-03-13, 05:03 PM
Last Post: sub
Photo Server database error mnthope 4 2,272 2019-12-23, 11:28 PM
Last Post: sub
  Cannot access NextPVR server after internet service change tskdrk 5 2,839 2019-12-17, 01:12 AM
Last Post: sub
  Unable to communicate with server (IP Address) NudeNut 7 3,461 2019-10-30, 06:14 AM
Last Post: sub
  Framework Error Mroctober 1 1,229 2019-09-25, 03:13 PM
Last Post: Graham

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

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

Linear Mode
Threaded Mode