rasa-voice-interface
rasa-voice-interface copied to clipboard
connection to rasa server failed
i build my custom web socket connector and i'm trying to connect with this interface . when i run rasa everything works fine but when i run the interface server( it generate a url Local: http://localhost:8081/ ) this show up in my console :
Vue-Socket.io: Received connection string
Vue-Socket.io: Vuex adapter enabled
Vue-Socket.io: Vuex socket mutations enabled
Vue-Socket.io: Vuex socket actions enabled
Vue-Socket.io: Vue-Socket.io plugin enabled
Vue-Socket.io: #connect subscribe, component: App
Vue-Socket.io: #disconnect subscribe, component: App
Vue-Socket.io: #session_confirm subscribe, component: App
Vue-Socket.io: #bot_uttered subscribe, component: App
GET http://localhost:5005/socket.io/?EIO=3&transport=polling&t=NeuIizl 400 (Bad Request)
i never worked with vuejs before so really i cant find the bug
Thanks for raising this issue, @kalkbrennerei 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 🤗
i build my custom web socket connector and i'm trying to connect with this interface . when i run rasa everything works fine but when i run the interface server( it generate a url Local: http://localhost:8081/ ) this show up in my console :
Vue-Socket.io: Received connection string
Vue-Socket.io: Vuex adapter enabled
Vue-Socket.io: Vuex socket mutations enabled
Vue-Socket.io: Vuex socket actions enabled
Vue-Socket.io: Vue-Socket.io plugin enabled
Vue-Socket.io: #connect subscribe, component: App
Vue-Socket.io: #disconnect subscribe, component: App
Vue-Socket.io: #session_confirm subscribe, component: App
Vue-Socket.io: #bot_uttered subscribe, component: App
GET http://localhost:5005/socket.io/?EIO=3&transport=polling&t=NeuIizl 400 (Bad Request)
i never worked with vuejs before so really i cant find the bug
i face the same problem
i have the same problem, if i try to get urls with EIO=4 it works, but i don't know how to change that parameter in the code