mKeRix/hassio-repo

error - ClusterService: Command failed: dig +short @224.0.0.251 -p 5353 -4 localhost.

sonybansi opened this issue · 1 comments

Describe the bug
A clear and concise description of what the bug is.

To reproduce
Steps required to reproduce the issue.

Relevant logs
Log output that correlates to the bug. You can get debug output with room-assistant -v.

[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[22:27:39] INFO: Setting up Home Assistant configuration
[22:27:39] INFO: Starting room-assistant
*** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/blog/projects/avahi-compat.html>
*** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/blog/projects/avahi-compat.html>
4/14/2020, 10:27:39 PM - info - IntegrationsModule: Loading integrations: home-assistant, bluetooth-classic
4/14/2020, 10:27:39 PM - info - NestFactory: Starting Nest application...
4/14/2020, 10:27:39 PM - info - InstanceLoader: AppModule dependencies initialized
4/14/2020, 10:27:39 PM - info - InstanceLoader: ConfigModule dependencies initialized
4/14/2020, 10:27:39 PM - info - InstanceLoader: NestEmitterModule dependencies initialized
4/14/2020, 10:27:39 PM - info - InstanceLoader: IntegrationsModule dependencies initialized
4/14/2020, 10:27:40 PM - info - InstanceLoader: DiscoveryModule dependencies initialized
4/14/2020, 10:27:40 PM - info - InstanceLoader: HomeAssistantModule dependencies initialized
4/14/2020, 10:27:40 PM - info - InstanceLoader: ClusterModule dependencies initialized
4/14/2020, 10:27:40 PM - info - InstanceLoader: ScheduleModule dependencies initialized
4/14/2020, 10:27:40 PM - info - InstanceLoader: BluetoothClassicModule dependencies initialized
4/14/2020, 10:27:40 PM - info - InstanceLoader: EntitiesModule dependencies initialized
4/14/2020, 10:27:40 PM - info - RoutesResolver: EntitiesController {/entities}:
4/14/2020, 10:27:40 PM - info - RouterExplorer: Mapped {/, GET} route
4/14/2020, 10:27:40 PM - info - HomeAssistantService: Successfully connected to MQTT broker at mqtt://192.168.1.XXX:1883
4/14/2020, 10:27:40 PM - info - ConfigService: Loading configuration from /usr/lib/node_modules/room-assistant/dist/config/definitions/default.js, config/default.json, config/local.json
4/14/2020, 10:27:40 PM - info - ClusterService: Starting mDNS advertisements and discovery
4/14/2020, 10:27:40 PM - info - NestApplication: Nest application successfully started
4/14/2020, 10:27:42 PM - info - ClusterService: livingroom has been elected as leader
4/14/2020, 10:27:42 PM - info - EntitiesService: Refreshing entity states
4/14/2020, 10:27:56 PM - error - ClusterService: Command failed: dig +short @224.0.0.251 -p 5353 -4 localhost.

Relevant configuration
Paste the relevant parts of your configuration below.

global:
  instanceName: livingroom
  integrations:
    - homeAssistant
    - bluetoothClassic
homeAssistant:
  mqttUrl: 'mqtt://192.168.1.XXX:1883'
  mqttOptions:
    username: my_mqtt_user
    password: my_mqtt_pass
bluetoothClassic:
  minRssi: -20
  hciDeviceId: 0
  addresses:
    - 'FC:AB:XX:XX:XX:XX'
    - '20:DA:XX:XX:XX:XX'
    - '00:B5:XX:XX:XX:XX'

Expected behavior
A clear and concise description of what you expected to happen.

Environment

  • room-assistant version: [2.4.0]
  • installation type: [Hass.io]
  • hardware: [NUC]
  • OS: [Linux]
  • arch [x86_64]
  • dev [false]
  • docker [true]
  • hassio [true]
  • os_name [Linux]
  • os_version [4.15.0-96-generic]
  • python_version [3.7.7]
  • timezone [Europe]
  • version [0.108.4]
  • virtualenv [false]

Additional context
Add any other context about the problem here.

Duplicate of mKeRix/room-assistant#171, let's track it there.