** exception exit: {noproc,
{gen_server,call,
[couchbeam,
{get_uuids,{server,"localhost",5984,[],[]},1}]}}
in function gen_server:call/2
in call from couchbeam:save_doc/3
in call from st_site_checker:db/0
if I do not usecouchbeam:start(),afterapplication:start(couchbeam),.
I did something wrong (again %) ) or it just hasn't been mentioned in manual?
So, my new programm is
but it gives the error:
if I do not use
couchbeam:start(),
afterapplication:start(couchbeam),
.I did something wrong (again %) ) or it just hasn't been mentioned in manual?