◐ Shell
clean mode source ↗

Fix aiohttp ClientResponseError on twitter.com by mz0 · Pull Request #712 · realpython/materials

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@mz0

@mz0 mz0 commented

Oct 24, 2025

Copy link Copy Markdown

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

  1. Make sure the CI code style tests all pass (+ run the automatic code formatter if necessary).
  2. Find an RP Team member on Slack and ask them to review & approve your PR.
  3. Once the PR has one positive ("approved") review, GitHub lets you merge the PR.
  4. 🎉
aiohttp.client_exceptions.ClientResponseError:
400, message='Got more than 8190 bytes (10627) when reading Header value is too long.', url='https://twitter.com/'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@mz0