Google Cast just suddenly stopped working

I upgraded recently to 106.2 but this does not seem to be related. But who knows.

I get cast connection fine but when I try to cast the lovlace view it does not work. “unable to find a view” is the message on the hub. Tried also to do it via cast.home-assistant.io but also fails. My https:// path works just fine so …

But this is what I get in the logs. Does this mean anything to anyone?

2020-03-01 16:57:35 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1850891152] Received invalid command: lovelace/resources
2020-03-01 16:57:50 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1850891152] Error handling message: extra keys not allowed @ data['url_path']. Got None

This is the config for the card:

type: entities
entities:
  - type: cast
    name: Cast til hub
    view: hub
    hide_if_unavailable: true

Config:

# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
  base_url: ha.barmen.nu
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

What does the yellow message mean? Could that be related?

Today I updated to 0.106.5 and suddenly it just works again. Go figure :see_no_evil:

For me it’s not working anymore.
Only when i add the Google homes as “cast” “Media_player” devices in config
Auto discover from the Google cast integration does not find the speaker groups from google.

0.111.1

Same is happening here since a couple of hours…
I get these errors:

2020-06-12 13:08:07 ERROR (MainThread) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/homeassistant/homeassistant/components/cast/discovery.py", line 90, in setup_internal_discovery
    ChromeCastZeroconf.get_zeroconf(),
TypeError: start_discovery() takes from 1 to 2 positional arguments but 3 were given
2020-06-12 13:08:16 ERROR (MainThread) [snitun.client.client_peer] Challenge/Response error with SniTun server
2020-06-12 13:08:16 ERROR (MainThread) [hass_nabucasa.remote] Connection problem to snitun server

Is the same for you?