python-ws-discovery
python-ws-discovery copied to clipboard
OSError: [Errno 22] Invalid argument
Getting following when trying to run wsdiscover from the command line
Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/home/checkit/env2/lib/python3.10/site-packages/wsdiscovery/threaded.py", line 150, in run self._sendPendingMessages() File "/home/checkit/env2/lib/python3.10/site-packages/wsdiscovery/threaded.py", line 226, in _sendPendingMessages self._sendMsg(msg) File "/home/checkit/env2/lib/python3.10/site-packages/wsdiscovery/threaded.py", line 213, in _sendMsg sock.sendto(data, (msg.getAddr(), msg.getPort())) OSError: [Errno 22] Invalid argument
Discovered: