RasaHost
RasaHost copied to clipboard
no attribute 'channels'
Hi, I installed Rasa-host, but when I try to run one of the scripts, say:
from RasaHost import host
host.domain_path = os.path.join(current_dir, "/data/domain.yml")
if name == 'main':
host.run()
I get that message:
AttributeError: 'RasaHost' object has no attribute 'channels'
- Serving Flask app "RasaHost" (lazy loading)
- Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
- Debug mode: off 2019-06-06 19:30:39 INFO werkzeug - * Running on http://0.0.0.0:5555/ (Press CTRL+C to quit)
Any idea? Thanks.
Hey @ikenti! Have you solved this problem? I am also facing the same problem.