Error after updating Rasa X to versión 0.25.0

Hello everyone

I have the following error after updating from versio 0.24.7 to 0.25.0 of Rasa X

  • Failed to get all tags: (sqlite3.OperationalError) no such table: conversation _tag [SQL: SELECT conversation_tag.id AS conversation_tag_id, conversation_tag.value AS conversation_tag_value, conversation_tag.color AS conversation_tag_color FROM conversation_tag] (Background on this error at: http://sqlalche.me/e/e3q8) 2020-02-06 12:48:54 ERROR sanic.root - Exception occurred while handling uri : ‘http://172.16.2.245:5002/api/conversations?limit=20&offset=0&intent=&entity=& action=&policies=&exclude_self=true&with_tags=true’ Traceback (most recent call last): File “/home/saul/anaconda3/envs/rasa/lib/python3.7/site-packages/sqlalchemy/en gine/base.py”, line 1246, in _execute_context cursor, statement, parameters, context File “/home/saul/anaconda3/envs/rasa/lib/python3.7/site-packages/sqlalchemy/en gine/default.py”, line 581, in do_execute cursor.execute(statement, parameters) sqlite3.OperationalError: no such table: conversation_tag

How I can fix this error?

Hi @Saul, thanks for reporting this. This is a problem we accidentally introduced in Rasa X 0.25.0, we are working on a fix for it that will be included in 0.25.1.

Hello @fede

I were able to avoid the issue after create a new Rasa project and I then replacing all the training data files from my previous project and I no longer have problems with the table conversation_tag.

Hey @Saul, good to hear that. 0.25.1 has already been released, in case other people encounter the same problem.