Open hgghyxo opened 2 years ago
It probably is because you never actually connected to the device. The getStatus and the on('status') functions, listen for a change in the status state, if it doesn't change, nothing happens. Try doing the calls after you have connected to a chromecast device (By doing device.play(mediaURL, [options], callback(error) ) ).
I was able to setup the API, but status reporting does not seem to work for me.
Is it possible google changed something in the background or it never worked like this?