Using the latest beta I am having problems with LE interpreting JSON commands sent from a remote. For example:
MYIPADDRESS:PORT/jsonrpc?request={"jsonrpc": "2.0", "method": "GUI.ActivateWindow", "params": { "window": "videolibrary", "parameters": [ "MovieTitles" ] }, "id": 1 }
returns:
{"error":{"code":-32700,"message":"Parse error."},"id":null,"jsonrpc":"2.0"}
This happens with many other commands from the videolibrary property - but I have only tested a few of them.
I downgraded to the stable release and these commands pass just fine.