VanVan / phantom-remote-control

HTTP Adapter to control Devialet Phantom Speakers (Play, Pause, Volume etc.)
GNU General Public License v3.0
15 stars 6 forks source link

Client Stop Media not having a value #3

Open sarthakdas opened 2 years ago

sarthakdas commented 2 years ago

When connecting with a config file, and requesting to change volume it returns this:

` clientMedia.stop(function(err, result) { ^

TypeError: Cannot read property 'stop' of null `

VanVan commented 2 years ago

Hello, Is this the only function that doesn't work, or is this also the case for the other functions?