We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ContentEncodingError
[2016-01-06 02:39:48,529] INFO:utils:Downloading http://goo.gl/X4DWo9 failed: ContentEncodingError: 400, message='deflate', retrying... [2016-01-06 02:39:48,557] INFO:utils:Downloading http://goo.gl/X4DWo9 failed: ContentEncodingError: 400, message='deflate', retrying... [2016-01-06 02:39:48,576] ERROR:utils:Error fetching 'http://goo.gl/X4DWo9'
The text was updated successfully, but these errors were encountered:
It seems that aiohttp negotiates a content encoding and then tries to decode the empty message body: aio-libs/aiohttp#609
Sorry, something went wrong.
Workaround for mrphlip#130: Do GET requests instead of HEAD.
8afc022
Merge pull request #132 from andreasots/aiohttp-pls
81ad49c
Workaround for #130: Do GET requests instead of HEAD.
ContentDecodingError
0810e52
No branches or pull requests
The text was updated successfully, but these errors were encountered: