asyncio.exceptions.TimeoutError

hi, i’ve made an action that make a research in my data and send the result in mail to user, it’s working ,the email is well sent, and even the “done” that i printed in the line before last is showing in run action terminal, but i’v got the following error, and the bot is not dispatching the last message ,

this is my action: help…

@rahma Heya! What you mean by “bot is not dispatching the last message”? Can you elaborate please? Can you share the imports only you had used in action.py?

@rahma

  1. Go to the directory: venv/Lib/site-packages/rasa/core/channels/console.py
  2. Change the default value of DEFAULT_STREAM_READING_TIMEOUT_IN_SECONDS to more than 10, what ever time you required.

Hope it will fix your issue.

2 Likes

@rahma Hey! can I request you please close this thread as solution for others. Thanks.

This worked for me :slight_smile: Thanks @nik202.

@kchang808 :slight_smile: :+1:

1 Like