Skip to content
New issue

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

Exception: Failed to find input channel class for X. Unknown input channel. ... #7067

Closed
sentry-io bot opened this issue Oct 19, 2020 · 0 comments
Closed

Comments

@sentry-io
Copy link

sentry-io bot commented Oct 19, 2020

Sentry Issue: RASA-OPEN-SOURCE-4G

ImportError: cannot import name 'INTENT_MESSAGE_PREFIX'
(6 additional frame(s) were not displayed)
...
  File "rasa/core/run.py", line 64, in _create_single_channel
    channel
  File "rasa/shared/utils/common.py", line 19, in class_from_module_path
    m = importlib.import_module(module_name)

Exception: Failed to find input channel class for X. Unknown input channel. Check your credentials configuration to make sure the mentioned channel is not misspelled. If you are creating your own channel, make sure it is a proper name of a class in a module.
(3 additional frame(s) were not displayed)
...
  File "rasa/run.py", line 58, in run
    **kwargs,
  File "rasa/core/run.py", line 175, in serve_application
    input_channels = create_http_input_channels(channel, credentials)
  File "rasa/core/run.py", line 52, in create_http_input_channels
    return [_create_single_channel(c, k) for c, k in all_credentials.items()]
  File "rasa/core/run.py", line 52, in <listcomp>
    return [_create_single_channel(c, k) for c, k in all_credentials.items()]
  File "rasa/core/run.py", line 73, in _create_single_channel
    "is a proper name of a class in a module.".format(channel)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant