Appstore error

0
I receive often the following error when trying to download an app from the appstore: System.ArgumentException: Het opgegeven URI-schema error is ongeldig; https verwacht. Parameter name: via at System.ServiceModel.Channels.TransportChannelFactory`1.ValidateScheme(Uri via) at System.ServiceModel.Channels.HttpChannelFactory.ValidateCreateChannelParameters(EndpointAddress remoteAddress, Uri via) at System.ServiceModel.Channels.HttpsChannelFactory.ValidateCreateChannelParameters(EndpointAddress remoteAddress, Uri via) at System.ServiceModel.Channels.HttpsChannelFactory.OnCreateChannel(EndpointAddress address, Uri via) at System.ServiceModel.Channels.ChannelFactoryBase`1.InternalCreateChannel(EndpointAddress address, Uri via) at System.ServiceModel.Channels.ChannelFactoryBase`1.CreateChannel(EndpointAddress address, Uri via) at System.ServiceModel.Channels.ServiceChannelFactory.ServiceChannelFactoryOverRequest.CreateInnerChannelBinder(EndpointAddress to, Uri via) at System.ServiceModel.Channels.ServiceChannelFactory.CreateServiceChannel(EndpointAddress address, Uri via) at System.ServiceModel.Channels.ServiceChannelFactory.CreateChannel(Type channelType, EndpointAddress address, Uri via) at System.ServiceModel.ChannelFactory`1.CreateChannel(EndpointAddress address, Uri via) at System.ServiceModel.ChannelFactory`1.CreateChannel() at System.ServiceModel.ClientBase`1.CreateChannel() at System.ServiceModel.ClientBase`1.CreateChannelInternal() at System.ServiceModel.ClientBase`1.get_Channel() at Mendix.Modeler.CloudPortalService.TrialSlotModelerIntegrationPortTypeClient.Mendix.Modeler.CloudPortalService.TrialSlotModelerIntegrationPortType.GetSlotInfo(GetSlotInfoRequest request) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Modeler\Service References\CloudPortalService\Reference.cs:line 1164 at Mendix.Modeler.CloudPortalService.TrialSlotModelerIntegrationPortTypeClient.GetSlotInfo(authentication authentication, GetSlotInfo GetSlotInfo1) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Modeler\Service References\CloudPortalService\Reference.cs:line 1171 at Mendix.Modeler.Cloud.CloudDeployer.<>c__DisplayClass5.<UpdateSlotInfo>b__4() in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Modeler\Cloud\CloudDeployer.cs:line 69 at Mendix.Modeler.Cloud.CloudDeployer.<>c__DisplayClass16.<CloudDo>b__14() in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Modeler\Cloud\CloudDeployer.cs:line 234 at Mendix.Modeler.Utility.Dialogs.<>c__DisplayClassa.<ProgressDo>b__9(WorkerTaskInfo info) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Mendix.Modeler.Utility.Gui\Dialogs.cs:line 273 at Mendix.Modeler.Utility.WorkerTask.backgroundWorker_DoWork(Object sender, DoWorkEventArgs e) in c:\cygwin\home\autobuild\build\Mendix-2.5\modeler\Mendix.Modeler.Utility\WorkerTask.cs:line 137 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) The app is downloaded after clicking close. I assume the app is downloaded correctly. Anyone else getting this error? Regards, Ronald
asked
1 answers
1

This seems to be a problem related to the interface between the Modeler and the Cloud Portal. Please file a support ticket for this error.

You can ignore the error, as Apps are still downloaded correctly from the AppStore despite his error.

answered