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

Cog exits with "multiple chat providers specified" #16

Open
ohaiwalt opened this issue Aug 25, 2017 · 0 comments
Open

Cog exits with "multiple chat providers specified" #16

ohaiwalt opened this issue Aug 25, 2017 · 0 comments

Comments

@ohaiwalt
Copy link
Owner

It appears that with the new variables set up, the fact that COG_SLACK_ENABLED and COG_HIPCHAT_ENABLED both exist with some value is causing confusion for the bot.

Apply database migrations...
+ echo 'Apply database migrations...'
+ mix ecto.migrate --no-deps-check
** (Mix.Config.LoadError) could not load config config/config.exs
    ** (RuntimeError) Multiple chat providers were specified. You can only enable one provider at a time.
    config/helpers.exs:49: Cog.Config.Helpers.enabled_chat_provider/0
    (stdlib) erl_eval.erl:670: :erl_eval.do_apply/6
    (stdlib) erl_eval.erl:878: :erl_eval.expr_list/6
    (stdlib) erl_eval.erl:236: :erl_eval.expr/5
    (stdlib) erl_eval.erl:228: :erl_eval.expr/5
    (stdlib) erl_eval.erl:229: :erl_eval.expr/5
    (stdlib) erl_eval.erl:878: :erl_eval.expr_list/6
    (stdlib) erl_eval.erl:236: :erl_eval.expr/5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant