<div>Hi there,</div>
<div> </div>
<div>If I call uuid_exists from fs_cli I get a true or false response.</div>
<div> </div>
<div>uuid_exists 9797297  -- &gt;  false</div>
<div> </div>
<div>If I make the same call from my script (mod_managed) I get no response:</div>
<div><font size="2">apiResult = fsApi.Execute(</font><font color="#a31515" size="2"><font color="#a31515" size="2">&quot;uuid_exists&quot;</font></font><font size="2">, &quot;979878686&quot;);  ---&gt; empty string</font></div>

<div> </div>
<div>and the console shows an error </div>
<div> </div>
<div>switch_cpp:195 object is not initalized</div>
<div> </div>
<div>Calling a valid uuid from my script however does behave as expected and returns true.</div>
<div> </div>
<div>This is not a huge issue - but I just want to check that receiving this error is ok, as I call uuid_exist frequently.</div>
<div> </div>
<div>Thanks </div>
<div> </div>
<div> </div>
<div>Pj</div>