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 … 14 15 16 17 18 … 47 Next »
EWA error

 
  • 0 Vote(s) - 0 Average
EWA error
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#11
2011-04-05, 11:26 AM
Done that, no change, will hunt some more.
I reinstalled NEWA again but it did not fix it.
I see there's an odd named file in web/bin. Should that be there? It's calledNRecord.vshost.exe~99IEU3V3
There are some very ugly errors in the web.log too, even after the reinstall?

Could it be bailing out because of the search "Heroes ("
( with a bracket? )

k.
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 |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,878
Threads: 954
Joined: May 2006
#12
2011-04-05, 12:05 PM
I would now take out "6 Nations" and then if it still crashes I'd take out "Funniest Home Videos" If that fixes it UJB will need to look into the time handling logic.

Martin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#13
2011-04-06, 01:23 AM
jksmurf Wrote:Done that, no change, will hunt some more.
I reinstalled NEWA again but it did not fix it.
I see there's an odd named file in web/bin. Should that be there? It's calledNRecord.vshost.exe~99IEU3V3
There are some very ugly errors in the web.log too, even after the reinstall?

Could it be bailing out because of the search "Heroes ("
( with a bracket? )

k.

Those vshost files should not be there.....that is from visual studio so I am not sure where you are picking them up
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
#14
2011-04-07, 01:40 PM
mvallevand Wrote:I would now take out "6 Nations" and then if it still crashes I'd take out "Funniest Home Videos" If that fixes it UJB will need to look into the time handling logic.

Martin

Seems OK ... I'll wait .... !
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
2011-04-11, 03:08 PM (This post was last modified: 2011-04-11, 03:13 PM by jksmurf.)
mvallevand Wrote:I would now take out "6 Nations" and then if it still crashes I'd take out "Funniest Home Videos" If that fixes it UJB will need to look into the time handling logic.

Martin

