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

cast.media_controller.update_status() puts blackscreen with blue chromecast logo on chromecasts #643

Open
soreau opened this issue Jul 3, 2022 · 1 comment

Comments

@soreau
Copy link
Contributor

soreau commented Jul 3, 2022

With chromecast 1st gen at least, calling cast.media_controller.update_status() puts a black screen with blue chromecast logo as if it's going to play something, on chromecasts that aren't playing anything and showing background. In past versions of pychromecast, the media status handler was called automatically on connect and this did not happen but now with latest (12.1.4) I have to call update_status(), which makes the chromecasts black screen. I haven't checked the code for this yet. Any idea why this might be happening?

@soreau
Copy link
Contributor Author

soreau commented Jul 3, 2022

This is a workaround:

if chromecast.media_controller.is_playing:
    chromecast.media_controller.update_status()

but it would still be nice to know why this happens.

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

1 participant