
Originally Posted by
answer=42
I searched ERR_CONTENT_DECODING_FAILED and came up with this:
It happens when your HTTP request's headers claim that the content is gzip encoded, but it isn't. Turn off gzip encoding setting or make sure the content is in fact encoded.
It might be a place to start.