Skip to content

Instantly share code, notes, and snippets.

@developerworks
Created March 7, 2015 14:47
Show Gist options
  • Select an option

  • Save developerworks/83db9230b2e55b47dfba to your computer and use it in GitHub Desktop.

Select an option

Save developerworks/83db9230b2e55b47dfba to your computer and use it in GitHub Desktop.
~/ElixirProjects/elixir-usersystem/app ¥mix compile
Compiled lib/user_system.ex
Compiled web/controllers/page_controller.ex
== Compilation error on file web/models/repo.ex ==
** (KeyError) key :otp_app not found in: [adapter: Ecto.Adapters.MySQL]
(elixir) lib/keyword.ex:165: Keyword.fetch!/2
lib/ecto/repo/config.ex:8: Ecto.Repo.Config.parse/2
web/models/repo.ex:2: (module)
(stdlib) erl_eval.erl:657: :erl_eval.do_apply/6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment