Rasa interactive (cli) is not waiting for text input & instantly shows error after using the application with voice

Hello together, I am developing for several weeks with Rasa and yesterday as I was trying out some STT methods for my chatbot.

rasa run -m models --endpoints endpoints.yml --port 5002 --credentials credentials.yml

For simple tests with these modules i used above run-command which probably misconfigured a parameter in my application. After this development I can ONLY use my system with voice or rasa x. This is happening every time after i start my application via ‘rasa interactive’ and ‘rasa shell’:

since I used my app this way, whenever i try to run it with text input in rasa interactive or rasa shell my prompt to is giving me following error-statement and I cannot figure out why.

I did not make changes in the application files and am still able to use the bot with a simple python voice-interface but this slows down my development by far since the interactive learning and other apsects are not accessible for me.

Edit: Rasa X is working fine, so i have less issues with the interactive learning part, seems like I just cannot use text in the cli-interface (‘rasa interactive’) since it aborts the waiting procedure instantly

Kind regards