Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [Errno 22] Invalid argument #53

Open
scrimpys opened this issue Sep 19, 2023 · 0 comments
Open

OSError: [Errno 22] Invalid argument #53

scrimpys opened this issue Sep 19, 2023 · 0 comments

Comments

@scrimpys
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant