-
In the scenario where a websocket connection is closed before being accepted by the server, the WebSocketSession currently throws an `AssertionError` due to the received message not being type `"webso…
-
import asyncio
import logging
from datetime import datetime
from aiowebsocket.converses import AioWebSocket
async def startup(uri,problem):
header=[
'GET wss://www.hfwh.top/ HTTP…
zky97 updated
5 years ago
-
## Description
When using the WebSocket transcription endpoint `/v1/audio/transcriptions`, the server responds with duplicate transcriptions for a single audio input. This occurs consistently for e…
-
Hello,
Since last week my bot is unable to detect that it has connected to the voice channel. When I execute the respective command, the bot joins the voice channel but halts for 30 seconds. After th…
-
■目的・背景
Windows上のWSLからKabuステAPIを使用したいです。
RESTの場合は以下の方法で接続が可能でした。
https://github.com/kabucom/kabusapi/issues/623
PUSHの場合は以下のエラーが発生して接続ができません。
```
Task exception was never retrieved
future:
…
-
## Description
When worker stops due to an error the API will keep returning 202 rather than show an error. This means that the client will wait for execution in an infinite loop
## Reprod…
-
### Describe the bug
- `WebSocketResponse` (`web_ws.py`) inherits from `StreamResponse` (`web_response.py`).
- `WebSocketResponse` overrides `prepare` with a `pre_start` and `post_start`, which sets…
-
### The problem
The new go2rtc integration is often flooding my logs with errors that look like this:
```
2024-11-03 10:38:45.514 ERROR (MainThread) [homeassistant.components.websocket_api.http…
-
### Discussed in https://github.com/zino-hofmann/graphql-flutter/discussions/1195
Originally posted by **aquadesk** July 23, 2022
Hi all,
I have a list page and tapping one of them opens …
-
Hello @dusty-nv !
I think the nanoLLM project could benefit from offering a server-client architecture, a little like what ollama does with `ollama serve` and the ollama client API.
This way, the cl…