<div dir="ltr">When failing<br><br><pre><span class="">1386868991.611618 DEBUG gwebsockets: Received text message {"method":"datastore.set_metadata","id":3,"params":["d02d98ab-7bab-4cf5-92c8-24409a6c35d7",{"title":"hello"}],"jsonrpc":"2.0"}
1386868994.676076 DEBUG gwebsockets: Got data, length 278
1386868995.920466 DEBUG gwebsockets: Got data, length 214<br><br></span></pre><pre><span class="">When succeeding<br><br></span><span class="">1386886876.467210 DEBUG gwebsockets: Received text message {"method":"datastore.set_metadata","id":3,"params":["0e805b2c-eb3f-4afb-a230-a16a103b3dfc",{"title":"hello"}],"jsonrpc":"2.0"}
1386886877.408096 DEBUG gwebsockets: Sending text message {"id": 3, "result": [], "error": null}
1386886877.419027 DEBUG gwebsockets: Got data, length 114<br><br></span></pre><pre><span class="">So I think it's probably apisocket.py not sending a reply.</span></pre></div>