Rasa_core_sdk.action issue

I am not able to retrieve action_meet(as api call) class in my action.py code. Why am I getting this error?

ERROR:rasa_core.actions.action:Failed to run custom action ‘action_meet’. Action server responded with a non 200 status code of 500. Make sure your action server properly runs actions and returns a 200 once the action is executed. Error: 500 Server Error: INTERNAL SERVER ERROR for url: http://localhost:5055/webhook

I think you have an exception in your code action_meet and that why the action fails. You should have a ERROR for the action server too

Thanks it sorted out :slight_smile: .