GPIO/Remoting Error changing from UDP to TCP in OSC

You found a bug or have any issues? Please post them here!
Post Reply
phonic
Posts: 327
Joined: 06 Mar 2019 14:45
GPIO/Remoting Error changing from UDP to TCP in OSC

Post by phonic »

After changing from UDP to TCP in Open Sound Control and clicking to enable, I get the error below every time I restart ProppFrexx, and clicking continue closes the programme. I've disabled OSC for the moment so ProppFrexx can be used.

13-Apr-19 8:02:08 PM [v4.0.5.25]:********** Error/Exception Information **********
Error Message: The requested address is not valid in its context
Error Type: System.Net.Sockets.SocketException
Error Source: System.Void DoBind(System.Net.EndPoint, System.Net.SocketAddress)
********** System Stack Trace **********
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at System.Net.Sockets.TcpListener.Start(Int32 backlog)
at ProppFrexx.RemoteControl.Osc.TcpServer.Start()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
********** End **********
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: GPIO/Remoting Error changing from UDP to TCP in OSC

Post by radio42 »

Seems you have specified an invalid endpoint address?!
With what other device or software do you try to use OSC? As by default it should use UDP.
phonic
Posts: 327
Joined: 06 Mar 2019 14:45
Re: GPIO/Remoting Error changing from UDP to TCP in OSC

Post by phonic »

yes silly mistake. pointing to the wrong IP. I was able to change it while the error message was still on screen. I did not expect it would crash ProppFrexx though.
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: GPIO/Remoting Error changing from UDP to TCP in OSC

Post by radio42 »

Yes, it shouldn’t - I’ll see to prevent this.
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: GPIO/Remoting Error changing from UDP to TCP in OSC

Post by radio42 »

Should now be fixed in v4.0.5.27.

Post Reply