Skip to content

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

@shlokspeare

Description

@shlokspeare

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions