-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels