I keep seeing this error very frequently on my production for MYSQL tracker store. This is not impacting my flow but I want to avoid this. I don’t know whether the conversation is stored during that error.
How did you configure it?
tracker_store:
type: SQL
dialect: mysql
url: 127.0.0.1:3306
db: rasa
username: user-name
password: password
The same DB is connected to one more application which is not seeing any of this errors.
Try
tracker_store:
type: SQL
dialect: mysql
url: 127.0.0.1
port: 3306
db: rasa
username: user-name
password: password
will give it a try.
@ChrisRahme , tried with no luck.
tracker_store:
type: SQL
dialect: mysql
url: 127.0.0.1
port: 3306
db: db_name
username: username
password: password
Take a look at this, it’s an error from MySQL not Rasa