aiohttp icon indicating copy to clipboard operation
aiohttp copied to clipboard

Asynchronous HTTP client/server framework for asyncio and Python

Results 568 aiohttp issues
Sort by recently updated
recently updated
newest added

### Describe the bug Basically, looks like aiohttp does not wait for the read timeout before raising the exception, or it could be also that it raises the wrong exception....

bug

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.2.0. Release notes Sourced from actions/setup-python's releases. Add check-latest input and bug fixes In scope of this release we add the check-latest input. If check-latest ...

dependencies

### Describe the bug ConnectionAbortedError: SSL handshake is taking longer than 60.0 seconds: aborting the connection after increasing total timeout to 30 minutes from 10 minutes. I am creating client...

bug

Bumps [pycares](https://github.com/saghul/pycares) from 4.1.2 to 4.2.0. Release notes Sourced from pycares's releases. 4.2.0 What's Changed dependency update to c-ares by @​aviadhahami in saghul/pycares#170 New Contributors @​aviadhahami made their first contribution...

dependencies
python

## What do these changes do? This changes the behavior of already processed data. Instead of raising an exception when trying to access already processed data -- return the data....

bot:chronographer:provided
pr-unfinished

Bumps [cython](https://github.com/cython/cython) from 0.29.27 to 0.29.32. Changelog Sourced from cython's changelog. 0.29.32 (2022-07-29) Bugs fixed Revert "Using memoryview typed arguments in inner functions is now rejected as unsupported." Patch by...

dependencies
backport-3.8

### Describe the bug URL analysis ### To Reproduce use oss-fuzz this is the crash [Uploading crash.zip…]() ### Expected behavior Denial of service ### Logs/tracebacks ```python-traceback ValueError: Invalid IPv6 URL...

bug
invalid

🐞 **Describe the bug** A `ClientPayloadError`: `Response payload is not completed` exception is raised when reading the response of a GET request from the GitHub REST API (this should not...

bug

Hi, I'm noticing errors `ClientPayloadError: Response payload is not completed` with some urls. You can request the same url multiple times and sometimes it fails. Might be related to https://github.com/aio-libs/aiohttp/issues/2954...

### Describe the bug When an exception is thrown during creation of the server app (for example the port is already in use), an exception error message is always printed....

bug