2012-10-23, 07:27 PM
Like you can see in the attachment, i get an error in the manual record functionality ( http://localhost:8866 ).
I didn't select something special. Only filled in a name and changed the time's. Other -->defaults.
What could be the problem?
I have also some problems with viewing live tv on xbmc client.
I have a server with a tuner card. That need to sends the stream to my client.
A pc with the xbmc ( frodo ) and nextpvr addon. But it is lagging.
Network connection is OK. Uses not more then 1% from my network connection.
Should i open a new topic for that problem ? Or ...
I didn't select something special. Only filled in a name and changed the time's. Other -->defaults.
What could be the problem?
I have also some problems with viewing live tv on xbmc client.
I have a server with a tuner card. That need to sends the stream to my client.
A pc with the xbmc ( frodo ) and nextpvr addon. But it is lagging.
Network connection is OK. Uses not more then 1% from my network connection.
Should i open a new topic for that problem ? Or ...
Code:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Cannot have multiple items selected in a DropDownList.
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.Web.HttpException: Cannot have multiple items selected in a DropDownList.
Source Error:
Line 13: <script type="text/javascript" src="public/Ajax2.js"></script>
Line 14: <script type="text/javascript" src="<%=Convert.ToString(Session["theme"])%>/js/common.js"></script>
Line 15: <script type="text/javascript" src="<%=Convert.ToString(Session["theme"])%>/js/manualrecord.js"></script>
Line 16: <script type="text/javascript">
Line 17: function reloadAndClose()
Source File: c:\Users\Public\NPVR\web\ManualRecord2.aspx Line: 15
Stack Trace:
[HttpException (0x80004005): Cannot have multiple items selected in a DropDownList.]
System.Web.UI.WebControls.DropDownList.VerifyMultiSelect() +106
System.Web.UI.WebControls.ListControl.RenderContents(HtmlTextWriter writer) +124
System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +52
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +198
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +27
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +189
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +25
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +167
System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +32
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +219
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +52
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +198
System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +47
ASP.manualrecord2_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\Users\Public\NPVR\web\ManualRecord2.aspx:15
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +88
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +25
System.Web.UI.Page.Render(HtmlTextWriter writer) +30
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +52
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +198
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +27
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4849
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.5456; ASP.NET Version:2.0.50727.5456