Hi everyone,
<div><br></div><div>I&#39;ve been trying to use the <font class="Apple-style-span" face="&#39;courier new&#39;, monospace">myevents </font>command to subscribe to the events for an api call, but I&#39;ve been having some trouble. When I call:</div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    myevents &lt;uuid&gt;</font></div><div>from my app (or even from a telnet client), I receive back all the event data just fine and the socket closes once the call has completed. However, if I pass a format argument, i.e:</div>
<div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    myevents json &lt;uuid&gt;</font></div><div>I receive a response of:</div><div><font class="Apple-style-span" face="&#39;courier new&#39;, monospace">    ERR invalid uuid</font></div>
<div><br></div><div>My uuids are definitely valid. The command breaks for all format arguments too (xml, json and plain). Has anyone encountered this problem before? Documentation for <font class="Apple-style-span" face="&#39;courier new&#39;, monospace">myevents </font>is a little light, and web searches so far have been fruitless.</div>
<div><br></div><div>Thanks,</div><div>Adam</div>