Hi - I am downloading bz2 files using Python and Historical data API. Some of these bz2 files do not decompress (not all files). I noticed that the files that give error are all 152 bytes size. The files that are larger (1kb, 2kb etc) decompress fine. I tried decompressing both using bz2 package in Python and also manual decompression using 7zip. Both give error. So there is something peculiar with the 152 byte files. Python's error says ''Invalid data stream".
Appreciate any help.
Appreciate any help.


Comment