I'm getting Unable to start server

Unable to start server

Traceback (most recent call last):

File “/home/test2/venv/lib/python3.6/site-packages/sanic/server.py”, line 895, in serve http_server = loop.run_until_complete(server_coroutine)

File “uvloop/loop.pyx”, line 1456, in uvloop.loop.Loop.run_until_complete

File “uvloop/loop.pyx”, line 1727, in create_server OSError: [Errno 98] error while attempting to bind on address (‘0.0.0.0’, 5005): address already in use

Hey @skjainmiah, I see from the above error that port 5005 is already in use, check if you have anything running on Port 5005?

1 Like

How to check it bro?

If you have start another rasa instance please kill it

1 Like

How to do it?

Are you on windows or linux ?

1 Like

linux

Hey @skjainmiah, check this link: How to kill a process on a port on ubuntu - Stack Overflow

2 Likes

Yes worked for me. Thank you bro.

You are welcome :blush::+1:

1 Like

Thanks @JiteshGaikwad

1 Like

@wabi thanks for responding fast.

You are welcome

1 Like

You’re welcome @wabi :blush:

1 Like

Hi bro, how to create forms and they should be accepting input from users?

which forms are you asking?

1 Like

form which fill user data like taking name, mobile number and email like that.

ya got that but do you want to use forms in the front-end or rasa form actions?

1 Like

yes bro is it possible?

You can use Form actions to capture the above data, check form actions:

1 Like