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 … 5 6 7 8 9 … 47 Next »
Problem with AutoSearch when connecting into NEWA

 
  • 0 Vote(s) - 0 Average
Problem with AutoSearch when connecting into NEWA
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,595
Threads: 387
Joined: Dec 2004
#11
2014-01-05, 09:09 AM
UncleJohnsBand Wrote:Great....thanks.... keep me posted.
Yep, I think that has fixed things, thanks.

Cheers,
Brian
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#12
2014-01-07, 11:08 AM (This post was last modified: 2014-01-07, 12:28 PM by jksmurf.)
bgowland Wrote:Yep, I think that has fixed things, thanks.

Cheers,
Brian

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: 87

and 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) +2625

Now 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 |
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,595
Threads: 387
Joined: Dec 2004
#13
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?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#14
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 |
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#15
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 |
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,595
Threads: 387
Joined: Dec 2004
#16
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. Big Grin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,196
Threads: 958
Joined: May 2006
#17
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
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,595
Threads: 387
Joined: Dec 2004
#18
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!

Martin
Sounds like the voice of bitter experience. Big Grin
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#19
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!

Martin

you loose 500 points. you gain 5 points for every show that your wife watches that records successfully.
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#20
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
So I then reinstalled NEWA twice from the WIKI, the one with the old SavedSearch.cs. Still an Error. Stumped!

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. Big Grin

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
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Broken X-NEWA Info Link on NextPVR.com cweseloh 4 2,845 2020-05-02, 01:02 AM
Last Post: cweseloh
  gbpvr.com still somewhere in the NEWA code? jksmurf 0 2,128 2019-02-26, 01:29 AM
Last Post: jksmurf
  NEWA scheduled recording update ability broken in 4.2.2 snagglewest 0 2,078 2018-07-11, 12:12 AM
Last Post: snagglewest
  Where does NEWA read the Show name from in the NEWA Web App? jksmurf 3 3,223 2018-07-03, 03:26 AM
Last Post: jksmurf
  Newa snaitaz 8 4,769 2018-05-17, 09:30 PM
Last Post: sub
  NEWA Auto-Search Command Line Interface (CLI) UncleJohnsBand 40 38,488 2018-05-09, 12:50 AM
Last Post: jksmurf
  NEWA modern "NEW" page missing urls??? snagglewest 3 3,514 2017-12-03, 12:48 AM
Last Post: snagglewest
  Difference between NPVR and NEWA recordings lists Bobins 4 5,213 2017-09-27, 10:16 PM
Last Post: Bobins
  Legacy NEWA stu2j 4 4,579 2017-07-19, 12:21 AM
Last Post: stu2j
  Open classic EPG in NEWA very slow Peter Ingham 11 7,000 2017-04-21, 12:35 AM
Last Post: Peter Ingham

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

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

Linear Mode
Threaded Mode