-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dataset Corrupted #166
Comments
I'm experiencing a very similar issue. In the
|
I faced the same issue (but with different files), the way it was solved for me was by retrying the download. |
I tried to use AzCopy" to download the files and it is way faster and much more reliable than wget and curl. No more timeouts and having to re-download the entire file from the start again. |
I had the same issue as @thebarnable with the download-dns-challenge-5-headset-training.sh script. attempted multiple downloads so far, but without success. |
The audio files are being corrupted after downloading from the shell script which is provided. I have attached the link which I have been using to download and the error message from shell.
https://github.com/microsoft/DNS-Challenge/blob/2db96d5f75257df764a6ef66513b4b97bc707f30/download-dns-challenge-2.sh
Error Message :-
**bzip2: Data integrity error when decompressing.
Input file = (stdin), output file = (stdout)
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.**
Can you give me a fix for this? Thank you !
The text was updated successfully, but these errors were encountered: