I am trying to push a couchapp to an iriscouch via erica. I get this error.
==> rcl (push)
ERROR: push failed while processing /home/douglas/Projects/rcl: {'EXIT',{badarg,[{couchbeam,save_doc,3,
[{file,"src/couchbeam.erl"},{line,415}]},
{erica_push,do_push,4,
[{file,"src/erica_push.erl"},{line,91}]},
{erica_push,push2,3,[{file,"src/erica_push.erl"},{line,53}]},
{erica_push,push1,3,[{file,"src/erica_push.erl"},{line,40}]},
{erica_core,run_modules,4,
[{file,"src/erica_core.erl"},{line,97}]},
{erica_core,execute,4,
[{file,"src/erica_core.erl"},{line,67}]},
{erica,main,1,[{file,"src/erica.erl"},{line,12}]},
{escript,run,2,[{file,"escript.erl"},{line,747}]}]}}
I commented out the ericaignore file to avoid issue #80 in github. I also made sure the same password is being used in iriscouch and erica's push command.
Can anybody tell me what is causing this error?
Thank you for your help.
Doug