[fixed] Exception when adding same share twice (1 Viewer)

Terra

Portal Pro
August 25, 2009
230
57
Home Country
Austria Austria
Hi,

I think I found a bug in the share configuration.
Shares configuration -> Add -> Global share -> Local filesystem resource provider

By accident I wanted to add the same global share twice and on the last screen where I can click on "FINISH" nothing happens and an exception occurs in the ClientError.log.


I also noticed that the view where I have to choose a media category "Audio", "Image" or "Video" is not checking if something is selected. What does MePo2 do if I don't choose a category?

thanks & br
Stefan

Code:
[2012-03-11 12:53:47,153] [1896436] [InputMgr ] [ERROR] - CommandBaseMarkupExtension: Error executing command '{Command Source=MediaPortal.UiComponents.SkinBase.Models.SharesConfigModel,Path=FinishShareConfiguration}'
System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> UPnP.Infrastructure.CP.UPnPRemoteException: Action Failed
  bei UPnP.Infrastructure.CP.DeviceTree.CpAction.AsyncActionCallResult.GetOutParams()
  bei UPnP.Infrastructure.CP.DeviceTree.CpAction.EndInvokeAction(IAsyncResult result)
  bei UPnP.Infrastructure.CP.DeviceTree.CpAction.InvokeAction(IList`1 inParameters)
  bei MediaPortal.UI.Services.ServerCommunication.UPnPContentDirectoryServiceProxy.RegisterShare(Share share)
  bei MediaPortal.UiComponents.SkinBase.Models.ServerShares.AddShare()
  bei MediaPortal.UiComponents.SkinBase.Models.SharesConfigModel.FinishShareConfiguration()
  --- Ende der internen Ausnahmestapelüberwachung ---
  bei System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
  bei System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
  bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
  bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  bei MediaPortal.UI.SkinEngine.MarkupExtensions.CommandBaseMarkupExtension.Execute(IEnumerable`1 parameters)
[2012-03-11 12:53:48,027] [1897310] [InputMgr ] [ERROR] - CommandBaseMarkupExtension: Error executing command '{Command Source=MediaPortal.UiComponents.SkinBase.Models.SharesConfigModel,Path=FinishShareConfiguration}'
System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> UPnP.Infrastructure.CP.UPnPRemoteException: Action Failed
  bei UPnP.Infrastructure.CP.DeviceTree.CpAction.AsyncActionCallResult.GetOutParams()
  bei UPnP.Infrastructure.CP.DeviceTree.CpAction.EndInvokeAction(IAsyncResult result)
  bei UPnP.Infrastructure.CP.DeviceTree.CpAction.InvokeAction(IList`1 inParameters)
  bei MediaPortal.UI.Services.ServerCommunication.UPnPContentDirectoryServiceProxy.RegisterShare(Share share)
  bei MediaPortal.UiComponents.SkinBase.Models.ServerShares.AddShare()
  bei MediaPortal.UiComponents.SkinBase.Models.SharesConfigModel.FinishShareConfiguration()
  --- Ende der internen Ausnahmestapelüberwachung ---
  bei System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
  bei System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
  bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
  bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  bei MediaPortal.UI.SkinEngine.MarkupExtensions.CommandBaseMarkupExtension.Execute(IEnumerable`1 parameters)
 

Users who are viewing this thread

Top Bottom