We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
Any idea? Thanks.
The text was updated successfully, but these errors were encountered:
Hey @ikenti! Have you solved this problem? I am also facing the same problem.
Sorry, something went wrong.
No branches or pull requests
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'
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
2019-06-06 19:30:39 INFO werkzeug - * Running on http://0.0.0.0:5555/ (Press CTRL+C to quit)
Any idea? Thanks.
The text was updated successfully, but these errors were encountered: