Skip to content
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

Not able to download for NANTTV data #1

Open
a2tm7a opened this issue Jan 30, 2019 · 4 comments
Open

Not able to download for NANTTV data #1

a2tm7a opened this issue Jan 30, 2019 · 4 comments

Comments

@a2tm7a
Copy link

a2tm7a commented Jan 30, 2019

Hi,
I tried downloading the NANTTV data using nohup ./bin/do_found fast_make_align indices/NANTTV.tar.gz &
but faced this issue

ls: cannot access 'wav/*.wav': No such file or directory
ln: failed to access 'ps/wav/*.wav': No such file or directory
sox wav/B01___01_Matthew_____NANTTVN2DA.wav v/wav/B01___01_Matthew_____NANTTVN2DA_00001.wav trim 0 2.78
sox FAIL formats: can't open input file `wav/B01___01_Matthew_____NANTTVN2DA.wav': No such file or directory
sox wav/B01___01_Matthew_____NANTTVN2DA.wav v/wav/B01___01_Matthew_____NANTTVN2DA_00003.wav trim 5.58 5.5275
sox FAIL formats: can't open input file `wav/B01___01_Matthew_____NANTTVN2DA.wav': No such file or directory
sox wav/B01___01_Matthew_____NANTTVN2DA.wav v/wav/B01___01_Matthew_____NANTTVN2DA_00004.wav trim 11.1075 7.41
sox FAIL formats: can't open input file `wav/B01___01_Matthew_____NANTTVN2DA.wav': No such file or directory
sox wav/B01___01_Matthew_____NANTTVN2DA.wav v/wav/B01___01_Matthew_____NANTTVN2DA_00005.wav trim 18.5175 8.6225
.
.
.
grep: data/B01___01_Matthew_____NANTTVN2DA.data: No such file or directory
grep: data/B01___01_Matthew_____NANTTVN2DA.data: No such file or directory
grep: data/B01___01_Matthew_____NANTTVN2DA.data: No such file or directory
grep: data/B01___01_Matthew_____NANTTVN2DA.data: No such file or directory
grep: data/B01___01_Matthew_____NANTTVN2DA.data: No such file or directory
grep: data/B01___01_Matthew_____NANTTVN2DA.data: No such file or directory
grep: data/B01___01_Matthew_____NANTTVN2DA.data: No such file or directory
.
.
.
ln: failed to access 'v/wav/).wav': No such file or directory
ln: failed to access 'v/wav/).wav': No such file or directory
ln: failed to access 'v/wav/).wav': No such file or directory
ln: failed to access 'v/wav/).wav': No such file or directory
ln: failed to access 'v/wav/).wav': No such file or directory
ln: failed to access 'v/wav/).wav': No such file or directory
ln: failed to access 'v/wav/).wav': No such file or directory
.
.
.

Could anyone please help.

@a2tm7a a2tm7a changed the title Not able to download for HNDSKV data Not able to download for NANTTV data Jan 30, 2019
@oadams
Copy link

oadams commented Feb 26, 2019

I've found this issue to be general beyond NANTTV. I believe the cause is BibleIS changing their webpages since the script was originally written. As a result the function get_from_bibleis in ./bin./do_found, which greps for certain assumed strings (including "audioUrl, "chapter-content" and "languageName"), is broken.

It looks like the chapter text is still in the scraped webpage. However, it's not immediately clear to me how to get the path to the mp3 resource from the scraped webpage.

@radilr1
Copy link

radilr1 commented Mar 29, 2019

I've found they have an api which probably can be used?
https://dbp4.org/guides/getting-started

@ShreyaKhare
Copy link

@radilr1 while trying your code , I am getting the following issue:

mp3_to_wav: No such file or directory
sox FAIL formats: can't open input file `mp3_to_wav.wav': No such file or directory

download/mp3/.mp3: No such file or directory
sox FAIL formats: can't open input file `
.wav': No such file or directory
audio.json books.json data download HNDSKV info wav
SIOD ERROR: could not open file download/txt/*.txt

It will be very nice if you can help with it

@ShreyaKhare
Copy link

@a2tm7a @radilr1 any suggestions on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants