Any further update on this issue, I am also facing same issue with rasa version 1.8.1. Looks like Slack sends multiple retry messages to the chatbot. Tried various fix from the comments by others, but still no luck. Any version with fix for this issue?
Thank you in advance for the help on it
rasa_1 | 2020-09-23 19:37:08 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_1_KerasPolicy
rasa_1 | 2020-09-23 19:37:08 DEBUG rasa.core.processor - Predicted next action ‘action_execute_report’ with confidence 1.00.
rasa_1 | 2020-09-23 19:37:08 DEBUG rasa.core.actions.action - Calling action endpoint to run action ‘action_execute_report’.
rasa_1 | 2020-09-23 19:37:11 ERROR rasa.core.processor - Encountered an exception while running action ‘action_execute_report’. Bot will continue, but the actions events are lrasa_1 | 2020-09-23 19:37:11 DEBUG rasa.core.processor -
rasa_1 | Traceback (most recent call last):
rasa_1 | File “/opt/venv/lib/python3.6/site-packages/rasa/core/processor.py”, line 596, in _run_action
rasa_1 | events = await action.run(output_channel, nlg, tracker, self.domain)
rasa_1 | File “/usr/local/lib/python3.6/asyncio/coroutines.py”, line 129, in throw
rasa_1 | return self.gen.throw(type, value, traceback)
rasa_1 | File “/opt/venv/lib/python3.6/site-packages/rasa/core/actions/action.py”, line 549, in run
rasa_1 | json=json_body, method=“post”, timeout=DEFAULT_REQUEST_TIMEOUT
rasa_1 | File “/usr/local/lib/python3.6/asyncio/coroutines.py”, line 129, in throw
rasa_1 | return self.gen.throw(type, value, traceback)
rasa_1 | File “/opt/venv/lib/python3.6/site-packages/rasa/utils/endpoints.py”, line 146, in request
rasa_1 | **kwargs,
rasa_1 | File “/usr/local/lib/python3.6/asyncio/coroutines.py”, line 129, in throw
rasa_1 | return self.gen.throw(type, value, traceback)
rasa_1 | File “/opt/venv/lib/python3.6/site-packages/aiohttp/client.py”, line 1012, in aenter
rasa_1 | self._resp = await self._coro
rasa_1 | File “/usr/local/lib/python3.6/asyncio/coroutines.py”, line 129, in throw
rasa_1 | return self.gen.throw(type, value, traceback)
rasa_1 | File “/opt/venv/lib/python3.6/site-packages/aiohttp/client.py”, line 504, in _request
rasa_1 | await resp.start(conn)
rasa_1 | File “/usr/local/lib/python3.6/asyncio/coroutines.py”, line 129, in throw
rasa_1 | return self.gen.throw(type, value, traceback)
rasa_1 | File “/opt/venv/lib/python3.6/site-packages/aiohttp/client_reqrep.py”, line 847, in start
rasa_1 | message, payload = await self._protocol.read() # type: ignore # noqa
rasa_1 | File “/usr/local/lib/python3.6/asyncio/coroutines.py”, line 129, in throw
rasa_1 | return self.gen.throw(type, value, traceback)
rasa_1 | File “/opt/venv/lib/python3.6/site-packages/aiohttp/streams.py”, line 591, in read
rasa_1 | await self._waiter
rasa_1 | concurrent.futures._base.CancelledError
rasa_1 | 2020-09-23 19:37:11 DEBUG rasa.core.processor - Action ‘action_execute_report’ ended with events ‘[]’.