-
Getting
`ApiError: status_code: 401, body: {'detail': 'Not authenticated'}`
despite all variables are set propperly.
Exploring file_retrieve_workflow.ipynb and constantly getting this error. Any…
-
Everything is pulling into MQTT except for Shares, Parity Check, and Array. I don't know if it is helpful, but I do sometimes get this error:
```Task exception was never retrieved
future:
Traceb…
-
### Discussed in https://github.com/tqdm/tqdm/discussions/1607
Originally posted by **reneleonhardt** September 7, 2024
Is it already possible to use tqdm with other async abstractions/implem…
-
Currently, the `HTTPTarget` is very limited in its configuration. In my use case, I'm testing a RAG application which quickly runs into the `httpx.AsyncClient` default timeout (5 seconds). I believe t…
-
I'd like to be able to use aiobotocore in a project that uses trio and httpx
anyio provides a generic interface to curio/trio/asyncio that libraries can use to provide generic support for all async…
-
Some exceptions while setting up the readme
```
Traceback (most recent call last):
File "/Users//git/indexify/examples/readme/readme_example.py", line 57, in
result = g.graph_outputs(invo…
-
```bash
2024-10-23 11:54:32,830 - _client.py[line:1038] - INFO: HTTP Request: GET http://127.0.0.1:7862/sdfiles/download?filename=&save_filename= "HTTP/1.1 200 OK"
2024-10-23 11:54:32.832 | DEBUG …
-
code:
import webdav4
from webdav4.client import Client
from webdav4.fsspec import WebdavFileSystem
import httpx
timeout=httpx.Timeout(50*60*60)
client = Client("https://sddsaturn.ondemand.…
-
Hi @Colin-b thanks for this library - it helps people implementing OAuth flows which is great!
I think we might have discovered an issue that causes unintended or unexpected token reuse across reques…
-
Ciao! 😊
Was following [tip number 5](https://github.com/kludex/fastapi-tips#5-use-httpxs-asyncclient-instead-of-testclient) and use httpx AsyncClient over the TestClient. So:
```python
import p…