Importing Conversations

for importing conversation i installed sqlite3 in system in ubuntu which are given in the documents
https://rasa.com/docs/rasa-x/imptracker_store:

in endpoints.yml i used like this

action_endpoint: url: “http://localhost:5055/webhook

type: SQL dialect: “sqlite” url: "localhost"ort-conversations/

and also i runs this also python migrate_tracker_store.py here i am getting the issue

ile “/home/swathi/rasa_environment/lib/python3.6/site-packages/sqlalchemy/dialects/sqlite/pysqlite.py”, line 363, in create_connect_args " sqlite:////absolute/path/to/file.db" % (url,) sqlalchemy.exc.ArgumentError: Invalid SQLite URL: sqlite://localhost/rasa.db Valid SQLite URL forms are: sqlite:///:memory: (or, sqlite://) sqlite:///relative/path/to/file.db sqlite:////absolute/path/to/file.db sys:1: RuntimeWarning: coroutine ‘Loop.create_server’ was never awaited

after executing the rasa x command

it is not loading the converstions in UI why please help me sort this problem. please reply fast. thanks in advance

Pretty sure you don’t need the url part for sqlite cause it’s only on your disk. Can you please remove it and try again?

by commenting the url line in endpoints.yml i am getting the same issue. conversations are not loading . i want to create new conversations how?