Unable to start server

I have tried to run this command “rasa run actions & rasa shell” but getting this

Hey @Saurbh060, Seems you’re using used port try different port like this

rasa run -p #PORT_NUMBER

and don’t forget to change your endpoints for your new port configuration.

Hii @himanshus97, Which PORT_NUMBER are you talking about I have already run this command and getting the same error and I want to test my model with custom action defined by me

Hello @Saurbh060, Rasa uses localhost port 5005 by default, but you’re already using it with something else. Try running something like: rasa run actions & rasa shell -p 5050

thanks @devdeca, But I came on it after this :sweat_smile: some ports of my device are not open so It’s resolved

1 Like

ho did u resolve it

hi @Saurbh060 same problem i occurred, how you solved it?