Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyChromecast how to use page incorrectly shows "device" in examples #665

Open
benbaez opened this issue Oct 12, 2022 · 1 comment
Open

Comments

@benbaez
Copy link

benbaez commented Oct 12, 2022

Since device was removed in 10.0.0, these should be changed from:

[cc.device.friendly_name for cc in chromecasts]

print(cast.device)

to

[cc.cast_info.friendly_name for cc in chromecasts]

print(cast.cast_info)

@Fluffik3666
Copy link

haha ran into the same issue - lifesaver:) they should really change this, it's miss leading and doesn't help new users starting to use this library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants