Version: Rasa X 0.28.2
Hello all.
I can start Rasa X, my bot is not responding, although it does so from the command line. The bot is in a constant “action_listen” mode.
In the command prompt I get the following WARNING and error messages:
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”: “898aaa984be540169184cb5dd0fcd140”, “event”: “action”, “timestamp”: 1589360937.3868282, “name”: “action_listen”, “policy”: “policy_0_MemoizationPolicy”, “confidence”: 1.0}’. (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: (‘898aaa984be540169184cb5dd0fcd140’, ‘action’, 1589360937.3868282, None, ‘action_listen’, None, None, ‘MemoizationPolicy’, 0, ‘{“sender_id”: “898aaa984be540169184cb5dd0fcd140”, “event”: “action”, “timestamp”: 1589360937.3868282, “name”: “action_listen”, “policy”: “policy_0_MemoizationPolicy”, “confidence”: 1.0}’, None, ‘production’)] (Background on this error at: http://sqlalche.me/e/gkpj)
Can you please help me?
Thank you.