[Updated 27 Mar!] MPExtended WebMediaPortal 0.4.3 (1 Viewer)

Status
Not open for further replies.

Aredon

Portal Member
June 26, 2011
32
26
Home Country
United States of America United States of America
Re: [Updated 30 Dec!] MPExtended WebMediaPortal 0.4.1

Is it correctly understood that streaming outside of LAN does not work at all at the moment?

I get this screen when trying if anyone's interested ;)

I'm actually getting this error when attempting to stream to the server's browser via localhost. Streaming through the browser doesn't seem to be working at all for me. I'll prepare logs and post them later.

I should also offer my services as a web developer to help you clean the look up a bit if you'd like. :)
 

Oxan

Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    Re: [Updated 30 Dec!] MPExtended WebMediaPortal 0.4.1

    when opening tv I get this message (even if I turn off windows firewall) :
    Can you post your logs please? I'm afraid I can't help without them.
     

    lodale

    Portal Pro
    April 9, 2009
    245
    27
    Home Country
    Norway Norway
    Re: [Updated 30 Dec!] MPExtended WebMediaPortal 0.4.1

    Hi, thanks for response. What logs?
     

    mrmojo666

    MP Donator
  • Premium Supporter
  • January 24, 2006
    603
    182
    Turin
    Home Country
    Italy Italy
    Re: [Updated 30 Dec!] MPExtended WebMediaPortal 0.4.1

    very interesting work :) i'd love to access mp server from webui :)


    all seems working except when i try to access the tvguide i got this error

    Code:
    Sorry, an error occurred while processing your request. 
    The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://mpextended.github.com:GetProgramsBasicForChannelResult. The InnerException message was 'There was an error deserializing the object of type System.Collections.Generic.IList`1[[MPExtended.Services.TVAccessService.Interfaces.WebProgramBasic, MPExtended.Services.TVAccessService.Interfaces, Version=0.4.0.0, Culture=neutral, PublicKeyToken=8ccaf7b9f3e31d46]]. The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader.'. Please see InnerException for more details.
    
    
    Server stack trace: 
       at System.ServiceModel.Dispatcher.DataContractSerializerOperationFormatter.DeserializeParameterPart(XmlDictionaryReader reader, PartInfo part, Boolean isRequest)
       at System.ServiceModel.Dispatcher.DataContractSerializerOperationFormatter.DeserializeParameter(XmlDictionaryReader reader, PartInfo part, Boolean isRequest)
       at System.ServiceModel.Dispatcher.DataContractSerializerOperationFormatter.DeserializeBody(XmlDictionaryReader reader, MessageVersion version, String action, MessageDescription messageDescription, Object[] parameters, Boolean isRequest)
       at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeBodyContents(Message message, Object[] parameters, Boolean isRequest)
       at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeReply(Message message, Object[] parameters)
       at System.ServiceModel.Dispatcher.ProxyOperationRuntime.AfterReply(ProxyRpc& rpc)
       at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at MPExtended.Services.TVAccessService.Interfaces.ITVAccessService.GetProgramsBasicForChannel(Int32 channelId, DateTime startTime, DateTime endTime)
       at MPExtended.Applications.WebMediaPortal.Models.TVGuideChannelViewModel..ctor(WebChannelBasic channel, DateTime guideStart, DateTime guideEnd)
       at MPExtended.Applications.WebMediaPortal.Models.TVGuideViewModel.<>c__DisplayClassa.<.ctor>b__7(WebChannelBasic x)
       at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
       at ASP._Page_Views_Television_TVGuide_cshtml.Execute() in c:\Program Files\MPExtended\WebMediaPortal\www\Views\Television\TVGuide.cshtml:line 36
       at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
       at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()
       at System.Web.WebPages.StartPage.RunPage()
       at System.Web.WebPages.StartPage.ExecutePageHierarchy()
       at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
       at System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance)
       at System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer)
       at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
       at System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult)
       at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19()
       at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
       at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1c.<>c__DisplayClass1e.<InvokeActionResultWithFilters>b__1b()
       at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult)
       at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
    There was an error deserializing the object of type System.Collections.Generic.IList`1[[MPExtended.Services.TVAccessService.Interfaces.WebProgramBasic, MPExtended.Services.TVAccessService.Interfaces, Version=0.4.0.0, Culture=neutral, PublicKeyToken=8ccaf7b9f3e31d46]]. The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader.
    
    
       at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(XmlReaderDelegator reader, Boolean verifyObjectName, DataContractResolver dataContractResolver)
       at System.Runtime.Serialization.DataContractSerializer.ReadObject(XmlDictionaryReader reader, Boolean verifyObjectName)
       at System.ServiceModel.Dispatcher.DataContractSerializerOperationFormatter.DeserializeParameterPart(XmlDictionaryReader reader, PartInfo part, Boolean isRequest)
    The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader.
    
    
       at System.Xml.XmlExceptionHelper.ThrowXmlException(XmlDictionaryReader reader, String res, String arg1, String arg2, String arg3)
       at System.Xml.XmlExceptionHelper.ThrowMaxStringContentLengthExceeded(XmlDictionaryReader reader, Int32 maxStringContentLength)
       at System.Xml.XmlDictionaryReader.ReadContentAsString(Int32 maxStringContentLength)
       at System.Xml.XmlBaseReader.ReadContentAsString()
       at System.Xml.XmlBaseReader.ReadElementContentAsString()
       at System.Xml.XmlBinaryReader.ReadElementContentAsString()
       at System.Runtime.Serialization.XmlReaderDelegator.ReadElementContentAsString()
       at ReadWebProgramBasicFromXml(XmlReaderDelegator , XmlObjectSerializerReadContext , XmlDictionaryString[] , XmlDictionaryString[] )
       at System.Runtime.Serialization.ClassDataContract.ReadXmlValue(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context)
       at System.Runtime.Serialization.XmlObjectSerializerReadContext.ReadDataContractValue(DataContract dataContract, XmlReaderDelegator reader)
       at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator reader, String name, String ns, Type declaredType, DataContract& dataContract)
       at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator xmlReader, Int32 id, RuntimeTypeHandle declaredTypeHandle, String name, String ns)
       at ReadArrayOfWebProgramBasicFromXml(XmlReaderDelegator , XmlObjectSerializerReadContext , XmlDictionaryString , XmlDictionaryString , CollectionDataContract )
       at System.Runtime.Serialization.CollectionDataContract.ReadXmlValue(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context)
       at System.Runtime.Serialization.XmlObjectSerializerReadContext.ReadDataContractValue(DataContract dataContract, XmlReaderDelegator reader)
       at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator reader, String name, String ns, Type declaredType, DataContract& dataContract)
       at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator xmlReader, Type declaredType, DataContract dataContract, String name, String ns)
       at System.Runtime.Serialization.DataContractSerializer.InternalReadObject(XmlReaderDelegator xmlReader, Boolean verifyObjectName, DataContractResolver dataContractResolver)
       at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(XmlReaderDelegator reader, Boolean verifyObjectName, DataContractResolver dataContractResolver)


    thank you for any help


    any idea ?

    thanks
     

    mrmojo666

    MP Donator
  • Premium Supporter
  • January 24, 2006
    603
    182
    Turin
    Home Country
    Italy Italy
    Re: [Updated 30 Dec!] MPExtended WebMediaPortal 0.4.1

    i think i'm running already the 0.4.1... i'm wrong ? this evening at home i'll check the version

    thanks
     

    Oxan

    Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    Re: [Updated 30 Dec!] MPExtended WebMediaPortal 0.4.1

    i think i'm running already the 0.4.1... i'm wrong ? this evening at home i'll check the version

    thanks
    The error says that you're running version 0.4.0 of WebMP.
     

    Gompf

    New Member
    January 4, 2012
    4
    0
    Home Country
    Germany Germany
    Re: [Updated 30 Dec!] MPExtended WebMediaPortal 0.4.1

    Installed the IIS version as my tvserver is installed on a WHS 2011. Getting the following error after logging on:
    <snip>

    If it maters:
    I have not installed the full ASP.NET MVC3 package linked from the wiki but extracted an ran aspnetwebpages.msi and aspnetmvc3.msi on their own.

    Update: Copied the defaultconfig folder from C:\Program Files (x86)\MPExtended\WebMediaPortal to the .NET tempfolder in the errormessage. Then it works. Saving settings dont seem to work though.
    Hmm, this is a bit weird. I'll send you a PM over the following days with a debug script to give me some more information.

    Hi,

    I have exact the same issue, Win7x64 here, installed the full file ASP.NET MVC3 and using the built in IIS, can I be of help to trace this ? Or did you find the issue already ? Same resolution to get past by copying the folder, and not being able to save the settings. Additionally i Seem not to be able to stream anything (even Transcoding seem to start on the server. I am not sure if this is related.

    /Gompf

    I'm actually getting this error when attempting to stream to the server's browser via localhost. Streaming through the browser doesn't seem to be working at all for me.

    Same here, did you find a solution to this ?

    /Gompf
     

    Aredon

    Portal Member
    June 26, 2011
    32
    26
    Home Country
    United States of America United States of America
    Re: [Updated 30 Dec!] MPExtended WebMediaPortal 0.4.1

    I'm actually getting this error when attempting to stream to the server's browser via localhost. Streaming through the browser doesn't seem to be working at all for me.

    Same here, did you find a solution to this ?

    /Gompf

    I did not find a solution for this. However, the VLC plugin isn't compatible with any of my modern browsers. (at least not that I've found) So I haven't been able to test the VLC streaming aspect.
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom