-
Notifications
You must be signed in to change notification settings - Fork 276
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
Bug: Can't install model from Zoo #2295
Comments
Works for me using the model manager for STT. $ pip install coqui_stt_model_manager
$ stt-model-manager Once the web browser window is open, click on If it still doesn't work on your system, we need more information to help you diagnose the issue effectively. |
Those step are listed in the README that I followed. I redid them today and still I got the same error. Here is the full log from today's attempt.
|
@badochov Is there any chance you are running Linux inside WSL? That would explain the |
Nope, it's linux on bare metal |
I had a similar issue using Brave browser, but I opened the page in firefox and it downloaded. Disabling Brave shields also worked. |
@ganttview thank you so much. I disabling shileds on braved did the trick. Also I tested that on FireDragon(fork of firefox) install works without any setup. IMHO this should be in the docs. Thank again! |
Yes and no. Yes we should add a sentence or two about the fact your browser needs to be able to reach a local tcp/unix port on host. But this is normally given... unless you block it yourself basically. Something like:
|
Describe the bug
I wanted to try out the software so I followed guide on docs https://stt.readthedocs.io/en/latest/. But when I try to install model from the zoo(I try polish language model) I get an error
Install error, please ensure your server is running.
And I get following output in the console:[2489:2519:0911/145857.425668:ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [2489:2519:0911/145857.425835:ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The model should be downloaded.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: