Cannot decode content-encoding: br #236
Unanswered
TheOnlyWayUp
asked this question in
Help
Replies: 1 comment 10 replies
-
Uhh... |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was helping out someone today, and this error showed up (isn't the first time I've encountered someone who's gotten this)
I've seen multiple people who've had this issue, the solution is to update aiohttp (
pip install --upgrade aiohttp
) (I also asked them topip install brotli
), the error isn't too clear to most people though, hence, is there a way to handle this error and make it more clear, or is there a way to prevent it from showing up in the first place (using the latest version of aiohttp, for example)?aio-libs/aiohttp/issues/4491 for reference.
Beta Was this translation helpful? Give feedback.
All reactions