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

connection to rasa server failed

Open arsalengh opened this issue 3 years ago • 4 comments

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

arsalengh avatar Jun 23 '21 10:06 arsalengh

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 🤗

sara-tagger avatar Jun 23 '21 12:06 sara-tagger

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

arsalengh avatar Jun 25 '21 16:06 arsalengh

i face the same problem

StarsEater avatar Nov 05 '21 03:11 StarsEater

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

sinapsi avatar Nov 22 '21 10:11 sinapsi