Ostatnio z racji ciągle rozrastającej się bazy danych postanowiłem zainstalować MariaDB.
Niestety mam pewien problem. Zawsze po restarcie HA mam taki błąd:
Zauważyłem, że działa wszystko oprócz usługi cast więc nie mam powiadomień na głośniki.
Dodam, że jeżeli zrobie restart hosta (raspberry Pi) to wtedy wszystko uruchamia się bez problemów.
Ktoś spotkał się z podobnym problemem?
Takie informacje mam w logach:
Setup of media_player platform cast is taking over 10 seconds.
13:14:29 – Odtwarzacz mediów (WARNING)
Platform cast not ready yet. Retrying in 30 seconds.
13:14:24 – Odtwarzacz mediów (WARNING) - wiadomość pojawiła się po raz pierwszy 13:13:49 i powtarzała się 3 razy
Could not connect to MiBoxTV at 192.168.0.121:5555 using Python ADB implementation with adbkey=‘/config/.storage/androidtv_adbkey’
13:14:24 – androidtv (WARNING) - wiadomość pojawiła się po raz pierwszy 13:13:51 i powtarzała się 2 razy
Couldn’t connect to 192.168.0.121:5555. OSError: Connect call failed (‘192.168.0.121’, 5555)
13:14:24 – /usr/local/lib/python3.8/site-packages/androidtv/adb_manager/adb_manager_async.py (WARNING) - wiadomość pojawiła się po raz pierwszy 13:13:51 i powtarzała się 2 razy
Setup failed for default_config: Could not set up all dependencies.
13:13:48 – setup.py (ERROR)
Unable to set up dependencies of default_config. Setup failed for dependencies: zeroconf
13:13:48 – setup.py (ERROR)
You are using a custom integration for burze_dzis_net which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
13:13:46 – loader.py (WARNING) - wiadomość pojawiła się po raz pierwszy 13:13:28 i powtarzała się 2 razy
Error during setup of component zeroconf
13:13:28 – components/zeroconf/init.py (ERROR)
WYCZYŚĆ ODŚWIEŻ
2020-11-22 13:13:23 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for adb_service which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-11-22 13:13:23 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for smartthinq_sensors which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-11-22 13:13:23 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-11-22 13:13:28 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for burze_dzis_net which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-11-22 13:13:28 ERROR (MainThread) [homeassistant.setup] Error during setup of component zeroconf
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 213, in _async_setup_component
result = await task
File “/usr/src/homeassistant/homeassistant/components/zeroconf/init.py”, line 142, in async_setup
zeroconf = hass.data[DOMAIN] = await _async_get_instance(hass, **zc_args)
File “/usr/src/homeassistant/homeassistant/components/zeroconf/init.py”, line 90, in _async_get_instance
zeroconf = await hass.async_add_executor_job(partial(HaZeroconf, **zcargs))
File “/usr/local/lib/python3.8/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.8/site-packages/zeroconf/init.py”, line 2394, in init
self._listen_socket, self._respond_sockets = create_sockets(
File “/usr/local/lib/python3.8/site-packages/zeroconf/init.py”, line 2319, in create_sockets
respond_socket = add_multicast_member(cast(socket.socket, listen_socket), i, apple_p2p=apple_p2p)
File “/usr/local/lib/python3.8/site-packages/zeroconf/init.py”, line 2264, in add_multicast_member
listen_socket.setsockopt(socket.IPPROTO_IP, socket.IP_ADD_MEMBERSHIP, _value)
OSError: [Errno 105] No buffer space available
2020-11-22 13:13:46 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for mitemp_bt which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant.
2020-11-22 13:13:48 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: zeroconf
2020-11-22 13:13:48 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.
2020-11-22 13:13:49 WARNING (MainThread) [homeassistant.components.media_player] Platform cast not ready yet. Retrying in 30 seconds.
2020-11-22 13:13:51 WARNING (MainThread) [androidtv.adb_manager.adb_manager_async] Couldn’t connect to 192.168.0.121:5555. OSError: Connect call failed (‘192.168.0.121’, 5555)
2020-11-22 13:13:51 WARNING (MainThread) [homeassistant.components.androidtv.media_player] Could not connect to MiBoxTV at 192.168.0.121:5555 using Python ADB implementation with adbkey=‘/config/.storage/androidtv_adbkey’
2020-11-22 13:13:51 WARNING (MainThread) [homeassistant.components.media_player] Platform androidtv not ready yet. Retrying in 30 seconds.
2020-11-22 13:14:24 WARNING (MainThread) [androidtv.adb_manager.adb_manager_async] Couldn’t connect to 192.168.0.121:5555. OSError: Connect call failed (‘192.168.0.121’, 5555)
2020-11-22 13:14:24 WARNING (MainThread) [homeassistant.components.androidtv.media_player] Could not connect to MiBoxTV at 192.168.0.121:5555 using Python ADB implementation with adbkey=‘/config/.storage/androidtv_adbkey’
2020-11-22 13:14:24 WARNING (MainThread) [homeassistant.components.media_player] Platform androidtv not ready yet. Retrying in 60 seconds.
2020-11-22 13:14:29 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform cast is taking over 10 seconds.