Using Rasa Action server with RasaSkill

So I’ve managed to get my Rasa model working with DeepPavlov but I’m unable to get it to interact with the Rasa Action Server.

If I use “python -m deeppavlov interact …” I can interact with the Rasa model but the model cannot interact with the action server.

If I run “python -m deeppavlov riseapi …” I cannot even interact with the Rasa model and get an error saying “ValueError: loop argument must agree with Future”, something to do with asyncio.

I also tried using dp-agent and passing in the rasa skill into the configuration with no luck.

Is there something I’m missing?
Thanks in advance.

Hello, ShayVD.

Are you sure that your RASA action server is set up correctly? Have you assured that if you setup RASA project independently (without deeppavlov wrapper) you have no problems with communication between RASA dialog system and action server?