Skip to content

Devices don't show up #79

@arantesxyz

Description

@arantesxyz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions