:tv: Chromecast Node.js module
I was running the original usage code from README.md, but it didn't work. So I modified it a bit to be sure I'm getting devices: ``` const ChromecastAPI = require('chromecast-api'); const client = new ChromecastAPI(); console.log(client.devices); client.update(); console.log(client.devices); client.on('device', (devices) => console.log(devices) ); console.log(client.devices); ``` But nothing seemed to work. The output was: ``` [] [] [] ``` I can't get it to find devices, even though I have my devices all turned on, with chromecast working. And I know it works, because when I use Popcorn Time it finds the devices with chromecast. What am I doing wrong?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by Paul243-gif and has received 0 comments.