Issue 22874: gzip bug in python 2.7.3? (original) (raw)

Issue22874

Created on 2014-11-14 18:52 by jbonerz, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg231167 - (view) Author: Jens Bonerz (jbonerz) Date: 2014-11-14 18:52
I am getting the "Not a gzipped file" exception while retrieving a gzipped sitemap xml (tested on amazon.de) using scrapy- I am using Python 2.7.3 and Scrapy 0.24.4 Can anyone confirm gzip being broken in 2.7.3 or am I overseeing something?
msg231169 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2014-11-14 19:16
It's hard to guess what is going on without an example of the failure. Please post the code of a simple reproducible example that fails along with the exception traceback and also indicate what kind of platform you are running this on.
msg231175 - (view) Author: Jens Bonerz (jbonerz) Date: 2014-11-14 19:38
closed. Problem caused by 3rd party app
History
Date User Action Args
2022-04-11 14:58:10 admin set github: 67063
2014-11-14 19:48:13 ned.deily set resolution: third partystage: resolved
2014-11-14 19:38:57 jbonerz set status: open -> closedmessages: +
2014-11-14 19:16:32 ned.deily set nosy: + ned.deilymessages: +
2014-11-14 18:52:51 jbonerz create