Exception occurred while handling uri: ‘http://localhost:5055/webhook’ Traceback (most recent call last): File “c:\users\dell\miniconda3\envs\preechatbo\lib\site-packages\sanic\app.py”, line 976, in handle_request response = await response File “c:\users\dell\miniconda3\envs\preechatbo\lib\site-packages\rasa_sdk\endpoint.py”, line 102, in webhook result = await executor.run(action_call) File “c:\users\dell\miniconda3\envs\preechatbo\lib\site-packages\rasa_sdk\executor.py”, line 387, in run events = action(dispatcher, tracker, domain) File “D:\TheMAD\hotels\actions.py”, line 53, in run content = conn.execute(exe_str) sqlite3.OperationalError: no such table: events_details
I think this error is related to the code in your custom action