-
**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…
-
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…
-
-
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)
…
-
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…
-
### The problem
Logger: homeassistant.util.loop
Source: util/loop.py:77
First occurred: 7:19:20 PM (1 occurrences)
Last logged: 7:19:20 PM
Detected blocking call to import_module with args ('ho…
-
```
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…
-
**Home Assistant Setup**
Please indicate your version of HA and how it is installed.
Version: 2024.10.3
Installation Type (put an X between the square brackets for your HA):
[X] Home Assistant…
-
**提交 issue 前,请先确认:**
- [√] 我已看过 **FAQ**,此问题不在列表中
- [√] 我已看过其他 issue,他们不能解决我的问题
- [√] 我认为这不是 Mirai 或者 OpenAI 的 BUG
**表现**
描述 BUG 的表现情况
**运行环境:**
- 操作系统:win11
- Docker: ?
- 项目版本:Window…
-
I was thinking it might make sense to wire this up somehow to a python asyncio protocol.
I wrote something that acts as a virtual serial port proxy using a pty and asyncio tcp protocol with ser2net…