Closed passiomatic closed 10 years ago
Requests 2.2 introduces ContentDecodingError exception. Given that Coldsweat already catch the RequestException superclass we effectively already catch ContentDecodingError too. Coldsweat marks that as "Service Unavailable" tough.
http://docs.python-requests.org/en/latest/community/updates/#id1
The exception below should be catched and feed-error_count increased:
For an example see the techdirt RSS feed: http://www.techdirt.com/techdirt_rss.xml (Appears to be fixed now).