You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get the list of vendors i defined the new action vendor in action.py. But on putting the query after retraining the model its showing no registered actions for action_vendor.
Error
`ERROR rasa.core.processor - Encountered an exception while running action 'action_vendor'.Bot will continue, but the actions events are lost. Please check the logs of your action server for more information.
Traceback (most recent call last):
File "/home/kush/.local/lib/python3.8/site-packages/rasa/core/actions/action.py", line 670, in run
response = await self.action_endpoint.request(
File "/home/kush/.local/lib/python3.8/site-packages/rasa/utils/endpoints.py", line 154, in request
raise ClientResponseError(
rasa.utils.endpoints.ClientResponseError: 404, Not Found, body='b'{"error":"No registered action found for name \'action_vendor\'.","action_name":"action_vendor"}''
To get the list of vendors i defined the new action vendor in action.py. But on putting the query after retraining the model its showing no registered actions for action_vendor.
The text was updated successfully, but these errors were encountered: