SwiftOSC icon indicating copy to clipboard operation
SwiftOSC copied to clipboard

Error when trying to send data

Open eldarsadykov opened this issue 3 years ago • 1 comments

Just followed the instructions in the README

I am pressing a button:

            Button("Send OSC Message") {
                client.send(bundle)
            }

Error:

dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:16 Err:-1 Errno:1 Operation not permitted

eldarsadykov avatar Aug 12 '22 19:08 eldarsadykov

The networking code isn’t my own so I have no idea what the error is. Sounds like a firewall or something. Also some ports are protected. Or maybe that port is in use.

Devin On Aug 12, 2022, 12:40 PM -0700, Eldar Sadykov @.***>, wrote:

Just followed the instructions in the README I am pressing a button: Button("Send OSC Message") { client.send(bundle) } Error: dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:16 Err:-1 Errno:1 Operation not permitted — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

devinroth avatar Aug 15 '22 16:08 devinroth