python-ws-discovery icon indicating copy to clipboard operation
python-ws-discovery copied to clipboard

OSError: [Errno 22] Invalid argument

Open scrimpys opened this issue 2 years ago • 0 comments

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:

scrimpys avatar Sep 19 '23 19:09 scrimpys