2014-01-05, 09:09 AM
UncleJohnsBand Wrote:Great....thanks.... keep me posted.Yep, I think that has fixed things, thanks.
Cheers,
Brian
|
2014-01-05, 09:09 AM
UncleJohnsBand Wrote:Great....thanks.... keep me posted.Yep, I think that has fixed things, thanks. Cheers, Brian bgowland Wrote:Yep, I think that has fixed things, thanks. I tried it and got this error? Code: 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.SavedSearch' does not contain a definition for 'setSearchVersion' and no extension method 'setSearchVersion' accepting a first argument of type 'N_EWA.classes.SavedSearch' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 85: SavedSearchUtils searchUtil = new SavedSearchUtils();
Line 86: guideParams = Global.Settings;
Line 87: search.setSearchVersion(guideParams.CurrentSearchVersion);
Line 88: searchUtil.deleteSearch(search.getSearchName());
Line 89: searchUtil.writeSearch(search);
Source File: c:\Users\Public\NPVR\web\App_Code\Classes\webServiceSearch.cs Line: 87and this Code: Specified cast is not valid.
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.InvalidCastException: Specified cast is not valid.
Source Error:
Line 873: {
Line 874: Logger.Info(".....Processing title for days: " + epgevent.Title + " on channel/date/time: " + Channel.LoadByOID(epgevent.ChannelOID).Name + " " + epgevent.StartTime.ToLocalTime().ToShortDateString() + " " + epgevent.StartTime.ToLocalTime().TimeOfDay + " " + epgevent.StartTime.ToLocalTime().DayOfWeek + " ==> " + epgevent.EndTime.ToLocalTime().ToShortDateString() + " " + epgevent.EndTime.ToLocalTime().TimeOfDay + " " + epgevent.StartTime.ToLocalTime().DayOfWeek);
Line 875: foreach (DayOfWeek day in selectedDays)
Line 876: {
Line 877: if (epgevent.StartTime.ToLocalTime().DayOfWeek == day)
Source File: c:\Users\Public\NPVR\web\App_Code\Classes\SearchEngine.cs Line: 875
Stack Trace:
[InvalidCastException: Specified cast is not valid.]
N_EWA.classes.SearchEngine.filterSearchResults(Int32 minLength, Int32 maxLength, ArrayList selectedDays) in c:\Users\Public\NPVR\web\App_Code\Classes\SearchEngine.cs:875
N_EWA.classes.SearchEngine.SelectEPGEvents(Array channels, Array selectedGenre, Boolean checkTitle, Boolean checkDesc, Boolean checkSubtitle, Boolean matchTitle, Boolean matchDesc, Boolean matchSubtitle, Boolean startTitle, Boolean startDesc, Boolean startSubtitle, Boolean matchUniqueID, String searchFor, Boolean caseSensitive, Schedule scheduleHelper, Int32 EPG_EVENTMinLength, Int32 EPG_EVENTMaxLength, ArrayList selectedDays) in c:\Users\Public\NPVR\web\App_Code\Classes\SearchEngine.cs:543
N_EWA.classes.SavedSearchUtils.autoSearch(ArrayList Searches) in c:\Users\Public\NPVR\web\App_Code\Classes\SavedSearch.cs:1061
N_EWA.Logon.CompleteLogin() in c:\Users\Public\NPVR\web\Logon.aspx.cs:392
N_EWA.Logon.Page_Load(Object sender, EventArgs e) in c:\Users\Public\NPVR\web\Logon.aspx.cs:119
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +85
System.Web.UI.Control.OnLoad(EventArgs e) +61
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2625Now it doesn't work at all?
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
2014-01-07, 06:12 PM
jksmurf Wrote:I tried it and got this error?That looks similar (or the same) as what I had happening. Is that with the updated SavedSearch.cs that UJB attached to post #6 of this thread?
2014-01-07, 10:51 PM
It was originally WITH the updated one. When I switched back, error as in my new post (Same error IIRC). Only one version of SavedSearch.cs, I overwrote it
So I then reinstalled NEWA twice from the WIKI, the one with the old SavedSearch.cs. Still an Error. Stumped!
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
2014-01-07, 10:59 PM
Fixed? See other post http://forums.nextpvr.com/showthread.php...NEWA-Error
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
2014-01-07, 11:22 PM
Weird. Once I'd figured out I shouldn't have left the renamed old version with a .cs file extension all I did was stop all npvr components, add .bgg to the old file name and restart nrecord and ntray and everything sprang to life. I never did get the hang of how ASP.NET works - seems like a black art to me.
2014-01-07, 11:32 PM
As a word of warning if you add any file to that folder it could cause the web server to rebuild. Be careful when your wives are streaming!
Martin
2014-01-07, 11:47 PM
mvallevand Wrote:As a word of warning if you add any file to that folder it could cause the web server to rebuild. Be careful when your wives are streaming!Sounds like the voice of bitter experience.
2014-01-07, 11:52 PM
mvallevand Wrote:As a word of warning if you add any file to that folder it could cause the web server to rebuild. Be careful when your wives are streaming! you loose 500 points. you gain 5 points for every show that your wife watches that records successfully.
2014-01-08, 10:16 PM
bgowland Wrote:That looks similar (or the same) as what I had happening. Is that with the updated SavedSearch.cs that UJB attached to post #6 of this thread? jksmurf Wrote:It was originally WITH the updated one. When I switched back, error as in my new post (Same error IIRC). Only one version of SavedSearch.cs, I overwrote it jksmurf Wrote:Fixed? See other post http://forums.nextpvr.com/showthread.php...NEWA-Error bgowland Wrote:Weird. Once I'd figured out I shouldn't have left the renamed old version with a .cs file extension all I did was stop all npvr components, add .bgg to the old file name and restart nrecord and ntray and everything sprang to life. I never did get the hang of how ASP.NET works - seems like a black art to me. There is an additional patch available here: http://forums.nextpvr.com/showthread.php...post469488
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 |
|
|