RasaHost icon indicating copy to clipboard operation
RasaHost copied to clipboard

no attribute 'channels'

Open ikenti opened this issue 6 years ago • 1 comments

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.

ikenti avatar Jun 06 '19 17:06 ikenti

Hey @ikenti! Have you solved this problem? I am also facing the same problem.

mhmohona avatar Mar 02 '20 10:03 mhmohona