ssdp icon indicating copy to clipboard operation
ssdp copied to clipboard

Python asyncio library for Simple Service Discovery Protocol (SSDP).

Results 3 ssdp issues
Sort by recently updated
recently updated
newest added

I had [this error](https://github.com/aio-libs/aiohttp/issues/6794) (or something similar) from the new ssdp release. ``` TypeError: function() argument 'code' must be code, not str ``` Trouble come in this [line](https://github.com/michaelkkehoe/haswidget2/blob/824e4bf3a55431a5924cffdf777154b49543a665/custom_components/swidget/swidgetclient/discovery.py#L30) from a...

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: Traceback (most recent call last): File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\asyncio\proactor_events.py", line...

bug