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

voxforge download script is corrupted on OSX Catalina #24

Open
bytosaur opened this issue Jul 3, 2020 · 0 comments
Open

voxforge download script is corrupted on OSX Catalina #24

bytosaur opened this issue Jul 3, 2020 · 0 comments

Comments

@bytosaur
Copy link

bytosaur commented Jul 3, 2020

in voxforge/download-data.sh in Line 19: curl $VOXFORGE_DATA_URL | grep -o '<a .*href=.*>' | sed -e 's/<a /\n<a /g' | sed -e 's/<a .*href=['"'"'"]//' -e 's/["'"'"'].*$//' -e '/^$/ d' | grep tgz$ > $ZIPS

on my System (OSX Catalina): the "\n" inserts an "n" in front of the ZIPS urls and stops further processing.
the error is detected by ls in the extract_tgz.sh script...

after removing it i still get the message "tar: failed to set default locale"... however the script unpacks everything and moves the wavs to the right folder...

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

1 participant