Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bot keeps saying "Waiting for server..." and rasa update don't seems to solve the issue, #107

Closed
mikakenku opened this issue Sep 4, 2019 · 2 comments

Comments

@mikakenku
Copy link

Hello,

I face the same issue as #28 with the bot saying "Waiting for server..."
I tried to install latest version of rasa core with the command line proposed by @dliuproduction :
pip install git+git://github.com/rasahq/rasa_core.git

It doesn't solve the problem.

I'm not sure the good version of rasacore is installed.
Here is the result :

# rasa --version
Rasa 0.15.0a1

I also tried to update rasa core with :

pip install --upgrade rasa_core

the result of rasa --version is the same Rasa 0.15.0a1

I don't know where to look now to investigate and solve the problem.

Can you help me please ?

Thanks a lot.
Michael

Originally posted by @mikakenku in #28 (comment)

@ice2tricky
Copy link

Currently Rasa is at version 1.3, check the rasa docs to upgrade your bot.
If your bot is still small its better to just remake it, because updating is way more difficult then initializing a new project.

But webchat suddenly stopped working in general:

always getting these messages:

2019-09-06 15:15:51 INFO engineio.server - 43c64fd334b242a09cfa9f3aed1eb4a9: Sending packet OPEN data {'sid': '43c64fd334b242a09cfa9f3aed1eb4a9', 'upgrades': ['websocket'], 'pingTimeout': 60000, 'pingInterval': 25000}
2019-09-06 15:15:51 INFO engineio.server - 43c64fd334b242a09cfa9f3aed1eb4a9: Sending packet MESSAGE data 0
2019-09-06 15:15:57 INFO engineio.server - cd61aa03ffc844329b3f85ac3c702c21: Sending packet OPEN data {'sid': 'cd61aa03ffc844329b3f85ac3c702c21', 'upgrades': ['websocket'], 'pingTimeout': 60000, 'pingInterval': 25000}
2019-09-06 15:15:57 INFO engineio.server - cd61aa03ffc844329b3f85ac3c702c21: Sending packet MESSAGE data 0
2019-09-06 15:16:03 INFO engineio.server - e4bc5ad50733425293c1501ee57da11b: Sending packet OPEN data {'sid': 'e4bc5ad50733425293c1501ee57da11b', 'upgrades': ['websocket'], 'pingTimeout': 60000, 'pingInterval': 25000}
2019-09-06 15:16:03 INFO engineio.server - e4bc5ad50733425293c1501ee57da11b: Sending packet MESSAGE data 0
2019-09-06 15:16:09 INFO engineio.server - b71f5748c4244243a21d2a67ae8c301e: Sending packet OPEN data {'sid': 'b71f5748c4244243a21d2a67ae8c301e', 'upgrades': ['websocket'], 'pingTimeout': 60000, 'pingInterval': 25000}
2019-09-06 15:16:09 INFO engineio.server - b71f5748c4244243a21d2a67ae8c301e: Sending packet MESSAGE data 0
2019-09-06 15:16:09 INFO engineio.server - c928baa8740f4427bb1ad579125ae46c: Client is gone, closing socket
2019-09-06 15:16:09 INFO engineio.server - c928baa8740f4427bb1ad579125ae46c: Client is gone, closing socket
2019-09-06 15:16:09 INFO engineio.server - 7692771b8c114fc6bf424244350fc8c6: Client is gone, closing socket
2019-09-06 15:16:09 INFO engineio.server - 7692771b8c114fc6bf424244350fc8c6: Client is gone, closing socket
2019-09-06 15:16:09 INFO engineio.server - 7502799a2419487dae7e2077c41b8ef4: Client is gone, closing socket
2019-09-06 15:16:09 INFO engineio.server - 7502799a2419487dae7e2077c41b8ef4: Client is gone, closing socket

@ice2tricky
Copy link

working when you run the new version with the following command
rasa run --enable-api --cors "*" --debug --port 8080 --endpoints endpoints.yml

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants