Hi all, I was trying to perform interactive learning using Rasa X, but it raises an error as I was trying to send Text buttons. Here is the error:
rasa.core.channels.channel - An exception occured while handling user message ‘yoo’. Traceback (most recent call last): File “$HOME/lib/python3.7/site-packages/rasa/core/channels/channel.py”, line 460, in receive text, collector, sender_id, input_channel=self.name() File “$HOME/lib/python3.7/site-packages/rasa/core/channels/channel.py”, line 75, in handler await app.agent.handle_message(*args, **kwargs) File “$HOME/lib/python3.7/site-packages/rasa/core/agent.py”, line 440, in handle_message return await processor.handle_message(message) File “$HOME/lib/python3.7/site-packages/rasa/core/processor.py”, line 84, in handle_message await self._predict_and_execute_next_action(message, tracker) File “$HOME/lib/python3.7/site-packages/rasa/core/processor.py”, line 350, in _predict_and_execute_next_action action, tracker, message.output_channel, self.nlg, policy, confidence File “$HOME/lib/python3.7/site-packages/rasa/core/processor.py”, line 461, in _run_action await self._send_bot_messages(events, tracker, output_channel) File “$HOME/lib/python3.7/site-packages/rasa/core/processor.py”, line 382, in _send_bot_messages await output_channel.send_response(tracker.sender_id, e.message()) File “$HOME/lib/python3.7/site-packages/rasa/core/channels/channel.py”, line 175, in send_response **message File “$HOME/lib/python3.7/site-packages/rasa/core/channels/channel.py”, line 251, in send_quick_replies await self.send_text_with_buttons(recipient_id, text, quick_replies, **kwargs) TypeError: send_text_with_buttons() got multiple values for argument ‘buttons’
Anyone Have an idea how to solve it ? It seems like a bug in the asa stack. Thanks in advance