Entity section of my domain.yml looks like this.
With rasa version 2.0 the project runs without any issues and entity role works as it is supposed to be. But whenever i run rasa x
from my project directory, it shows the following error message:
sqlalchemy.exc.InterfaceError: (sqlite3.InterfaceError) Error binding parameter 1 - probably unsupported type. [SQL: INSERT INTO domain_entity (domain_id, entity) VALUES (?, ?)] [parameters: (1, {‘Normal_number’: {‘roles’: [‘day’, ‘month’]}})] (Background on this error at: http://sqlalche.me/e/13/rvf5)
Sorry, something went wrong (see error above). Make sure to start Rasa X with valid data and valid domain and config files. Please, also check any warnings that popped up. If you need help fixing the issue visit our forum: https://forum.rasa.com/.