Rasa server error

i got this error and i cant make the steps again to know what made this issue

[ERROR]  Encountered an exception while running action 'response_final_answer'.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/rasa/Rasa/venv/lib/python3.7/site-packages/rasa/core/actions/action.py", line 743, in run
    json=json_body, method="post", timeout=DEFAULT_REQUEST_TIMEOUT
  File "/home/rasa/Rasa/venv/lib/python3.7/site-packages/rasa/utils/endpoints.py", line 174, in request
    response.status, response.reason, await response.content.read()
rasa.utils.endpoints.ClientResponseError: 500, Internal Server Error, body='b'{"description":"Internal Server Error","status":500,"message":"The server encountered an internal error and cannot complete your request."}''

 

The above exception was the direct cause of the following exception:

 

Traceback (most recent call last):
  File "/home/rasa/Rasa/venv/lib/python3.7/site-packages/rasa/core/processor.py", line 870, in _run_action
    output_channel, nlg, temporary_tracker, self.domain
  File "/home/rasa/Rasa/venv/lib/python3.7/site-packages/rasa/core/actions/action.py", line 766, in run
    raise RasaException("Failed to execute custom action.") from e

is it from my server or it is issue from my flow ? and what other types of error i may face ?

is there anyway i can handle this generic errors cause it stop the user from completing the flow, can i do something for the empty response ?

check this in your action file and it function.

As @nik202 stated it seems you have some broken code in the response_final_answer function call in your action server.