You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I instantiate the class: client = natnet.NatClient(client_ip='192.168.79.207', data_port=1511, comm_port=1510)
I get the error "BlockingIOError: [Errno 11] Resource temporarily unavailable". Any idea what could be causing this? I am using Python3.10.4 on Ubuntu22.04. Please let me know if theres any other information I can provide that would help you solve this, thanks
When I instantiate the class: client = natnet.NatClient(client_ip='192.168.79.207', data_port=1511, comm_port=1510)
I get the error "BlockingIOError: [Errno 11] Resource temporarily unavailable". Any idea what could be causing this? I am using Python3.10.4 on Ubuntu22.04. Please let me know if theres any other information I can provide that would help you solve this, thanks