-
# Bug report
asyncio programs that call `proc = await asyncio.create_subprocess_exec` but do not reach the call to `await proc.communicate` are not properly cancelled.
This can be observed i…
-
Error: can't create new thread at interpreter shutdown WARNING:root:error in play() with engine system: can't create new thread at interpreter shutdown Traceback: Traceback (most recent call last): …
-
**Describe the bug**
Using v0.2.146, installation works fine, but when i finished to create the integration, i got a "failed to configure" message.
**Expected behavior**
Integration shall s…
pbn42 updated
4 months ago
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.2.1+cpu
Is debug build: False
CUDA used to build PyTorch: None
ROCM used to build PyTorch: N/A
OS…
-
I did a clean installation of the repo following the instruction provided. However, when I ran the first CLI example, `agentverse-simulation --task simulation/nlp_classroom_9players`, I got the follow…
-
## Long story short
Redirect not been followed. I always get a `302` back.
## Expected behaviour
Get a `200` back with text filled.
## Steps to reproduce
```python
import aiohttp
imp…
-
### Summary
Whenever I run my program, that imports tweepy, I get a SyntaxError
### Reproduction Steps
I'm trying to learn something about twitter scraping, so I went ahead and installed twe…
-
-
### Bug Description
When using the aload method of the AsyncWebPageReader and one of the urls is:
- a direct url to a .pdf file
- a url which is redirecting to a .pdf file
then the aload method …
-