-
I have the following version RealtimeRelay that uses RealtimeAPI instead of RealtimeClient. RealtimeClient has additional functionality (e.g. state management) that is not needed in the Relay.
```j…
-
Hello, thank you so much for your work on this plugin, the new node graph update looks super exiting. I was wondering if I could get some assistance using this plugin together with [ComfyUI-Login](htt…
-
```python
import warnings
import asyncio
async def spam():
with warnings.catch_warnings(record=True) as ws:
await asyncio.sleep(0.1)
w = Warning("12345")
warnings.warn(w)
assert…
-
I keep running into this error and im not sure whats the issue all my api keys and url should be correct i double checked
I keep getting this error when i try running it
╭─ ~/samantha-os1/ap…
-
Using the minimal example websocket code the quart server hangs on CTRL+C until all clients have closed their connections.
This also applies to SSE examples.
`app.py`
``` python
from quart…
tf198 updated
3 weeks ago
-
**Describe the bug**
Randomly getting this error
```
{
message: 'Error',
type: 'quota_exceeded',
reason: 'Concurrent Quota Exceeded'
}
```
Here is my code
```
ws.on('message', a…
-
Hi,
I just can't login using the client, I've tried different ways, running it inside the HA VM, on Windows WSL... no way...
I always get this error:
```
Alexa Shopping List Sync Client C…
-
Hi!
I installed the "Alexa Shopping List Sync" as an Add-on in my Home Assistant OS setup. I also installed the "Advanced SSH & Web Terminal" Add-on to execute the Python client-script to configure t…
-
FEYNMAN VOICE LEARNING SYSTEM
Design Document v1.0
1. CORE PRINCIPLES
A. Natural Learning Flow
- Speaking precedes writing
- Immediate articulation reveals understanding
- Real-time feedback drives …
-
One thing that might make troubleshooting the client on devnets and the like easier would be to be able to run it in a REPL so we can have direct access to the client object as its running, similarly …