Hello,
I have a problem when trying to converse with the bot using Rasa X: the bot is not responding, it is hanging, ‘listening’, no matter what question I am asking. The bot responds well when I am using the command prompt.
In my Anaconda prompt I get the following error:
WARNING:rasax.community.services.event_consumers.event_consumer:Saving event failed due to an 'IntegrityError'. This means that the event is already stored in the database. The event data was '{"sender_id": "6cf8714191eb42ed9d3f1d638b6749a4", "event": "action", "timestamp": 1590582983.2550197, "name": "action_listen", "policy": null, "confidence": null}'. (sqlite3.IntegrityError) UNIQUE constraint failed: conversation_event.conversation_id, conversation_event.timestamp, conversation_event.type_name
[SQL: INSERT INTO conversation_event (conversation_id, type_name, timestamp, intent_name, action_name, slot_name, slot_value, policy, is_flagged, data, evaluation, rasa_environment) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]
[parameters: ('6cf8714191eb42ed9d3f1d638b6749a4', 'action', 1590582983.2550197, None, 'action_listen', None, None, None, 0, '{"sender_id": "6cf8714191eb42ed9d3f1d638b6749a4", "event": "action", "timestamp": 1590582983.2550197, "name": "action_listen", "policy": null, "confidence": null}', None, 'production')]
(Background on this error at: http://sqlalche.me/e/gkpj)
Could you please tell me how to fix this problem?
Thank you, and have a great afternoon.