I cannot access my Hassio . Tried duckDNS, Hassio.local and IP address on IOS app, Chrome, Safari on iPhone and Mac. No joy.
Tried to restart/reboot several times, deleted database to no avail.
I can Access the CLI and Samba share is working. Hassio CLI commands work.
Mosquito is working too as is Node-RED.
Node-RED, Tasmoadmin and Cloud9IDE are accessible.
I’m getting many errors in the Log. All was well before.
Custom components reported in the log were working fine too.
Looked in the log but it’s too much for me.
Don’t know what caused this - possibly upgrade to 0.93.2.
In any case I’ve restored to 0.93.1 and it’s still not working.
Any help would be most welcome.
2019-05-30 09:37:43 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for smartir which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-05-30 09:37:44 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for custom_updater which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-05-30 09:37:44 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for time_counter which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-05-30 09:37:44 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for pool_pump_service which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-05-30 09:37:44 WARNING (MainThread) [homeassistant.components.http] Configuring api_password via the http component has been deprecated. Use the legacy api password auth provider instead. For instructions, see https://www.home-assistant.io/docs/authentication/providers/#legacy-api-password
2019-05-30 09:37:44 WARNING (MainThread) [homeassistant.components.http.auth] legacy_api_password support has been enabled.
2019-05-30 09:37:48 DEBUG (MainThread) [homeassistant.components.homekit] Begin setup HomeKit
2019-05-30 09:37:50 DEBUG (SyncWorker_12) [pyhap.characteristic] set_value: Name to Home Assistant Bridge
2019-05-30 09:37:50 DEBUG (SyncWorker_12) [pyhap.characteristic] set_value: SerialNumber to default
2019-05-30 09:37:50 DEBUG (SyncWorker_12) [pyhap.characteristic] set_value: FirmwareRevision to 0.93.2
2019-05-30 09:37:50 DEBUG (SyncWorker_12) [pyhap.characteristic] set_value: Manufacturer to Home Assistant
2019-05-30 09:37:50 DEBUG (SyncWorker_12) [pyhap.characteristic] set_value: Model to Bridge
2019-05-30 09:37:50 DEBUG (SyncWorker_12) [pyhap.characteristic] set_value: SerialNumber to homekit.bridge
2019-05-30 09:37:53 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for trakt which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-05-30 09:37:56 ERROR (MainThread) [homeassistant.setup] Error during setup of component sensor
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/setup.py", line 153, in _async_setup_component
hass, processed_config)
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/sensor/__init__.py", line 42, in async_setup
await component.async_setup(config)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_component.py", line 112, in async_setup
await asyncio.wait(tasks, loop=self.hass.loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 363, in wait
return await _wait(fs, timeout, return_when, loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 456, in _wait
await waiter
concurrent.futures._base.CancelledError
2019-05-30 09:37:56 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
File "uvloop/loop.pyx", line 1445, in uvloop.loop.Loop.run_until_complete
File "uvloop/loop.pyx", line 1438, in uvloop.loop.Loop.run_until_complete
File "uvloop/loop.pyx", line 1347, in uvloop.loop.Loop.run_forever
File "uvloop/loop.pyx", line 487, in uvloop.loop.Loop._run
File "uvloop/loop.pyx", line 404, in uvloop.loop.Loop._on_idle
File "uvloop/cbhandles.pyx", line 68, in uvloop.loop.Handle._run
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_component.py", line 221, in _async_setup_platform
await self._platforms[key].async_setup(platform_config, discovery_info)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 90, in async_setup
await self._async_setup_platform(async_create_setup_task)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/trakt/sensor.py", line 81, in setup_platform
continue_setup_platform(hass, config, token, add_devices, discovery_info)
File "/config/custom_components/trakt/sensor.py", line 89, in continue_setup_platform
add_devices([TraktUpcomingCalendarSensor(hass, config, token)], True)
File "/config/custom_components/trakt/sensor.py", line 127, in __init__
self.update()
File "/config/custom_components/trakt/sensor.py", line 144, in update
calendar = MyShowCalendar(days=self._days)
File "/config/deps/lib/python3.7/site-packages/trakt/calendar.py", line 31, in __init__
self._get()
File "/config/deps/lib/python3.7/site-packages/trakt/core.py", line 455, in inner
json_data = self._handle_request('get', url)
File "/config/deps/lib/python3.7/site-packages/trakt/core.py", line 432, in _handle_request
raise self.error_map[response.status_code]()
trakt.errors.OAuthException: Unauthorized - OAuth must be provided
2019-05-30 09:37:56 ERROR (MainThread) [homeassistant.setup] Error during setup of component media_player
Traceback (most recent call last):
File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
File "uvloop/loop.pyx", line 1445, in uvloop.loop.Loop.run_until_complete
File "uvloop/loop.pyx", line 1438, in uvloop.loop.Loop.run_until_complete
File "uvloop/loop.pyx", line 1347, in uvloop.loop.Loop.run_forever
File "uvloop/loop.pyx", line 487, in uvloop.loop.Loop._run
File "uvloop/loop.pyx", line 404, in uvloop.loop.Loop._on_idle
File "uvloop/cbhandles.pyx", line 68, in uvloop.loop.Handle._run
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_component.py", line 221, in _async_setup_platform
await self._platforms[key].async_setup(platform_config, discovery_info)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 90, in async_setup
await self._async_setup_platform(async_create_setup_task)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/trakt/sensor.py", line 81, in setup_platform
continue_setup_platform(hass, config, token, add_devices, discovery_info)
File "/config/custom_components/trakt/sensor.py", line 89, in continue_setup_platform
add_devices([TraktUpcomingCalendarSensor(hass, config, token)], True)
File "/config/custom_components/trakt/sensor.py", line 127, in __init__
self.update()
File "/config/custom_components/trakt/sensor.py", line 144, in update
calendar = MyShowCalendar(days=self._days)
File "/config/deps/lib/python3.7/site-packages/trakt/calendar.py", line 31, in __init__
self._get()
File "/config/deps/lib/python3.7/site-packages/trakt/core.py", line 455, in inner
json_data = self._handle_request('get', url)
File "/config/deps/lib/python3.7/site-packages/trakt/core.py", line 432, in _handle_request
raise self.error_map[response.status_code]()
trakt.errors.OAuthException: Unauthorized - OAuth must be provided
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/setup.py", line 153, in _async_setup_component
hass, processed_config)
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/media_player/__init__.py", line 174, in async_setup
await component.async_setup(config)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_component.py", line 112, in async_setup
await asyncio.wait(tasks, loop=self.hass.loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 363, in wait
return await _wait(fs, timeout, return_when, loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 456, in _wait
await waiter
concurrent.futures._base.CancelledError
2019-05-30 09:37:56 ERROR (MainThread) [homeassistant.components.media_player] kodi: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
File "uvloop/loop.pyx", line 1445, in uvloop.loop.Loop.run_until_complete
File "uvloop/loop.pyx", line 1438, in uvloop.loop.Loop.run_until_complete
File "uvloop/loop.pyx", line 1347, in uvloop.loop.Loop.run_forever
File "uvloop/loop.pyx", line 487, in uvloop.loop.Loop._run
File "uvloop/loop.pyx", line 404, in uvloop.loop.Loop._on_idle
File "uvloop/cbhandles.pyx", line 68, in uvloop.loop.Handle._run
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_component.py", line 221, in _async_setup_platform
await self._platforms[key].async_setup(platform_config, discovery_info)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 90, in async_setup
await self._async_setup_platform(async_create_setup_task)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/trakt/sensor.py", line 81, in setup_platform
continue_setup_platform(hass, config, token, add_devices, discovery_info)
File "/config/custom_components/trakt/sensor.py", line 89, in continue_setup_platform
add_devices([TraktUpcomingCalendarSensor(hass, config, token)], True)
File "/config/custom_components/trakt/sensor.py", line 127, in __init__
self.update()
File "/config/custom_components/trakt/sensor.py", line 144, in update
calendar = MyShowCalendar(days=self._days)
File "/config/deps/lib/python3.7/site-packages/trakt/calendar.py", line 31, in __init__
self._get()
File "/config/deps/lib/python3.7/site-packages/trakt/core.py", line 455, in inner
json_data = self._handle_request('get', url)
File "/config/deps/lib/python3.7/site-packages/trakt/core.py", line 432, in _handle_request
raise self.error_map[response.status_code]()
trakt.errors.OAuthException: Unauthorized - OAuth must be provided
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 261, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 375, in async_device_update
await self.async_update()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/kodi/media_player.py", line 450, in async_update
self._players = await self._get_players()
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/kodi/media_player.py", line 396, in _get_players
return await self.server.Player.GetActivePlayers()
File "/usr/local/lib/python3.7/site-packages/jsonrpc_async/jsonrpc.py", line 29, in send_message
response = yield from self._request(data=message.serialize())
File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 476, in _request
timeout=real_timeout
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 522, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 854, in _create_connection
req, traces, timeout)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 974, in _create_direct_connection
req=req, client_error=client_error)
File "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 924, in _wrap_create_connection
await self._loop.create_connection(*args, **kwargs))
File "uvloop/loop.pyx", line 1894, in create_connection
File "uvloop/loop.pyx", line 1883, in uvloop.loop.Loop.create_connection
concurrent.futures._base.CancelledError
2019-05-30 09:37:56 ERROR (MainThread) [homeassistant.components.media_player] Error while setting up platform kodi
Traceback (most recent call last):
File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
File "uvloop/loop.pyx", line 1445, in uvloop.loop.Loop.run_until_complete
File "uvloop/loop.pyx", line 1438, in uvloop.loop.Loop.run_until_complete
File "uvloop/loop.pyx", line 1347, in uvloop.loop.Loop.run_forever
File "uvloop/loop.pyx", line 487, in uvloop.loop.Loop._run
File "uvloop/loop.pyx", line 404, in uvloop.loop.Loop._on_idle
File "uvloop/cbhandles.pyx", line 68, in uvloop.loop.Handle._run
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_component.py", line 221, in _async_setup_platform
await self._platforms[key].async_setup(platform_config, discovery_info)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 90, in async_setup
await self._async_setup_platform(async_create_setup_task)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/trakt/sensor.py", line 81, in setup_platform
continue_setup_platform(hass, config, token, add_devices, discovery_info)
File "/config/custom_components/trakt/sensor.py", line 89, in continue_setup_platform
add_devices([TraktUpcomingCalendarSensor(hass, config, token)], True)
File "/config/custom_components/trakt/sensor.py", line 127, in __init__
self.update()
File "/config/custom_components/trakt/sensor.py", line 144, in update
calendar = MyShowCalendar(days=self._days)
File "/config/deps/lib/python3.7/site-packages/trakt/calendar.py", line 31, in __init__
self._get()
File "/config/deps/lib/python3.7/site-packages/trakt/core.py", line 455, in inner
json_data = self._handle_request('get', url)
File "/config/deps/lib/python3.7/site-packages/trakt/core.py", line 432, in _handle_request
raise self.error_map[response.status_code]()
trakt.errors.OAuthException: Unauthorized - OAuth must be provided
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 135, in _async_setup_platform
pending, loop=self.hass.loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 363, in wait
return await _wait(fs, timeout, return_when, loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 456, in _wait
await waiter
concurrent.futures._base.CancelledError
2019-05-30 09:37:56 ERROR (MainThread) [homeassistant.components.media_player] Error while setting up platform braviatv
Traceback (most recent call last):
File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
File "uvloop/loop.pyx", line 1445, in uvloop.loop.Loop.run_until_complete
File "uvloop/loop.pyx", line 1438, in uvloop.loop.Loop.run_until_complete
File "uvloop/loop.pyx", line 1347, in uvloop.loop.Loop.run_forever
File "uvloop/loop.pyx", line 487, in uvloop.loop.Loop._run
File "uvloop/loop.pyx", line 404, in uvloop.loop.Loop._on_idle
File "uvloop/cbhandles.pyx", line 68, in uvloop.loop.Handle._run
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_component.py", line 221, in _async_setup_platform
await self._platforms[key].async_setup(platform_config, discovery_info)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 90, in async_setup
await self._async_setup_platform(async_create_setup_task)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/trakt/sensor.py", line 81, in setup_platform
continue_setup_platform(hass, config, token, add_devices, discovery_info)
File "/config/custom_components/trakt/sensor.py", line 89, in continue_setup_platform
add_devices([TraktUpcomingCalendarSensor(hass, config, token)], True)
File "/config/custom_components/trakt/sensor.py", line 127, in __init__
self.update()
File "/config/custom_components/trakt/sensor.py", line 144, in update
calendar = MyShowCalendar(days=self._days)
File "/config/deps/lib/python3.7/site-packages/trakt/calendar.py", line 31, in __init__
self._get()
File "/config/deps/lib/python3.7/site-packages/trakt/core.py", line 455, in inner
json_data = self._handle_request('get', url)
File "/config/deps/lib/python3.7/site-packages/trakt/core.py", line 432, in _handle_request
raise self.error_map[response.status_code]()
trakt.errors.OAuthException: Unauthorized - OAuth must be provided
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 409, in wait_for
await waiter
concurrent.futures._base.CancelledError
2019-05-30 09:37:58 ERROR (SyncWorker_14) [braviarc.braviarc] [W] Exception: HTTPConnectionPool(host='192.168.1.161', port=80): Max retries exceeded with url: /sony/accessControl (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x71793150>: Failed to establish a new connection: [Errno 113] Host is unreachable'))
2019-05-30 09:37:58 ERROR (SyncWorker_14) [concurrent.futures] exception calling callback for <Future at 0x72fa3e50 state=finished raised RuntimeError>
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/local/lib/python3.7/site-packages/homeassistant/components/braviatv/media_player.py", line 72, in setup_platform
add_entities([BraviaTVDevice(host, mac, name, pin)])
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 173, in _schedule_add_entities
update_before_add
File "/usr/local/lib/python3.7/site-packages/homeassistant/util/async_.py", line 202, in run_callback_threadsafe
loop.call_soon_threadsafe(run_callback)
File "uvloop/loop.pyx", line 1261, in uvloop.loop.Loop.call_soon_threadsafe
File "uvloop/loop.pyx", line 604, in uvloop.loop.Loop._call_soon
File "uvloop/loop.pyx", line 608, in uvloop.loop.Loop._call_soon_handle
File "uvloop/loop.pyx", line 637, in uvloop.loop.Loop._check_closed
RuntimeError: Event loop is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
callback(self)
File "/usr/local/lib/python3.7/asyncio/futures.py", line 362, in _call_set_state
dest_loop.call_soon_threadsafe(_set_state, destination, source)
File "uvloop/loop.pyx", line 1261, in uvloop.loop.Loop.call_soon_threadsafe
File "uvloop/loop.pyx", line 604, in uvloop.loop.Loop._call_soon
File "uvloop/loop.pyx", line 608, in uvloop.loop.Loop._call_soon_handle
File "uvloop/loop.pyx", line 637, in uvloop.loop.Loop._check_closed
RuntimeError: Event loop is closed