RasaHQ / rasa-voice-interface

:microphone: A simple web interface for building voice assistants with Rasa
Apache License 2.0
171 stars 64 forks source link

Assistant not ready to talk #7

Open palas94 opened 4 years ago

palas94 commented 4 years ago

In the tutorial https://blog.rasa.com/how-to-build-a-voice-assistant-with-open-source-rasa-and-mozilla-tools/ , I have excecuted all the steps exactly till the end. Nothing shows any errors.

The tutorial says : If you refresh the Rasa voice interface in your browser, you should see that an assistant is ready to talk.

However when I refresh my browser, the bouncing ball keeps on bouncing. No interface appears with the start button.

I'd like to know what part of the code responds to the request from the rasa server, and stops the bouncing ball screen and serves a new screen.

Thank you.

sara-tagger commented 4 years ago

Thanks for raising this issue, @dakshvar22 will get back to you about it soon✨

Please also check out the docs and the forum in case your issue was raised there too 🤗
AmoteChen commented 4 years ago

same question... The page of voice-interface did changed, and I can use the microphone. However, after I speaking some words, these is no text input... Could you please help me to solve to problem?

AmoteChen commented 4 years ago

In the tutorial https://blog.rasa.com/how-to-build-a-voice-assistant-with-open-source-rasa-and-mozilla-tools/ , I have excecuted all the steps exactly till the end. Nothing shows any errors.

The tutorial says : If you refresh the Rasa voice interface in your browser, you should see that an assistant is ready to talk.

However when I refresh my browser, the bouncing ball keeps on bouncing. No interface appears with the start button.

I'd like to know what part of the code responds to the request from the rasa server, and stops the bouncing ball screen and serves a new screen.

Thank you.

you can change some codes in socketio_connector.py, then you may see the page u want, but still may face the same problem as mine that the microphone input cannot transfer into text.

Here is the change:

in function blueprint() about line 184

change the code into: sio = AsyncServer(async_mode="sanic", cors_allowed_origins='*')

straeter commented 3 years ago

Faced the same issue when using Mozilla Firefox. However, in Chrome it worked