ssdp
ssdp copied to clipboard
OSError: [WinError 10022] An invalid argument was supplied
python --version Python 3.11.1 python .\request_msearch.py C:\Users\User\Desktop\request_msearch.py:41: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() Exception in callback _ProactorDatagramTransport._loop_reading() handle: <Handle _ProactorDatagramTransport._loop_reading()> Traceback (most recent call last): File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\asyncio\proactor_events.py", line 578, in _loop_reading self._read_fut = self._loop._proactor.recvfrom(self._sock, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\asyncio\windows_events.py", line 503, in recvfrom ov.WSARecvFrom(conn.fileno(), nbytes, flags) OSError: [WinError 10022] An invalid argument was supplied
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\asyncio\events.py", line 80, in _run self._context.run(self._callback, *self._args) File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\asyncio\proactor_events.py", line 581, in _loop_reading self.protocol.error_received(exc) File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\site-packages\ssdp_init.py", line 177, in error_received raise IOError("Unexpected connection error") from exc OSError: Unexpected connection error