Rasa CALM tutorial - Issues with Rasa inspector locally

Hi,

I’m new to Rasa and try to follow the Rasa CALM courses.

I use conda virtual environment where I have set RASA_PRO_LICENSE with my personnal token. Then I run rasa init --template tutorial command and all seems to works fine except that Rasa inspector page that open which is completely blank so that I can not interact with AI agent.

When I inspect the page, I can see an error I don’t know how to manage:

Refused to load module script from ‘http://localhost:5005/webhooks/socketio/assets/index-7794b245.js’ because its MIME type (‘’) is not allowed.

I have notice multiple differences between Rasa Pro documentation mentionned in CALM Youtube courses videos and current Rasa Pro documentation even if videos are dated less than one year. This make more difficult to follow for a beginner.

Hope some can help me.

Hi @LECARROU thank you for raising this issue, let me check and get back to you.

Hey @LECARROU can you please share the result of this command and which version of Rasa Pro are you?

curl -I 'http://localhost:5005/webhooks/socketio/assets/index-7794b245.js'

Hi @m_ashurkina, thanks for replying. I did not start rasa project since my post here. Today I’ve run rasa init --template tutorial command and now it works ! I haven’t change anything…

Hi @LECARROU glad to hear that! Let us know if you have any other questions and happy coding.

Hi Marina,

I have open a new ticket because the last step of rasa calm tutorial when integrating API call to check for sufficient funds before transfer money does not run as expected: transfer pass even if amount passed is greater than balance set in ActionCheckSufficientFunds (1000).

Trying to follow online tutorials (Rasa docs and Youtube), I realize that many time it does not works, because of versions or other.

We are currently doing technology monitoring for IA solutions to answer new demands on IA in clinical research projects. Rasa, and Rasa CALM in particularly, seems to be a good solution.

Could you guide me in all documentations/online tutorial? As a starting project to learn about Rasa, I would like to develop a simple conversational agent using Rasa CALM that could answer users about our structure.

Thanks, Jérôme

Hi @LECARROU Jérôme, thank you for your reply. The best place to start with CALM is this YouTube playlist and Rasa’s Docs.

If you want ActionCheckSufficientFunds to check the amount before replying, you’d need to replace utter_transfer_complete with the action action_check_sufficient_funds in the flow transfer_money and customise it to your needs.

More on flows and custom actions here: Flows, Custom Actions. Let me know how it goes.