I am able to do queries fine. Using /status/session I have got the player IP address. However when I try to perform any action with playback controller it does nothing. ``` client.perform("/system/players/192.168.1.8/playback/pause").then(function () { console.log("Success"); }); ``` This returns Success