-
Hi there!
Very happy to use this module! I too got the '(Error occurred while communicating with Audi Connect.)'. Logged into the app etc. but the error remains. When debugging, i notice that the c…
-
![微信图片_20241017225821](https://github.com/user-attachments/assets/c6379531-8a77-4a96-a697-1019ad849766)
在更开始安装完之后,调用这个示例没有问题,但是,在我将异步agnet加到的代码中之后,就会出现,这个错误,初夏这个错误之后,再将代码恢复示例的样子,无法运行。大佬有空看一下,谢谢
![Up…
-
When I'm trying to run a websocket, then in some time stop it, and run a new websocket, the following error occurs:
Exception in thread Thread-2:
Traceback (most recent call last):
File "D:\p…
-
**Describe the incorrect behavior you saw**
I am running `Scrapy` inside an ASGI framework called `Litestar` and using `Uvicorn` as the server. `Scrapy` is built on top of `Twisted`.
When I run…
-
I have a `SDL_PollEvent` loop instrumented like
```
while (SDL_PollEvent(&event)) {
switch (event.type) {
case SDL_WINDOWEVENT:
...
```
When compiled with emscripten this dosen't captu…
-
Let's define this function and event loop:
```r
fn print(Sys.time())
[1] "2023-05-14 11:21:16 UTC"
> later::later(fn, delay = 2, loop = tloop)
> Sys.sleep(5)
```
Why does the `fn` execute …
-
Hi @walkor
I understand that to use Swoole's coro I have to set using Swoole's event loop.
I do not want that, just Workerman while still using Swoole's coro, while benefiting for Workerman's e…
-
Tasks without saved reference can be garbage collected, and several functions in asyncio *automatically* converts coroutines into tasks - which means it's ~impossible to save a strong reference to tho…
-
Home Assistant 0.109 detecteds blocking I/O in the event loop.
Below the error i receive from this custom_component.
```
Log Details (WARNING)
Logger: homeassistant.util.async_
Source: util/a…
Sjeff updated
4 years ago
-