<div dir="ltr"><div><div><div><div>Hi everyone, I'm fairly (read: extremely) new to Erlang and still learning how to do stuff.<br><br></div>I'm currently trying to code some timezone functions in ChicagoBoss using the qdate library (<a href="https://github.com/choptastic/qdate">https://github.com/choptastic/qdate</a>); however, when trying to test the code either standalone or inside the controller, I'm getting this error:<br><br>qdate:set_timezone("GMT").<br>** exception exit: {noproc,{gen_server,call,<br>                                       [qdate_srv,{set_timezone,<0.54.0>,"GMT"}]}}<br>     in function  gen_server:call/2 (gen_server.erl, line 182)<br>     in call from qdate_srv:set_timezone/2 (qdate_srv.erl, line 49)<br><br></div>Even though I previously did this:<br><br>qdate_srv:start_link().<br>{ok,<0.51.0>}<br><br></div>Would anyone be so kind as to tell me what I'm doing wrong (and how to fix it), please?<br><br></div>Thanks in advance,<br clear="all"><div><div><div><div><div><div><div class="gmail_signature"><div dir="ltr"><div style="float:left;border-right:1px solid rgb(0,0,0);width:208px;height:48px;margin-right:4px;color:rgb(255,255,255);font-family:Arial;font-size:12px"><a href="http://systrix.com/firma/index.html" style="background-color:transparent" target="_blank"><img src="http://systrix.com/firma.png" alt="" style="border: 0px none; width: 200px;"></a></div><div style="margin:0px 80px 0px 70px;color:rgb(255,255,255);font-family:Arial;font-size:12px"><h1 style="font-size:10px;margin:6px;font-weight:normal;padding:0px;color:rgb(51,51,51)"><b>CARLOS PAPARONI </b><b> <br>Web Developer</b><br><a href="mailto:carlos@gamblingq.net" target="_blank">carlos@gamblingq.net</a></h1><h1 style="font-size:10px;margin:6px;font-weight:normal;padding:0px;color:rgb(51,51,51)"><br><b>CONFIDENTIALITY NOTICE:</b> This message may contain confidential, privileged and/or proprietary information and/or material for the sole confidential use of Systrix and related parties. The use, copy, dissemination or distribution of this message may only be made by and to authorized parties. If you received this message by mistake, please notify immediately to the sender and Systrix and delete the message. The recipients are advised that NONE of the information and/or material contained in this communication should be interpreted as a digital or electronic signature that can be used in any way to authenticate a contract or other legal document.</h1></div></div></div></div>
</div></div></div></div></div></div>