:tv: Chromecast Node.js module
Hello, I'm trying to run the code bellow, but devices are never found even tho I have a lot of them here. ``` const ChromecastAPI = require('chromecast-api') const client = new ChromecastAPI() client.on('device', function (device) { console.log(device) }) ``` I can see the devices using the `cast` option in Google Chrome. Could this be a firewall problem? I'm using Ubuntu WSL on Windows 11. (Also tested with a XUBUNTU machine and didn't worked)
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 arantesxyz and has received 4 comments.