Did that and still got errors. Saw an error with Heroes ( in the web.log.

Code:
2011-04-11 22:49:36.418    [INFO][13]    Start Sub Title: False
2011-04-11 22:49:36.418    [INFO][13]    Search For: Heroes (
2011-04-11 22:49:36.418    [INFO][13]    Is Case Sensitive: False
2011-04-11 22:49:36.418    [INFO][13]    Min Length: -2147483648
2011-04-11 22:49:36.418    [INFO][13]    Max Length: 2147483647
2011-04-11 22:49:36.418    [INFO][13]    
2011-04-11 22:49:36.418    [INFO][13]    NEWA Auto-Record Setting: True
2011-04-11 22:49:36.418    [INFO][13]    Search Auto-Record Setting:True
2011-04-11 22:49:36.418    [INFO][13]    
2011-04-11 22:49:36.418    [INFO][13]    NEWA Auto-Search Setting:True
2011-04-11 22:49:36.418    [INFO][13]    Search Auto-Search Setting: False
2011-04-11 22:49:36.418    [INFO][13]    
2011-04-11 22:49:36.430    [INFO][13]    Found: 0 matches for search: Heroes
2011-04-11 22:49:36.430    [INFO][13]    
2011-04-11 22:49:36.430    [INFO][13]    
2011-04-11 22:49:36.659    [ERROR][13]    System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.FormatException: The string was not recognized as a valid DateTime. There is a unknown word starting at index 5.
   at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
   at System.Convert.ToDateTime(String value)
   at N_EWA.classes.SavedSearchUtils.toDate(String a) in c:\Users\Public\NPVR\Web\App_Code\Classes\SavedSearch.cs:line 415
   at N_EWA.classes.SavedSearchUtils.autoSearch(ArrayList Searches) in c:\Users\Public\NPVR\Web\App_Code\Classes\SavedSearch.cs:line 1049
   at N_EWA.Login.CompleteLogin() in c:\Users\Public\NPVR\Web\Login.aspx.cs:line 308
   at N_EWA.Login.LoginButton_Click(Object sender, EventArgs e) in c:\Users\Public\NPVR\Web\Login.aspx.cs:line 165
   at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e)
   at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   --- End of inner exception stack trace ---
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.login_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\0a635572\38fd2de4\App_Web__z-nfej7.16.cs:line 0
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Deleted Heroes ( and got an error with Flashforward ...argghhh

Code:
2011-04-11 22:58:53.129    [INFO][4]    NEWA Auto-Search Setting:True
2011-04-11 22:58:53.129    [INFO][4]    Search Auto-Search Setting: False
2011-04-11 22:58:53.129    [INFO][4]    
2011-04-11 22:58:53.133    [INFO][4]    Found: 0 matches for search: FlashForward
2011-04-11 22:58:53.133    [INFO][4]    
2011-04-11 22:58:53.133    [INFO][4]    
2011-04-11 22:58:53.134    [ERROR][4]    System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.FormatException: The string was not recognized as a valid DateTime. There is a unknown word starting at index 5.
   at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
   at System.Convert.ToDateTime(String value)
   at N_EWA.classes.SavedSearchUtils.toDate(String a) in c:\Users\Public\NPVR\Web\App_Code\Classes\SavedSearch.cs:line 415
   at N_EWA.classes.SavedSearchUtils.autoSearch(ArrayList Searches) in c:\Users\Public\NPVR\Web\App_Code\Classes\SavedSearch.cs:line 1049
   at N_EWA.Login.CompleteLogin() in c:\Users\Public\NPVR\Web\Login.aspx.cs:line 308
   at N_EWA.Login.LoginButton_Click(Object sender, EventArgs e) in c:\Users\Public\NPVR\Web\Login.aspx.cs:line 165
   at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e)
   at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   --- End of inner exception stack trace ---
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.login_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\0a635572\38fd2de4\App_Web__z-nfej7.16.cs:line 0
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

So I got rid of websavedsearches.xml completely. Seems to have fixed it, but not ideal. Any ideas on why always failing on me? Put xml into logs.

k.
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 |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,878
Threads: 954
Joined: May 2006
#16
2011-04-11, 04:10 PM
K, it doesn't look like you deleted "Funniest Home Videos" which to me indicates that UJB has to look into time and date logic. You might have got the OLD and new filenames reversed.

Martin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#17
2011-04-11, 09:41 PM
jksmurf....see my pm.....
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
#18
2011-04-11, 11:06 PM
Sent, Thanks UJB. Sent both versions, but they were in the logs.zip above.
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
#19
2011-04-12, 12:43 AM
jksmurf Wrote:Sent, Thanks UJB. Sent both versions, but they were in the logs.zip above.

Good news is I can replicate the error....bad news is I need to fix it.... 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
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#20
2011-04-12, 12:59 AM
jksmurf Wrote:Sent, Thanks UJB. Sent both versions, but they were in the logs.zip above.

UncleJohnsBand Wrote:Good news is I can replicate the error....bad news is I need to fix it.... Smile

Did you perhaps manually update this file at some point with times? In your file the offending search has a start time of 8:00 p.m. in the xml file......that is an invalid time format.....when I save searches with times I get 8:00 PM which is a valid time....somehow the time is not being formatted correctly......can you see if you update the search via NEWA (select the search then just click the update button) to see if the time stays in the same format (lower case with '.' after p and m) or if it converts to the correct format (upper case with no '.').

Let me know.
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 (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Error with Web Admin? jksmurf 0 2,332 2019-06-20, 10:34 AM
Last Post: jksmurf
  Server Error in '/' Application smajor 19 16,851 2017-10-27, 12:57 PM
Last Post: mvallevand
  Error when trying to stream from NEWA on PC jksmurf 2 2,793 2017-02-27, 05:12 AM
Last Post: jksmurf
  Server Error in '/' Application [streaming failure] oldman 3 3,040 2017-02-04, 12:48 AM
Last Post: UncleJohnsBand
  Server Error when settign a manual recording in NEWA martinu 2 2,333 2017-01-23, 01:30 AM
Last Post: UncleJohnsBand
  Internal Server Error SilverTiger 5 3,194 2016-07-24, 04:03 PM
Last Post: UncleJohnsBand
  "Record selected" returns error web page ... softfoot 5 3,744 2016-03-26, 01:37 PM
Last Post: UncleJohnsBand
  Server Error in "/" Application ? Lone_Stranger 1 2,408 2016-02-19, 02:10 AM
Last Post: UncleJohnsBand
  Server Error in '/' Application mdenecke 1 2,911 2016-01-13, 03:33 AM
Last Post: UncleJohnsBand
  Server Error when trying to schedule with NEWA in 336? jksmurf 5 3,732 2015-12-12, 12:34 AM
Last Post: jksmurf

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

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

Linear Mode
Threaded Mode