Asyncio.Timeout error - Task exception was never retrieved

How to Resolve this issue?

working on latest version of rasa.

handofferror

Action server:

handoffaction

1 Like

Can you provide a little more context where this is happening and your versions you are running and such.

Thanks

Thanks @btotharye , i am working on human-handoff feature. i have an action.py file and one api.py file that connects to human. while chatting on rasa shell and testing via postman i got that error on rasa shell.

version: Rasa 1.5.1

action file:

api file:

please check this issue @Tobias_Wochinger @erohmensing @Tanja

It seems to be related to the following GitHub Issue: Timeout error on rasa shell · Issue #4606 · RasaHQ/rasa · GitHub We are aware of it and trying to solve it as soon as possible.

1 Like

ok, Thanks

I am testing api.py file through Postman. But It doesn’t return any response on rasa shell or front-end.