You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs.
If you feel like there's important points made in this discussion, please include those exceprts into that [new issue].
[new issue]: https://github.com/aio-libs/aiohttp/issues/new
Long story short
Currently unable to read brotli-compressed response. Is the support on the roadmap?
Expected behaviour
Able to read.
Actual behaviour
awaiting
response.text
will raiseUnicodeDecodeError: 'utf-8' codec can't decode byte 0xe7 in position 5: invalid continuation byte
Steps to reproduce
Your environment
Python 3.6.2
aiohttp==2.2.5
chardet==3.0.4
on Linux Mint 13
The text was updated successfully, but these errors were encountered: