Skip to content

no attribute 'channels' #2

@ikenti

Description

@ikenti

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions