-
After the update to HASS Core 2024.09.02, following warning is reported:
``2024-09-18 03:16:26.586 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_default_certs with a…
-
from .chromium import ChromiumLoader
File "C:\Users\kouti\OneDrive\Desktop\Lexmark\venv\Lib\site-packages\scrapegraphai\docloaders\chromium.py", line 142
async def ascrape_with_js_support(self…
-
```
2024-10-08 15:25:37.614 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability proble…
-
Upon a normal exit, there are asyncio errors of the form
```
Exception in callback TransportBase._connect_done(>)
handle: )>
asyncio.exceptions.CancelledError
During handling of the above excep…
-
I was wondering if you had any plans on moving the library to asyncio and aiohttp, and in general putting effort into making the library asynchronous? Thank you, Daniel!
-
Thanks for the integration! Just wanted to report that I am getting the following warning from Home Assistant
Detected blocking call to load_cert_chain inside the event loop
```log
2024-09-29…
-
# Feature or enhancement
Add a flag to `asyncio.TaskGroup` to control whether, if a child task crashes, other should be cancelled or not.
# Pitch
Currently `asyncio.TaskGroup` always cancels …
-
**The problem**
I made a script that need to advertise more than one service. I tried accessing it's content's by using the android app "nRF Connect" and it shows me only the first service I configur…
-
Traceback (most recent call last):
File "D:\pythonProject\.venv\MediaCrawler-main\Lib\site-packages\tenacity\_asyncio.py", line 50, in __call__
result = await fn(*args, **kwargs)
…
-
The following error appears:
`PytestConfigWarning: Unknown config option: asyncio_mode`