I am trying to call rpc from Erlang to Elixir, I get:
rpc:call(chat@localhost, 'Node' , 'list', []).
{badrpc,{'EXIT',{undef,[{'Node',list,[],[]},
{rpc,'-handle_call_call/6-fun-0-',5,
[{file,"rpc.erl"},{line,197}]}]}}}
Whats the proper syntax for achieving this simple call?