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)
++++++++++++++++++++++++++++++++++++++

