Rasa shell --debug errors 503

Rasa shell --debug is not working with rasa v 3.5.1 and 3.5.8, getting following error: raise ClientResponseError( aiohttp.client_exceptions.ClientResponseError: 503, message=‘Service Unavailable’, url=URL(‘http://localhost:5005/webhooks/rest/webhook?stream=true&token=’)

Tried re-train rasa couple of times.

Rasa Version : 3.5.1 Minimum Compatible Version: 3.5.0 Rasa SDK Version : 3.5.1 Python Version : 3.8.13 Operating System : Linux-4.18.0-425.19.2.el8_7.x86_64-x86_64-with-glibc2.2.5

can someone help how to resolve this issue ?

When Rasa starts, you’ll see a list of the endpoints that have been enabled following this message:

2023-05-23 12:52:58 DEBUG    rasa.core.utils  - Available web server routes: 

Do you see /webhooks/rest/webhook listed?

Hi, I see following webservers listed in the console: 2023-05-23 17:32:30 DEBUG rasa.core.utils - Available web server routes:

/webhooks/rest GET rasa_core_no_api.custom_webhook_CmdlineInput.health

/webhooks/rest/webhook POST rasa_core_no_api.custom_webhook_CmdlineInput.receive

/ GET rasa_core_no_api.hello