2016-10-13, 09:32 PM
I can no longer access the nextpvr web server, so I cant run nextpvr as a backend for kodi.
If i go to localhost:8866 i get this:
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: 'NUtility.EPGEvent' does not contain a definition for 'Significance' and no extension method 'Significance' accepting a first argument of type 'NUtility.EPGEvent' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 763: epg.Season = epgevent.Season;
Line 764: epg.Episode = epgevent.Episode;
Line 765: epg.Significance = epgevent.Significance;
Line 766:
Line 767: if (Global.Settings.sendOnlyFoundFanart)
Source File: c:\Users\Public\NPVR\web\App_Code\Classes\webServiceEPGEvent.cs Line: 765
Compiler Warning Messages:
Show Detailed Compiler Output:
Show Complete Compilation Source:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1586.0
Do you know what is going wrong here?
If i go to localhost:8866 i get this:
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: 'NUtility.EPGEvent' does not contain a definition for 'Significance' and no extension method 'Significance' accepting a first argument of type 'NUtility.EPGEvent' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 763: epg.Season = epgevent.Season;
Line 764: epg.Episode = epgevent.Episode;
Line 765: epg.Significance = epgevent.Significance;
Line 766:
Line 767: if (Global.Settings.sendOnlyFoundFanart)
Source File: c:\Users\Public\NPVR\web\App_Code\Classes\webServiceEPGEvent.cs Line: 765
Compiler Warning Messages:
Show Detailed Compiler Output:
Show Complete Compilation Source:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1586.0
Do you know what is going wrong here?