My Rasa x was working but getting 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": "f6d852d12fba4485b1a5111b308ef4bc", "event": "action", "timestamp": 1599988095.7790332, "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: ('f6d852d12fba4485b1a5111b308ef4bc', 'action', 1599988095.7790332, None, 'action_listen', None, None, None, 0, '{"sender_id": "f6d852d12fba4485b1a5111b308ef4bc", "event": "action", "timestamp": 1599988095.7790332, "name": "action_listen", "policy": null, "confidence": null}', None, 'production')]
(Background on this error at: http://sqlalche.me/e/13/gkpj)
2020-09-13 13:08:33 ERROR sanic.root - Exception occurred while handling uri: unknown
NoneType: None
2020-09-13 13:09:35 ERROR rasa.core.processor - Encountered an exception while running action 'action_show_bed_status_ward'. Bot will continue, but the actions events are lost. Please check the logs of your action server for more information.
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": "768c747c7a034dccbeb2d251154eea36", "event": "action", "timestamp": 1599988196.263772, "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: ('768c747c7a034dccbeb2d251154eea36', 'action', 1599988196.263772, None, 'action_listen', None, None, None, 0, '{"sender_id": "768c747c7a034dccbeb2d251154eea36", "event": "action", "timestamp": 1599988196.263772, "name": "action_listen", "policy": null, "confidence": null}', None, 'production')]
(Background on this error at: http://sqlalche.me/e/13/gkpj)