Hey!
When we tried to extract the files downloaded from download-dns-challenge-5-headset-training.sh with the command tar -xvf german_speech.tgz. We got the below error.
gzip: stdin: invalid compressed data--format violated
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
Hey! When we tried to extract the files downloaded from
download-dns-challenge-5-headset-training.sh
with the commandtar -xvf german_speech.tgz
. We got the below error.Are the files missing/corrupted? Further investigation into
download-dns-challenge-5-headset-training.sh
, we found thatTrack1_Headset/french_speech.tar.gz.partaf
,Track1_Headset/german_speech.tgz.partai
andTrack1_Headset/german_speech.tgz.partak
are missing. https://github.com/microsoft/DNS-Challenge/blob/1e9185511abe71635351e35e52a67e929b1b5e3d/download-dns-challenge-5-headset-training.sh#L40-L41https://github.com/microsoft/DNS-Challenge/blob/1e9185511abe71635351e35e52a67e929b1b5e3d/download-dns-challenge-5-headset-training.sh#L50-L52
Please look into this.
Thanks, Uday Kiran