Errors in log

Hi there. I am having some errors at hassio log’s and I don’t know what they mean or if they are really errors cos apparently all of the functions are working should I worry?

2017-09-25 17:08:58 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
2017-09-25 17:08:59 WARNING (MainThread) [homeassistant.setup] Setup of light is taking over 10 seconds.
2017-09-25 17:09:03 WARNING (MainThread) [homeassistant.setup] Setup of tts is taking over 10 seconds.
2017-09-25 17:09:25 WARNING (SyncWorker_4) [netdisco.ssdp] Found malformed XML at http://192.168.1.30:5200/Printer.xml: 
2017-09-25 18:19:01 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal error on transport TCPTransport (error status in uv_stream_t.read callback)
OSError: [Errno 113] Host is unreachable

My raspberry is connected to my wifi network.

Thanks in advance

Javier

Don’t need to worry, warning are just warnings ^^

The first 3 only report component taking a little time to start, it’s not uncommon.
The third one is trying to discover thing on your network, and the device at address 192.168.1.30 cannot be recognized/have some non-standard config.
The last one is just a tcp request to an unreachable host, if everything is working fine, you can simply ignore them.

Thanks for the clarification man. I am having some trouble with mqtt mosquitto broker It was working just fine but now my two diy lamps are not responding but I was in the process of splitting my configuration.yaml and it seems that there is something not working.

Glad you mentioned the MQTT issue, I have a feeling the two are related? becuase i’m having the exact same issue you are.