Can't connect OpenFunScripter to MultiFunPlayer


Hi, I have some issues connecting OFS to MFP, at first the endpoint was set to “0.0.0.0 : 8080”
and the error said that the ip was “unspecified” so I tried the default ip adress you see in the picture but now the error message says this:

++++++++++++++++++++++++++++++++++++++

Error when connecting to OFS:

System.Net.WebSockets.WebSocketException (0x80004005): Unable to connect to the remote server
—> System.Net.Http.HttpRequestException: Received an invalid status line: ‘Error 404: Not Found’.
at System.Net.Http.HttpConnection.ParseStatusLineCore(Span`1 line, HttpResponseMessage response)
at System.Net.Http.HttpConnection.ParseStatusLine(HttpResponseMessage response)
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, 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 MultiFunPlayer.MediaSource.ViewModels.OfsMediaSource.RunAsync(ConnectionType connectionType, CancellationToken token)
++++++++++++++++++++++++++++++++++++++

I also tried to change the “path” next the the “port” on MFP but for some reasons it won’t let me even if I change it from the config files…

Thanks in advance.

use MFP 1.29.3. I did that it connects but im using my handy 2. It’s not working properly, every now and again it hits a point in the script but it stays in place and clicks

Before doing that I noticed that there was a new update available, I did the update and now it connect to OFS!

And same,I also can’t get my handy 2 to work with MFP, it gets almost no movement unless I go through intiface :confused:

To be honest the real test I do now is running the script in Heresphere it’s way smoother and in sync than with MFP+Intiface.

MFP requires using Intiface because of how The Handy api is made. When using the normal “The Handy” output in MFP each command has to go thru their servers. That makes it is incompatible with live playback. When you use Intiface just make sure to switch from FixedUpdate to PolledUpdate after adding The Handy mapping and it should be smooth.
HereSphere or other The Handy apps upload the whole script to the device, so the device plays the script not the app.