Could not save event of type 'action' with timestamp

Hello @PantelisAntoniadis @hello-code @Tobias_Wochinger @niveditapdixit i still dont know why rasa 1.9.5 and rasa-x 0.27.4 are not working but here are the few steps that i did to revert to my previous versions i.e rasa 1.4.5 and rasa-x 0.23.1 which used to work fine.

I uninstalled rasa and rasa-x using pip :

pip uninstall rasa
pip uninstall rasa-x

after installing i installed a previous version of rasa using :

pip install rasa==1.4.5

then i went to Pypicloud and downloaded a version older i.e 0.23.1 i.e rasa-x-0.23.1.tar and saved it to my root directory of anaconda prompt when open (in windows it is C:\Windows\System32)

then i run following command :

pip install rasa-x-0.23.1.tar

and it install rasa -x 0.23.1 also in my system.

and everything returned to normal.

But the question why i didnt worked with rasa-x version 0.27.1 and how to remove file like db , db-shm or db-wal. Because the issue is of it. i reinstalled my ananconda env and also tried virtual env.

@Tobias_Wochinger please look into this issue for windows 10.

python = 3.7.7 pip = 20.2.2 rasa = latest 1.9.5 rasa x = latest 0.27.4

2 Likes