rhasspy / larynx

End to end text to speech system using gruut and onnx
MIT License
822 stars 48 forks source link

Version/tag mismatch when downloading voices for 1.0.0 release #34

Closed hawkeye217 closed 2 years ago

hawkeye217 commented 2 years ago

Looks like the Github version tag is 1.0 but the code is looking for 1.0.0. The assets exist on Github with 1.0 in the path, but I'm getting this error when trying to download voices from the web interface:

larynx.utils.VoiceDownloadError: Failed to download voice en-us_kathleen-glow_tts from http://github.com/rhasspy/larynx/releases/download/v1.0.0/en-us_kathleen-glow_tts.tar.gz: HTTP Error 404: Not Found
hawkeye217 commented 2 years ago

Fixed in latest release. Thanks.

synesthesiam commented 2 years ago

Thank you!