maui
maui copied to clipboard
Unable to connect to mac
Description
Lately, whenever I try to connect to our Macbook pro from Visual Studio for Windows, I immediately get the error message "Object reference not set to an instance of an object". There are no details and I was not able to find any log file locations online. Can someone please help me out here? It used to work at some point. I'm using the latest Visual Studio 2022 version and the visual studio for mac as well as my XCode are all the newest available version, with simulators installed etc.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.3
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
Thanks for the issue report @owl-guy! This issue appears to be a problem with Visual Studio, so we ask that you use the VS feedback tool to report the issue. That way it will get to the routed to the team that owns this experience in VS.
If you encounter a problem with Visual Studio, we want to know about it so that we can diagnose and fix it. By using the Report a Problem tool, you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks.
- Go to the Visual Studio for Windows feedback tool or Visual Studio for Mac feedback tool to report the issue
- Close this bug, and consider adding a link to the VS Feedback issue so that others can follow its activity there.
Found a log: Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : Server State transition from DisconnectedState to ConfiguringState on macbookpro2019 (172.30.215.141): 01.18.2024 07:25:22Z DateTime=2024-01-18T07:25:22.6000345Z: 01.18.2024 07:25:22Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : Checking host configuration for connecting to 'macbookpro2019'...: 01.18.2024 07:25:22Z DateTime=2024-01-18T07:25:22.6352562Z: 01.18.2024 07:25:22Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : !Checking host configuration for connecting to 'macbookpro2019'...: 01.18.2024 07:25:22Z DateTime=2024-01-18T07:25:22.6352562Z: 01.18.2024 07:25:22Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : Checking SSH configuration...: 01.18.2024 07:25:22Z DateTime=2024-01-18T07:25:22.7329503Z: 01.18.2024 07:25:22Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : !Checking SSH configuration...: 01.18.2024 07:25:22Z DateTime=2024-01-18T07:25:22.7329503Z: 01.18.2024 07:25:22Z Xamarin.Messaging.Ssh.SshCommands Information: 0 : Current SSH Key File: C:\Users\eulerur\AppData\Local\Xamarin\MonoTouch\id_xma.pub: 01.18.2024 07:25:22Z DateTime=2024-01-18T07:25:22.7585740Z: 01.18.2024 07:25:22Z Xamarin.Messaging.Ssh.SshCommands Information: 0 : !Current SSH Key File: C:\Users\eulerur\AppData\Local\Xamarin\MonoTouch\id_xma.pub: 01.18.2024 07:25:22Z DateTime=2024-01-18T07:25:22.7585740Z: 01.18.2024 07:25:22Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : Initializing environment...: 01.18.2024 07:25:23Z DateTime=2024-01-18T07:25:23.2433351Z: 01.18.2024 07:25:23Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : !Initializing environment...: 01.18.2024 07:25:23Z DateTime=2024-01-18T07:25:23.2433351Z: 01.18.2024 07:25:23Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : Checking available disk space...: 01.18.2024 07:25:23Z DateTime=2024-01-18T07:25:23.8739846Z: 01.18.2024 07:25:23Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : !Checking available disk space...: 01.18.2024 07:25:23Z DateTime=2024-01-18T07:25:23.8739846Z: 01.18.2024 07:25:23Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : Checking if Rosetta is installed...: 01.18.2024 07:25:23Z DateTime=2024-01-18T07:25:23.9555886Z: 01.18.2024 07:25:23Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : !Checking if Rosetta is installed...: 01.18.2024 07:25:23Z DateTime=2024-01-18T07:25:23.9555886Z: 01.18.2024 07:25:23Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : Checking Mono installation...: 01.18.2024 07:25:23Z DateTime=2024-01-18T07:25:23.9807139Z: 01.18.2024 07:25:23Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : !Checking Mono installation...: 01.18.2024 07:25:23Z DateTime=2024-01-18T07:25:23.9807139Z: 01.18.2024 07:25:23Z Xamarin.Messaging.Ssh.SshCommands Information: 0 : A valid Mono installation has been found at '/Library/Frameworks/Mono.framework/Versions/Current/bin/mono64': 01.18.2024 07:25:24Z DateTime=2024-01-18T07:25:24.0204127Z: 01.18.2024 07:25:24Z Xamarin.VisualStudio.Services.ProductsService Error: 0 : An unexpected error occurred while requesting product information from the Products Service. Service URL: https://software.xamarin.com/service/products, Request Content: [{"ProductGuid":"4569c276-1397-4adb-9485-82a7696df22e","Version":"16.4.0.23"}], Details: An error occurred while sending the request. System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure. at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult) at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context) at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar) --- End of inner exception stack trace --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Xamarin.VisualStudio.Services.ProductsService.<GetProductDataAsync>d__6.MoveNext() in D:\a_work\1\s\src\Core\VisualStudio\Services\ProductsService.cs:line 41: 01.18.2024 07:25:24Z DateTime=2024-01-18T07:25:24.5370832Z: 01.18.2024 07:25:24Z Xamarin.VisualStudio.Services.ProductsService Error: 0 : An unexpected error occurred while requesting product information from the Products Service. Service URL: https://software.xamarin.com/service/products, Request Content: [{"ProductGuid":"964ebddd-1ffe-47e7-8128-5ce17ffffb05"}], Details: An error occurred while sending the request. System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure. at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult) at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context) at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar) --- End of inner exception stack trace --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Xamarin.VisualStudio.Services.ProductsService.<GetProductDataAsync>d__6.MoveNext() in D:\a_work\1\s\src\Core\VisualStudio\Services\ProductsService.cs:line 41: 01.18.2024 07:25:24Z DateTime=2024-01-18T07:25:24.8668260Z: 01.18.2024 07:25:24Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : Checking host configuration for connecting to 'macbookpro2019'...: 01.18.2024 07:25:24Z DateTime=2024-01-18T07:25:24.8773700Z: 01.18.2024 07:25:24Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : !Checking host configuration for connecting to 'macbookpro2019'...: 01.18.2024 07:25:24Z DateTime=2024-01-18T07:25:24.8773700Z: 01.18.2024 07:25:24Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : Server State transition from ConfiguringState to DisconnectingState on macbookpro2019 (172.30.215.141): 01.18.2024 07:25:24Z DateTime=2024-01-18T07:25:24.9147478Z: 01.18.2024 07:25:24Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : Starting disconnection from macbookpro2019...: 01.18.2024 07:25:24Z DateTime=2024-01-18T07:25:24.9453790Z: 01.18.2024 07:25:24Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : !Starting disconnection from macbookpro2019...: 01.18.2024 07:25:24Z DateTime=2024-01-18T07:25:24.9453790Z: 01.18.2024 07:25:24Z Xamarin.Messaging.Ssh.MessagingService Information: 0 : Disposing Messaging service references...: 01.18.2024 07:25:24Z DateTime=2024-01-18T07:25:24.9969585Z: 01.18.2024 07:25:24Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : Starting disconnection from macbookpro2019...: 01.18.2024 07:25:25Z DateTime=2024-01-18T07:25:25.0009781Z: 01.18.2024 07:25:25Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : !Starting disconnection from macbookpro2019...: 01.18.2024 07:25:25Z DateTime=2024-01-18T07:25:25.0009781Z: 01.18.2024 07:25:25Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : Server State transition from DisconnectingState to DisconnectedState on macbookpro2019 (172.30.215.141): 01.18.2024 07:25:25Z DateTime=2024-01-18T07:25:25.0019783Z: 01.18.2024 07:25:25Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : The connection to 'macbookpro2019' has been finished: 01.18.2024 07:25:25Z DateTime=2024-01-18T07:25:25.0281400Z: 01.18.2024 07:25:25Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : !The connection to 'macbookpro2019' has been finished: 01.18.2024 07:25:25Z DateTime=2024-01-18T07:25:25.0281400Z: 01.18.2024 07:25:25Z Xamarin.Messaging.Integration.State.ServerStateContext Information: 0 : Server State transition from DisconnectedState to DisconnectedState on macbookpro2019 (172.30.215.141): 01.18.2024 07:25:25Z DateTime=2024-01-18T07:25:25.0522858Z: 01.18.2024 07:25:25Z Xamarin.Messaging.Integration.State.ServerStateContext Error: 0 : Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object. at Xamarin.VisualStudio.IOS.Messaging.MonoInstallationConfigurator.<ConfigureAsync>d__13.MoveNext() in D:\a_work\1\s\src\Core\VisualStudio.IOS\Messaging\MonoInstallationConfigurator.cs:line 102 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Xamarin.Messaging.Integration.State.ConfiguringState.<ExecuteConfiguratorsAsync>d__26.MoveNext() in D:\a_work\1\s\src\Xamarin.Messaging.Integration\State\ConfiguringState.cs:line 504: 01.18.2024 07:25:25Z DateTime=2024-01-18T07:25:25.0707322Z: 01.18.2024 07:25:25Z Xamarin.Messaging.Integration.State.ServerStateContext Error: 0 : !Object reference not set to an instance of an object.: 01.18.2024 07:25:25Z DateTime=2024-01-18T07:25:25.0707322Z: 01.18.2024 07:25:25Z
Ok, so I tried removing our developer account in vs and adding it again, but then i get this log:
Xamarin Information: 0 : Xamarin - 17.8.0.157-d17-8+8e82278: 01.18.2024 07:44:15Z
DateTime=2024-01-18T07:44:15.7712057Z: 01.18.2024 07:44:15Z
Xamarin Information: 0 : !Xamarin - 17.8.0.157-d17-8+8e82278: 01.18.2024 07:44:15Z
DateTime=2024-01-18T07:44:15.7712057Z: 01.18.2024 07:44:15Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkSetup Information: 0 : androidsdksetup: processing AndroidStarted event: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.0583214Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkSetup Information: 0 : androidsdksetup: verify mustCheckIfSolutionIsReady:True delay:00:00:02: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.0623304Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkSetup Information: 0 : androidsdksetup: verify canceled => solution is not ready: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.0623304Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: verify android sdk installed: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3865148Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: verify android sdk installed: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3865148Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: verify android sdk installed: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3865148Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: verify android sdk installed: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3865148Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: verify android sdk installed: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3865148Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: verify android sdk installed: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3865148Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: verify android sdk installed: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3880178Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: verify android sdk installed: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3880178Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: removing android sdk errors: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3880178Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: verify android sdk installed: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3880178Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: removing android sdk errors: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3880178Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: removing android sdk errors: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3880178Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: removing android sdk errors: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3880178Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: removing android sdk errors: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3890213Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: removing android sdk errors: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3890213Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: removing android sdk errors: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3900214Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: removing android sdk errors: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3900214Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: removing android sdk errors: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3900214Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: verify android sdk installed: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3900214Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: removing android sdk errors: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3900214Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: verify android sdk installed: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3910245Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: removing android sdk errors: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.3910245Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: verify android sdk installed: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.4121343Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: removing android sdk errors: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.4121343Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: verify android sdk installed: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.4416654Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.Android.Setup.AndroidSdkValidation Information: 0 : androidsdksetup: removing android sdk errors: 01.18.2024 07:44:16Z
DateTime=2024-01-18T07:44:16.4426666Z: 01.18.2024 07:44:16Z
Xamarin.VisualStudio.TastyPackage Information: 0 : Hooked up SDB tracing adapter: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.5004123Z: 01.18.2024 07:44:17Z
Xamarin.VisualStudio.TastyPackage Information: 0 : Initialization finished: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.5250917Z: 01.18.2024 07:44:17Z
Xamarin.VisualStudio.TastyPackage Information: 0 : Hooked up SDB tracing adapter: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.5271012Z: 01.18.2024 07:44:17Z
Xamarin.VisualStudio.TastyPackage Information: 0 : Initialization finished: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.5341100Z: 01.18.2024 07:44:17Z
Xamarin.VisualStudio.Android.XamarinAndroidPackage Warning: 0 : Initializing Xamarin.VisualStudio.Android.XamarinAndroidPackage: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.5341100Z: 01.18.2024 07:44:17Z
Xamarin.VisualStudio.IOS.Messaging.LocalMessagingInitializer Information: 0 : Starting Broker in-process...: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.6031745Z: 01.18.2024 07:44:17Z
Xamarin.VisualStudio.IOS.Messaging.LocalMessagingInitializer Information: 0 : !Starting Broker in-process...: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.6031745Z: 01.18.2024 07:44:17Z
Xamarin.Messaging.Server.BrokerAgentInProcess Information: 0 : Starting: Broker 17.8.0.157 ( PID = 36644 ): 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.6182005Z: 01.18.2024 07:44:17Z
Xamarin.Messaging.Server.MessagingServer Information: 0 : Starting Messaging Server...: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.6350653Z: 01.18.2024 07:44:17Z
Xamarin.Messaging.Server.BrokerAgentInProcess Information: 0 : Connecting Agent to the Broker...: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.6591192Z: 01.18.2024 07:44:17Z
Xamarin.Messaging.Server.BrokerAgentInProcess Information: 0 : Initializing Agent context...: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.8402496Z: 01.18.2024 07:44:17Z
Xamarin.Messaging.Server.BrokerAgentInProcess Information: 0 : Registering Agent message handlers...: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.8422518Z: 01.18.2024 07:44:17Z
Xamarin.Messaging.Server.BrokerAgentInProcess Information: 0 : Registering message handler for message type: Xamarin.Messaging.GetAgentVersionMessage: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.8442510Z: 01.18.2024 07:44:17Z
Xamarin.VisualStudio.TastyPackage Information: 0 : Hooked up SDB tracing adapter: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.9122530Z: 01.18.2024 07:44:17Z
Xamarin.Messaging.Server.BrokerAgentInProcess Information: 0 : Registering message handler for message type: Xamarin.Messaging.StopAgentMessage: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.9162955Z: 01.18.2024 07:44:17Z
Xamarin.VisualStudio.TastyPackage Information: 0 : Initialization finished: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.9218056Z: 01.18.2024 07:44:17Z
Xamarin.VisualStudio.IOS.XamarinIOSPackage Warning: 0 : Initializing Xamarin.VisualStudio.IOS.XamarinIOSPackage.: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.9228055Z: 01.18.2024 07:44:17Z
Xamarin.Messaging.Server.BrokerAgentInProcess Information: 0 : Registering message handler for message type: Xamarin.Messaging.RegisterAgentMessage: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.9338387Z: 01.18.2024 07:44:17Z
Xamarin.Messaging.Server.BrokerAgentInProcess Information: 0 : Registering message handler for message type: Xamarin.Messaging.GetActiveClientsMessage: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.9393495Z: 01.18.2024 07:44:17Z
Xamarin.Messaging.Server.BrokerAgentInProcess Information: 0 : Registering message handler for message type: Xamarin.Messaging.GetActiveAgentsMessage: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.9433487Z: 01.18.2024 07:44:17Z
Xamarin.Messaging.Server.BrokerAgentInProcess Information: 0 : Agent registered: Broker: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.9468599Z: 01.18.2024 07:44:17Z
Xamarin.VisualStudio.IOS.Messaging.LocalMessagingInitializer Information: 0 : Successfully started Broker in-process: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.9493708Z: 01.18.2024 07:44:17Z
Xamarin.VisualStudio.IOS.Messaging.LocalMessagingInitializer Information: 0 : !Successfully started Broker in-process: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.9493708Z: 01.18.2024 07:44:17Z
Xamarin.VisualStudio.IOS.Messaging.LocalMessagingInitializer Information: 0 : Connecting to Local Broker...: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.9535734Z: 01.18.2024 07:44:17Z
Xamarin.VisualStudio.IOS.Messaging.LocalMessagingInitializer Information: 0 : !Connecting to Local Broker...: 01.18.2024 07:44:17Z
DateTime=2024-01-18T07:44:17.9535734Z: 01.18.2024 07:44:17Z
Xamarin.Messaging.Ssh.MessagingService Information: 0 : Agent Broker 17.8.0.157 is running: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.2584027Z: 01.18.2024 07:44:18Z
Xamarin.VisualStudio.IOS.Messaging.LocalMessagingInitializer Information: 0 : Successfully connected to Local Broker: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.2605199Z: 01.18.2024 07:44:18Z
Xamarin.VisualStudio.IOS.Messaging.LocalMessagingInitializer Information: 0 : !Successfully connected to Local Broker: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.2605199Z: 01.18.2024 07:44:18Z
Xamarin.VisualStudio.IOS.Messaging.LocalMessagingInitializer Information: 0 : Starting IDB Local Agent...: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.2730784Z: 01.18.2024 07:44:18Z
Xamarin.VisualStudio.IOS.Messaging.LocalMessagingInitializer Information: 0 : !Starting IDB Local Agent...: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.2730784Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Starting: IDB.Local 17.8.0.157 ( PID = 36644 ): 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.2740785Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Connecting Agent to the Broker...: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.2750783Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Initializing Agent context...: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.2750783Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering Agent message handlers...: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3290391Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.GetAgentVersionMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3290391Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.StopAgentMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3300431Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : IDB Local Registering Handlers: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3395554Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.GetMobileDeviceConfigurationMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3395554Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.GetDevicesMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3435585Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.RefreshConnectedDevicesMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3460624Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.DeployAppMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3505798Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.LaunchAppMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3535803Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.StopDebuggingAppMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3565806Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.AddDeveloperAccountMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3610899Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.GetDeveloperAccountsMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3635991Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.GetSigningIdentitiesMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3655998Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.GetProvisioningProfilesMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3691081Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.RemoveDeveloperAccountMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3711120Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.SyncSigningIdentitiesMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3761121Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.SyncProvisioningProfilesMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3791203Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.DownloadProvisioningProfilesMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3811245Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.AutoProvisionMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3844184Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.CreateAppleCertificateMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3864176Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.GetProvisioningInformationMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3899242Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.CheckProvisioningStatusMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3919242Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.ImportCertificateMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3949253Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.GetSigningIdentityTypeMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.3979316Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.StartDeviceLogMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.4009357Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.IDB.Local.IDBLocalAgent Information: 0 : Registering message handler for message type: Xamarin.Messaging.IDB.Contracts.StopDeviceLogMessage: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.4064394Z: 01.18.2024 07:44:18Z
Xamarin.VisualStudio.IOS.Messaging.LocalMessagingInitializer Information: 0 : Successfully started IDB Local Agent: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.4144611Z: 01.18.2024 07:44:18Z
Xamarin.VisualStudio.IOS.Messaging.LocalMessagingInitializer Information: 0 : !Successfully started IDB Local Agent: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.4144611Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.Server.BrokerAgentInProcess Information: 0 : Agent registered: IDBLocal1780157: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.4209749Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.Ssh.MessagingCommands Information: 0 : Checking xma 17.8.0.157 installation...: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.4480107Z: 01.18.2024 07:44:18Z
Xamarin.Messaging.Ssh.MessagingCommands Information: 0 : !Checking xma 17.8.0.157 installation...: 01.18.2024 07:44:18Z
DateTime=2024-01-18T07:44:18.4480107Z: 01.18.2024 07:44:18Z
Xamarin.VisualStudio.Android.Setup.AutoSdk Information: 0 : androidsdksetup: AutoSdk tries to resolve dependencies: platforms/android-34, build-tools/[email protected], [email protected], cmdline-tools/[email protected]: 01.18.2024 07:44:19Z
DateTime=2024-01-18T07:44:19.0959309Z: 01.18.2024 07:44:19Z
Xamarin.VisualStudio.Android.Setup.AutoSdk Information: 0 : androidsdksetup: AutoSdk resolved dependencies: platforms/android-34, build-tools/[email protected], [email protected], cmdline-tools/[email protected]: 01.18.2024 07:44:19Z
DateTime=2024-01-18T07:44:19.0959309Z: 01.18.2024 07:44:19Z
Xamarin.VisualStudio.Android.Setup.AutoSdk Warning: 0 : androidsdksetup: AutoSdk cannot resolve dependencies: platforms/android-34, build-tools/[email protected], [email protected], cmdline-tools/[email protected]: 01.18.2024 07:44:19Z
DateTime=2024-01-18T07:44:19.0959309Z: 01.18.2024 07:44:19Z
Xamarin.VisualStudio.Android.Setup.AutoSdk Information: 0 : androidsdksetup: auto sdk check Android licenses: 01.18.2024 07:44:19Z
DateTime=2024-01-18T07:44:19.0979384Z: 01.18.2024 07:44:19Z
Xamarin.Messaging.IDB.AppleProvisioningManager Error: 0 : System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.MacDev.AppleSigning.DeveloperPortalWebClient.<>c__DisplayClass23_0.<<Request>b__2>d.MoveNext() in /Users/builder/azdo/_work/1/s/External/maciostools/Xamarin.MacDev.AppleSigning/AppleDeveloperPortal/DeveloperPortalWebClient.cs:line 122
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.MacDev.AppleSigning.DeveloperPortalWebClient.<Request>d__23.MoveNext() in /Users/builder/azdo/_work/1/s/External/maciostools/Xamarin.MacDev.AppleSigning/AppleDeveloperPortal/DeveloperPortalWebClient.cs:line 120
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.MacDev.AppleSigning.AppleIDAuthenticationProvider.<RefreshiTunesConnectServiceKeyAsync>d__37.MoveNext() in /Users/builder/azdo/_work/1/s/External/maciostools/Xamarin.MacDev.AppleSigning/AppleDeveloperPortal/AppleIDAuthenticationProvider.cs:line 494
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.MacDev.AppleSigning.AppleIDAuthenticationProvider.<SendLoginRequestAsync>d__25.MoveNext() in /Users/builder/azdo/_work/1/s/External/maciostools/Xamarin.MacDev.AppleSigning/AppleDeveloperPortal/AppleIDAuthenticationProvider.cs:line 119
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.MacDev.AppleSigning.AppleIDAuthenticationProvider.<Login>d__24.MoveNext() in /Users/builder/azdo/_work/1/s/External/maciostools/Xamarin.MacDev.AppleSigning/AppleDeveloperPortal/AppleIDAuthenticationProvider.cs:line 114
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.MacDev.AppleSigning.AuthorizedDeveloperPortalClient.<RequestAuthorizedAsync>d__7.MoveNext() in /Users/builder/azdo/_work/1/s/External/maciostools/Xamarin.MacDev.AppleSigning/AppleDeveloperPortal/AuthorizedDeveloperPortalClient.cs:line 95
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.MacDev.AppleSigning.AppleDeveloperPortal.<ViewDeveloper>d__46.MoveNext() in /Users/builder/azdo/_work/1/s/External/maciostools/Xamarin.MacDev.AppleSigning/AppleDeveloperPortal/AppleDeveloperPortal.cs:line 887
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.MacDev.AppleSigning.SyncDeveloperInfo.<Run>d__8.MoveNext() in /Users/builder/azdo/_work/1/s/External/maciostools/Xamarin.MacDev.AppleSigning/ProvisioningTasks/SyncDeveloperInfo.cs:line 53
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.MacDev.AppleSigning.SyncDeveloperAccountData1.<Run>d__17.MoveNext() in /Users/builder/azdo/_work/1/s/External/maciostools/Xamarin.MacDev.AppleSigning/ProvisioningTasks/SyncDeveloperAccountData.cs:line 62 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Xamarin.Messaging.IDB.AppleProvisioningManager.<GetUpdatedAccountAsync>d__13.MoveNext() in D:\a\_work\1\s\src\Messaging\Xamarin.Messaging.IDB.Local\AppleProvisioningManager.cs:line 107: 01.18.2024 07:44:48Z DateTime=2024-01-18T07:44:48.4267113Z: 01.18.2024 07:44:48Z Xamarin.Messaging.Client.MessagingClient Error: 0 : An error occurred on client private7f36f284d6 while executing a reply for topic xvs/idb/add-developer-account Xamarin.Messaging.IDB.Contracts.AppleProvisioningException: An error occurred while sending the request. at Xamarin.Messaging.IDB.AppleProvisioningManager.<GetUpdatedAccountAsync>d__13.MoveNext() in D:\a\_work\1\s\src\Messaging\Xamarin.Messaging.IDB.Local\AppleProvisioningManager.cs:line 129 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Xamarin.Messaging.IDB.AppleProvisioningManager.<AddDeveloperAccountAsync>d__10.MoveNext() in D:\a\_work\1\s\src\Messaging\Xamarin.Messaging.IDB.Local\AppleProvisioningManager.cs:line 53 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Xamarin.Messaging.IDB.Local.AddDeveloperAccountHandler.<ExecuteAsync>d__4.MoveNext() in D:\a\_work\1\s\src\Messaging\Xamarin.Messaging.IDB.Local\Handlers\AddDeveloperAccountHandler.cs:line 27 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Xamarin.Messaging.Client.RequestHandler
2.<HandleAsync>d__5.MoveNext() in D:\a_work\1\s\src\Xamarin.Messaging.Client\Handlers\RequestHandler.cs:line 0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Messaging.Client.MessageHandlerManager.<>c__DisplayClass16_12.<<RegisterHandlerAsync>b__2>d.MoveNext() in D:\a\_work\1\s\src\Xamarin.Messaging.Client\MessageHandlerManager.cs:line 0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Xamarin.Messaging.Client.MessagingClient.<ReplyAsync>d__32
2.MoveNext() in D:\a_work\1\s\src\Xamarin.Messaging.Client\MessagingClient.cs:line 0: 01.18.2024 07:44:48Z
DateTime=2024-01-18T07:44:48.4307391Z: 01.18.2024 07:44:48Z
Xamarin.Messaging.Client.MessagingClient Error: 0 : An error occurred on the receiver while executing a post for topic xvs/idb/add-developer-account and client vs36644EULER
Xamarin.Messaging.Exceptions.MessagingRemoteException: An error occurred on client private7f36f284d6 while executing a reply for topic xvs/idb/add-developer-account ---> Xamarin.Messaging.IDB.Contracts.AppleProvisioningException: An error occurred while sending the request.
at Xamarin.Messaging.IDB.AppleProvisioningManager.<GetUpdatedAccountAsync>d__13.MoveNext() in D:\a_work\1\s\src\Messaging\Xamarin.Messaging.IDB.Local\AppleProvisioningManager.cs:line 129
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Messaging.IDB.AppleProvisioningManager.<AddDeveloperAccountAsync>d__10.MoveNext() in D:\a_work\1\s\src\Messaging\Xamarin.Messaging.IDB.Local\AppleProvisioningManager.cs:line 53
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Messaging.IDB.Local.AddDeveloperAccountHandler.<ExecuteAsync>d__4.MoveNext() in D:\a_work\1\s\src\Messaging\Xamarin.Messaging.IDB.Local\Handlers\AddDeveloperAccountHandler.cs:line 27
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Messaging.Client.RequestHandler2.<HandleAsync>d__5.MoveNext() in D:\a\_work\1\s\src\Xamarin.Messaging.Client\Handlers\RequestHandler.cs:line 0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Xamarin.Messaging.Client.MessageHandlerManager.<>c__DisplayClass16_1
2.<<RegisterHandlerAsync>b__2>d.MoveNext() in D:\a_work\1\s\src\Xamarin.Messaging.Client\MessageHandlerManager.cs:line 0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Messaging.Client.MessagingClient.<ReplyAsync>d__322.MoveNext() in D:\a\_work\1\s\src\Xamarin.Messaging.Client\MessagingClient.cs:line 0 --- End of inner exception stack trace --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Xamarin.Messaging.Client.ApplicationMessageExtensions.<>c__DisplayClass10_0
1.<OfResponse>b__1(MqttApplicationMessage m) in D:\a_work\1\s\src\Xamarin.Messaging.Client\Extensions\ApplicationMessageExtensions.cs:line 194
at System.Reactive.Linq.ObservableImpl.Select2.Selector._.OnNext(TSource value) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Xamarin.Messaging.Client.MessagingClient.<PostAsync>d__21
2.MoveNext() in D:\a_work\1\s\src\Xamarin.Messaging.Client\MessagingClient.cs:line 190: 01.18.2024 07:44:48Z
DateTime=2024-01-18T07:44:48.4402206Z: 01.18.2024 07:44:48Z
Xamarin.Messaging.Ssh.MessagingClientPro Warning: 0 : An error occurred while executing the operation. The host connection is active and running so no retries will be attempted.: 01.18.2024 07:44:48Z
DateTime=2024-01-18T07:44:48.4432098Z: 01.18.2024 07:44:48Z
The problem solved itself, i don't know how though.