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 »
NEWA Error ?

 
  • 0 Vote(s) - 0 Average
NEWA Error ?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#11
2014-01-10, 01:34 PM
Sorry UJB,

another error?


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:1076
   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
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 |
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#12
2014-01-11, 01:58 AM
Can you ftp me your npvr.db3 file? Do you still have the login info?
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
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#13
2014-01-11, 02:02 AM
UncleJohnsBand Wrote:Can you ftp me your npvr.db3 file? Do you still have the login info?

ftp login: unfortunately not - A windows update lost it

EDIT: Found an email with ID and pwd but not the actual ftp site.
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 |
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#14
2014-01-11, 05:22 AM
Ok... hopefully this has it now.... Smile
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
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#15
2014-01-11, 05:32 AM
Eureka :-)

Thanks UJB, sorry for all the trouble. Much appreciated!
I'll let you know if there's another glitch, but I too hope this is the last!
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 |
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#16
2014-01-11, 10:51 PM
jksmurf Wrote:Eureka :-)

Thanks UJB, sorry for all the trouble. Much appreciated!
I'll let you know if there's another glitch, but I too hope this is the last!

Great...thanks.

Cheers. Smile
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,753 2020-05-02, 01:02 AM
Last Post: cweseloh
  Error with Web Admin? jksmurf 0 2,379 2019-06-20, 10:34 AM
Last Post: jksmurf
  gbpvr.com still somewhere in the NEWA code? jksmurf 0 2,091 2019-02-26, 01:29 AM
Last Post: jksmurf
  NEWA scheduled recording update ability broken in 4.2.2 snagglewest 0 2,040 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,163 2018-07-03, 03:26 AM
Last Post: jksmurf
  Newa snaitaz 8 4,713 2018-05-17, 09:30 PM
Last Post: sub
  NEWA Auto-Search Command Line Interface (CLI) UncleJohnsBand 40 38,000 2018-05-09, 12:50 AM
Last Post: jksmurf
  NEWA modern "NEW" page missing urls??? snagglewest 3 3,435 2017-12-03, 12:48 AM
Last Post: snagglewest
  Server Error in '/' Application smajor 19 17,010 2017-10-27, 12:57 PM
Last Post: mvallevand
  Difference between NPVR and NEWA recordings lists Bobins 4 5,136 2017-09-27, 10:16 PM
Last Post: Bobins

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

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

Linear Mode
Threaded Mode