Rasa actions errors

Hey everyone , I was trying to speak to my rasa bot and i had typed in an intent whose response was intended to have been a action but that never happend and instead i got this error

Task exception was never retrieved future: <Task finished name=‘Task-2’ coro=<configure_app..run_cmdline_io() done, defined at C:\Users\Syed Mohammed Bilal\anaconda3\envs\rasa_install_demo\lib\site-packages\rasa\core\run.py:131> exception=TimeoutError()> Traceback (most recent call last): File “C:\Users\Syed Mohammed Bilal\anaconda3\envs\rasa_install_demo\lib\site-packages\rasa\core\run.py”, line 135, in run_cmdline_io await console.record_messages( File “C:\Users\Syed Mohammed Bilal\anaconda3\envs\rasa_install_demo\lib\site-packages\rasa\core\channels\console.py”, line 182, in record_messages async for response in bot_responses: File “C:\Users\Syed Mohammed Bilal\anaconda3\envs\rasa_install_demo\lib\site-packages\rasa\core\channels\console.py”, line 137, in _send_message_receive_stream async for line in resp.content: File “C:\Users\Syed Mohammed Bilal\anaconda3\envs\rasa_install_demo\lib\site-packages\aiohttp\streams.py”, line 39, in anext rv = await self.read_func() File “C:\Users\Syed Mohammed Bilal\anaconda3\envs\rasa_install_demo\lib\site-packages\aiohttp\streams.py”, line 338, in readline await self._wait(“readline”) File “C:\Users\Syed Mohammed Bilal\anaconda3\envs\rasa_install_demo\lib\site-packages\aiohttp\streams.py”, line 306, in _wait await waiter File “C:\Users\Syed Mohammed Bilal\anaconda3\envs\rasa_install_demo\lib\site-packages\aiohttp\helpers.py”, line 656, in exit raise asyncio.TimeoutError from None asyncio.exceptions.TimeoutError

@SyedBilalHasan can you please share the screenshot for this error?

@SyedBilalHasan share your rasa version please rasa --version

Rasa Version : 2.8.3 Minimum Compatible Version: 2.8.0 Rasa SDK Version : 2.8.1 Rasa X Version : None Python Version : 3.8.0 Operating System : Windows-10-10.0.19041-SP0

@SyedBilalHasan are you using form validation?

Not really why do you ask

@SyedBilalHasan Ok. Then follow these steps and this is only for Rasa Open Source.

Step1: Create the new fresh conda environment for python 3.8 or 3.7

conda create --name “Your_Environment_Name” python==3.8

Step2: conda activate Your_Environment_Name

Step3: Install rasa and rasa-sdk version 2.8.1

pip install rasa==2.8.1
pip install rasa-sdk==2.8.1

Step4: Check the rasa version is it install properly or not rasa --version

Step5: Install rasa init project and follow the instructions OR copy you project folder train the model and follow step6

Step6: Run rasa shell --debug

Step7: Talk to you bot

If do you find any error, then share the error.

Really grateful for the help thanks

@SyedBilalHasan Did this worked for you? If yes then close this thread, else when you done then close. Thanks.

I will do it soon :+1: