Closed Px3 closed 1 year ago
cast documentation cast source (message by IssueLinks)
Hey there @emontnemery, mind taking a look at this issue as it has been labeled with an integration (cast
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
This is caused by a version mismatch for the protobuf library.
Please disable all custom components, run ha core rebuild
, then try again 👍
If that worked, try enabling the custom components one by one until it breaks again.
Edit: If any of your installed integrations support downloading diagnostics (cast unfortunately doesn't), can you download that and attach it here? It will have some information about custom components and their dependencies.
I disabled or removed all custom components. and rebuilt the core. and it works. I am going to re enable all the custom components that dont require protobuf and then see which one(s) is causing this issue. i have added the snippet from the diagnostics below.
"custom_components": { "circadian_lighting": { "version": "2.0.8", "requirements": [] }, "simple_wyze_vac": { "version": "1.7", "requirements": [ "https://github.com/romedtino/wyze-sdk/archive/refs/tags/10.2.7.zip#wyze-sdk==10.2.7" ] }, "hacs": { "version": "1.25.5", "requirements": [ "aiogithubapi>=22.2.4" ] }, "wyzeapi": { "version": "0.1.12", "requirements": [ "wyzeapy==0.5.10" ] }, "wyze_ha": { "version": "0.0.1", "requirements": [ "wyze_sdk==1.2.2", "protobuf==3.13.0" ] }, "adaptive_lighting": { "version": "1.0.14", "requirements": [] }, "keymaster": { "version": "v0.0.80", "requirements": [] }, "dwains_dashboard": { "version": "3.1.1", "requirements": [] }, "ics_calendar": { "version": "3.0.0", "requirements": [ "ics>=0.7", "recurring_ical_events>=1.0.2b0", "icalendar>=4.0.9" ] }, "aqara_gateway": { "version": "0.0.9", "requirements": [ "paho-mqtt>=1.5.0" ] }, "ics": { "version": "20211212.01", "requirements": [ "recurring-ical-events", "icalendar>=4.0.4", "tzlocal", "integrationhelper", "voluptuous", "python-dateutil>2.7.3" ] }, "eufy_security": { "version": "2.2.6", "requirements": [ "websocket-client==1.1.0" ] } },
@Px3 did you find the integration that's causing this issue? I have the same issue and Wyze integrations are what we have in common.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
The problem
Google cast integration does not load.
What version of Home Assistant Core has the issue?
2022.6
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
google cast
Link to integration documentation on our website
https://www.home-assistant.io/integrations/cast/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response