synesthesiam / voice2json

Command-line tools for speech and intent recognition on Linux
MIT License
1.08k stars 63 forks source link

voice2json-2.1 build fails at make, from curl: requested URL returned error: 404 Not Found #54

Open OSS542 opened 3 years ago

OSS542 commented 3 years ago

error at make: curl -sSfL -o "/home/jhart/temp/voice2json-2.1/download/kenlm-20210107.tar.gz" 'https://github.com/synesthesiam/docker-kenlm/raw/master/download/kenlm-20210107.tar.gz' curl: (22) The requested URL returned error: 404 Not Found

the file it attempts to download does not exist at that location

OSS542 commented 3 years ago

note - configuration command used was: ./configure --prefix=/usr --disable-virtualenv --disable-precompiled-binaries --disable-wake --disable-kaldi --disable-julius --disable-deepspeech

OSS542 commented 3 years ago

if the kenlm-20210107.tar.gz archive was cloned on Jan 7, 2021, the commit hash should be 0c4dd4e8a29a9bcaf22d971a83f4974f1a16d6d9

synesthesiam commented 2 years ago

That link needs to be corrected to this: https://github.com/synesthesiam/prebuilt-apps/releases/download/v1.0/kenlm-20210107.tar.gz

atakangah commented 7 months ago

Upon inspecting the make Makefile, it seems this issue has been fixed. I move for it to be closed. I wonder why there is no corresponding PR that references the issue btw