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

Failed to load expected config..............erl_parse, "bad term" #2

Open
shlokspeare opened this issue May 4, 2015 · 2 comments
Open

Comments

@shlokspeare
Copy link

Unable to use msgpack-rpc-erlang as a dependency in my code. Keep getting the above error.

  1. Have installed the requisite deps - including ranch (branch master), proper, & msgpack (branch master).

  2. Tried to make changes in rebar.config and add but get the error in subject line
    {deps, [
    {msgpack-rpc, ".*", {git, "git://github.com/msgpack-rpc/msgpack-rpc-erlang.git", "master"}},......

  3. I noticed that the msgpack_rpc.app.src has
    {modules,
    [msgpack_rpc_client, msgpack_rpc_connection, msgpack_rpc_protocol]

Should not it ALSO have "msgpack_rpc_server" as well?

@kuenishi
Copy link
Contributor

kuenishi commented May 4, 2015

You should write as {msgpack_rpc, ".*", {git, "git://github.com/msgpack-rpc/msgpack-rpc-erlang.git", "master"}} in your rebar.config.

@shlokspeare
Copy link
Author

Yes, plus even rename the folder as msgpack_rpc instead of msgpack-rpc in "deps" sub-directory, othewise .app file is not found-able. It would be great if you could add this to documentation. Thank you

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

2 participants