2012-05-01, 01:59 PM
I tried the schedule a number of selected recordings and noticed "Let the Right One In" failed even though there was nothing scheduled for it's timeframe. I then selected it alone, clicked Record and received the following error:
[h=2]Input string was not in a correct format.[/h] 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.FormatException: Input string was not in a correct format.
Source Error:
[TABLE="width: 100%"]
[TR]
[TD]
Line 1043: { Line 1044: epgeventInfo = Recordings.Items[i].Value.Split('@'); Line 1045: if (!knownRecordings.Contains(System.Convert.ToInt32(epgeventInfo[0]))) Line 1046: { Line 1047: FailedRecordings.Items.Add(epgeventInfo[1]); [/TD]
[/TR]
[/TABLE]
Source File: c:\Users\Public\NPVR\web\SearchResults2.aspx.cs Line: 1045
Stack Trace:
[TABLE="width: 100%"]
[TR]
[TD]
[FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7470855 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119 System.Convert.ToInt32(String value) +63 N_EWA.SearchResults2.SearchForEpisode(Boolean checkTitle, Boolean checkDesc, Boolean checkSubtitle, Boolean matchTitle, Boolean matchDesc, Boolean matchSubtitle, Boolean startTitle, Boolean startDesc, Boolean startSubtitle, Boolean matchUniqueID, String searchFor, Boolean caseSensitive, Int32 minLength, Int32 maxLength, String[] channels, String[] selectedGenre, String startdate, String starttime, String enddate, String endtime, ArrayList selectedDays) in c:\Users\Public\NPVR\web\SearchResults2.aspx.cs:1045 N_EWA.SearchResults2.SearchResults_PreRender(Object sender, EventArgs e) in c:\Users\Public\NPVR\web\SearchResults2.aspx.cs:489 System.EventHandler.Invoke(Object sender, EventArgs e) +0 System.Web.UI.Control.OnPreRender(EventArgs e) +73 System.Web.UI.Control.PreRenderRecursiveInternal() +91 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3873 [/TD]
[/TR]
[/TABLE]
Log attached.
[h=2]Input string was not in a correct format.[/h] 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.FormatException: Input string was not in a correct format.
Source Error:
[TABLE="width: 100%"]
[TR]
[TD]
Line 1043: { Line 1044: epgeventInfo = Recordings.Items[i].Value.Split('@'); Line 1045: if (!knownRecordings.Contains(System.Convert.ToInt32(epgeventInfo[0]))) Line 1046: { Line 1047: FailedRecordings.Items.Add(epgeventInfo[1]); [/TD]
[/TR]
[/TABLE]
Source File: c:\Users\Public\NPVR\web\SearchResults2.aspx.cs Line: 1045
Stack Trace:
[TABLE="width: 100%"]
[TR]
[TD]
[FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7470855 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119 System.Convert.ToInt32(String value) +63 N_EWA.SearchResults2.SearchForEpisode(Boolean checkTitle, Boolean checkDesc, Boolean checkSubtitle, Boolean matchTitle, Boolean matchDesc, Boolean matchSubtitle, Boolean startTitle, Boolean startDesc, Boolean startSubtitle, Boolean matchUniqueID, String searchFor, Boolean caseSensitive, Int32 minLength, Int32 maxLength, String[] channels, String[] selectedGenre, String startdate, String starttime, String enddate, String endtime, ArrayList selectedDays) in c:\Users\Public\NPVR\web\SearchResults2.aspx.cs:1045 N_EWA.SearchResults2.SearchResults_PreRender(Object sender, EventArgs e) in c:\Users\Public\NPVR\web\SearchResults2.aspx.cs:489 System.EventHandler.Invoke(Object sender, EventArgs e) +0 System.Web.UI.Control.OnPreRender(EventArgs e) +73 System.Web.UI.Control.PreRenderRecursiveInternal() +91 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3873 [/TD]
[/TR]
[/TABLE]
Log attached.