when tape rasa x I receive that msg
sqlalchemy.exc.StatementError: (builtins.TypeError) unhashable type: ‘list’
[SQL: INSERT INTO domain_intent (id, intent, use_entities) VALUES (?, ?, ?)]
[parameters: [{‘id’: 1, ‘use_entities’: True, ‘intent’: ‘inform’}, {‘id’: 1, ‘use_entities’: True, ‘intent’: ‘greet’}, {‘id’: 1, ‘use_entities’: True, ‘intent’: ‘thankyou’}, {‘id’: 1, ‘use_entities’: True, ‘intent’: ‘goodbye’}, {‘id’: 1, ‘use_entities’: True, ‘intent’: ‘request-flight’}, {‘id’: 1, ‘use_entities’: [], ‘intent’: ‘chitchat’}, {‘id’: 1, ‘use_entities’: True, ‘intent’: ‘stop’}, {‘id’: 1, ‘use_entities’: True, ‘intent’: ‘affirm’}, {‘id’: 1, ‘use_entities’: [], ‘intent’: ‘request_flight’}, {‘id’: 1, ‘use_entities’: True, ‘intent’: ‘deny’}]]
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: http://forum.rasa.com/.