I’m trying to store the feedback of users into the MySQL database. First I have successfully connected and saved the record in a python file.
However, when I run it into action.py, it shows the error as below: error
as you can see that it predicted the action_thanks_feedback (correct action to run) and the entities are stored. What does it mean the list object is?action.py
output on messenger

There is somebody help me to figure it out?


