This is the only one I can find:
ERROR|MultiFunPlayer.OutputTarget.ViewModels.ButtplugOutputTarget|Error when connecting to Buttplug.io at "127.0.0.1:12345"|System.Net.WebSockets.WebSocketException (0x80004005): Unable to connect to the remote server
---> System.Net.Http.HttpRequestException: No connection could be made because the target machine actively refused it. (127.0.0.1:12345)
---> System.Net.Sockets.SocketException (10061): No connection could be made because the target machine actively refused it.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.WebSockets.WebSocketHandle.ConnectAsync(Uri uri, HttpMessageInvoker invoker, CancellationToken cancellationToken, ClientWebSocketOptions options)
at System.Net.WebSockets.WebSocketHandle.ConnectAsync(Uri uri, HttpMessageInvoker invoker, CancellationToken cancellationToken, ClientWebSocketOptions options)
at System.Net.WebSockets.ClientWebSocket.ConnectAsyncCore(Uri uri, HttpMessageInvoker invoker, CancellationToken cancellationToken)
at Buttplug.ButtplugWebsocketConnector.ConnectAsync(Uri uri, CancellationToken cancellationToken)
at Buttplug.ButtplugClient.ConnectAsync(Uri uri, CancellationToken cancellationToken)
at Buttplug.Extensions.Throw(Exception e)
at Buttplug.ButtplugClient.ConnectAsync(Uri uri, CancellationToken cancellationToken)
at MultiFunPlayer.OutputTarget.ViewModels.ButtplugOutputTarget.RunAsync(ConnectionType connectionType, CancellationToken token)
-Tried disabling websocket server in intiface, still got random disconnects.
-Reenabled websocket server and tried disabling lovense connect & lovense usb dongle in intiface. Seems stable now.
Caveat: I didn’t actually have the lovense dongle plugged in at the time of testing and was using the kiiroo keon. I’ll test it with a lovense dongle and toy when I find some time this weekend.
(Thanks for the speedy reply btw, the combination of the app + your activity has me down to sign up to your patreon when payday rolls around. )