-
```
2024-10-22 03:14:02.102 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "C:\Users\vladislavvolckov\Downloads\HassWP_2024.4.3\python-3.12.3.a…
-
Using CoquiEngine for synthesizing Japanese and occasionally I got this RecursionError. The error trace message is included below.
```
Exception in thread Thread-39 (play): …
-
This file: https://github.com/lancedb/lancedb/blob/main/docs/src/python/python.md
Is missing some important classes. For example:
* [ ] Async FTS indices
-
**Bug Report**
await-not-async does not warn on `async for` in list and dict comprehensions, and incorrectly does give a warning for `await` inside `GeneratorExp.elt`.
For list & dict comprehensio…
-
When using the `PGVector` class with `async_mode=True`, the `metadata` field of the `Document` objects returned from query methods (e.g., `asimilarity_search_with_score_by_vector`) is not deserialized…
-
### Bug summary
Using `import ipdb; ipdb.set_trace()` in a async function hangs indefinitely when prefect imports are present. Using `pdb` does not result in the same behaviour.
Tested in a dock…
-
**Bug description**
I'm trying to get kline data via a web socket. Interested in closing candles. I noticed that some of the data is lost, although if you check in parallel through postman, then all …
-
Consider the following common example Python program:
```python
name = input("What is your name?")
print("Hello", name)
```
This program currently fails for me with the following error:
```
Error: …
-
I see there is an option to give the library=asyncio in the CONFIG OPTIONS to get an async client, but its not clear enough will it be an async client? Can I create an SDK for both async and sync requ…
idan3 updated
7 months ago
-
I took the very basic server example and changed the protocol from `opc.tcp` to `opc.http`. I want to deploy the server to heroku but that apparently does not support tcp endpoints and requires http/s…