Hi there!
I’ve a GCP VM with ubuntu 20.04. I’ve a git project which worked well with rasa X 0.42…
Now, I try to install Rasa X 1.0.1 with rasa open source 2.8.11 and I need some help:
1º Created a root password and became su;
2º installed RASA Ephemeral
3º cloned my github project “catiaV2”
4º Rasa status is:
Name: nervous-wu
Status: Running
URL: http://ip:30043
Version: 1.0.1
Enterprise: inactive
Rasa production version: 0.0.0
Rasa worker version: 0.0.0
Project path: /home/antoniopedrolopes/proj/catiaV2
5º I can run rasa-x on browser & connect with catiaV2 project on github, but it won’t let me train a model;
6º I installed rasa open source 2.8.11 with “Step-by-step Installation Guide”
7º I did source ./venv/bin/activate
8º My command line is “(venv) [email protected]:/home/antoniopedrolopes/proj#”
9º I run “rasactl connect rasa” & it gives me this error:
(venv) [email protected]:/home/antoniopedrolopes/proj# rasactl connect rasa
●∙∙ Upgrade has beed finished, status: deployedpanic: interface conversion: interface {} is nil, not map[string]interface {}
goroutine 1 [running]:
github.com/RasaHQ/rasactl/pkg/k8s.(*Kubernetes).GetRabbitMqCreds(0xc0003e9580)
/go/src/rasactl/pkg/k8s/secrets.go:127 +0x23a
Can someone help me?