Fix aiohttp ClientResponseError on twitter.com by mz0 · Pull Request #712 · realpython/materials
realpython / materials Public
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Open
Conversation
mz0
commented
Oct 24, 2025
mz0
commented
Fixes
aiohttp.client_exceptions.ClientResponseError:
400, message='Got more than 8190 bytes (10627) when reading Header value is too long.', url='https://twitter.com/'
TODO
- Make sure the CI code style tests all pass (+ run the automatic code formatter if necessary).
- Find an RP Team member on Slack and ask them to review & approve your PR.
- Once the PR has one positive ("approved") review, GitHub lets you merge the PR.
- 🎉
aiohttp.client_exceptions.ClientResponseError: 400, message='Got more than 8190 bytes (10627) when reading Header value is too long.', url='https://twitter.com/'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment