2017-12-05, 11:20 PM
I had the "Live TV - black screen, no sound" problem which was fixed by shutting down and reinstalling. However, I still have an issue with the web interface. No matter how I try to access it (localhost:8866, titan:8866, 127.0.0.1:8866, 192.168.0.6:8866, 192.168.0.26:8866) I get:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1061: 'N_EWA.classes.Settings' does not contain a definition for 'GetIP4Address' and no extension method 'GetIP4Address' accepting a first argument of type 'N_EWA.classes.Settings' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 127: Logger.Info("IP V6 Detected on Server ");
Line 128: Logger.Info("IP6 Address: " + address);
Line 129: if (Global.Settings.autologinNets.CheckNumber(Global.Settings.GetIP4Address()))
Line 130: {
Line 131: IsInternalnetwork = true;
Source File: d:\Users\Public\NPVR\web\App_Code\Classes\VerifyInernalNetworkJSON.cs Line: 129
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
I have disabled the second real interface and IPv6 on the machine. I do have an Oracle VirtualBox virtual interface setup. Here are the log files...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1061: 'N_EWA.classes.Settings' does not contain a definition for 'GetIP4Address' and no extension method 'GetIP4Address' accepting a first argument of type 'N_EWA.classes.Settings' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 127: Logger.Info("IP V6 Detected on Server ");
Line 128: Logger.Info("IP6 Address: " + address);
Line 129: if (Global.Settings.autologinNets.CheckNumber(Global.Settings.GetIP4Address()))
Line 130: {
Line 131: IsInternalnetwork = true;
Source File: d:\Users\Public\NPVR\web\App_Code\Classes\VerifyInernalNetworkJSON.cs Line: 129
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
I have disabled the second real interface and IPv6 on the machine. I do have an Oracle VirtualBox virtual interface setup. Here are the log files...