rasa-voice-interface icon indicating copy to clipboard operation
rasa-voice-interface copied to clipboard

Assistant not ready to talk

Open palas94 opened this issue 5 years ago • 4 comments

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.

palas94 avatar Apr 13 '20 09:04 palas94

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 🤗

sara-tagger avatar Apr 13 '20 12:04 sara-tagger

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 avatar Apr 13 '20 14:04 AmoteChen

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='*')

AmoteChen avatar Apr 13 '20 14:04 AmoteChen

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

straeter avatar Mar 05 '21 18:03 straeter