Hello!
I start the chatbot in using comment “rasa shell”
I will start my conversation with “Hi”
but it’s not responding and show like this error
Bot loaded. Type a message and press enter (use ‘/stop’ to exit): Your input → hey 2020-08-05 11:09:38 ERROR asyncio - Task exception was never retrieved future: <Task finished coro=<configure_app…run_cmdline_io() done, defined at /home/naveen/anaconda3/envs/rasa_chatbot/lib/python3.7/site-packages/rasa/core/run.py:126> exception=TimeoutError()> Traceback (most recent call last): File “/home/naveen/anaconda3/envs/rasa_chatbot/lib/python3.7/site-packages/rasa/core/run.py”, line 132, in run_cmdline_io sender_id=conversation_id, File “/home/naveen/anaconda3/envs/rasa_chatbot/lib/python3.7/site-packages/rasa/core/channels/console.py”, line 139, in record_messages async for response in bot_responses: File “/home/naveen/anaconda3/envs/rasa_chatbot/lib/python3.7/site-packages/rasa/core/channels/console.py”, line 105, in send_message_receive_stream async for line in resp.content: File “/home/naveen/anaconda3/envs/rasa_chatbot/lib/python3.7/site-packages/aiohttp/streams.py”, line 39, in anext rv = await self.read_func() File “/home/naveen/anaconda3/envs/rasa_chatbot/lib/python3.7/site-packages/aiohttp/streams.py”, line 328, in readline await self._wait(‘readline’) File “/home/naveen/anaconda3/envs/rasa_chatbot/lib/python3.7/site-packages/aiohttp/streams.py”, line 296, in _wait await waiter File “/home/naveen/anaconda3/envs/rasa_chatbot/lib/python3.7/site-packages/aiohttp/helpers.py”, line 596, in exit raise asyncio.TimeoutError from None concurrent.futures._base.TimeoutError
Anyone help me with this error…