Cannot connect to Hassio

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

Same thing happened to me. I see that you have the same trakt errors that I had.

I ended up having to disable the trakt component. Since I couldn’t login to hassio, I had to rename the trakt component folder using the smb share. Once I rebooted, hassio works. I renabled and disabled two more times to confirm that it was definitely the trakt component. If you can confirm that trakt is your problem too, I’ll tag the trakt component author.

Trakt had been working well for months. I too upgraded to 93.2 then downgraded back to 93.1 without success. Only disabling trakt allowed me to login to ha

Edit: Looks like this guy had the same problem:

1 Like

I lost access too yesterday.
HA is working just fine, I know this since all automations are still firing when triggered.
BUT no matter what I try I cannot access HA. I’ve tried via DuckDNS, local IP, SSH, Samba share and so on. Hard reboot didn’t work either. It’s just not responding to anything I do.
Exact same thing happened two months ago and I had to start all over from scratch.
I haven’t updated or changed anything for a couple of days and it was accessible earlier yesterday, so I have no idea why this happened.

Is it possible to remove the SD card and access logs from windows, just to see if I can find out why I lost access to HA?

Long shot, but is PI connected over wifi? Try rebooting router.

Background:
I had the same issue running HassIO flashed directly to SDcard. After a few days running, the web interface would quit working, but everything was still working, just like you described. I ended up re-flashing card and restored backup and it would be fine for a while.

Finally got tired of doing this and installed Raspbian-Lite with HassIO in docker so I could try to troubleshoot better. Same thing started happening after a while.

While troubleshooting, I noticed that my phone would connect using web browser on it, but my main laptop I use still couldn’t connect to web page. Rebooted router, and web interface started working on my laptop again. This was several months ago so I don’t have logs or anything still to compare.

If this doesn’t work for your particular situation, maybe it will help someone else.

1 Like

It did not occur time to disable Trakt. That would have saved me a lot of time. I started on a fresh SD card and copied the configuration over. All is well fir now.

That long shot actually worked.
Thanks! :+1:

Didn’t even think of this. Router is so stable I rarely ever need to reboot it.

Any custom component is always something to keep in mind.

I’m now getting this same issue. Any ideas on how to solve it rather than removing trakt from the config files?

I’m having the same problem since last weekend.

At first I thought that my provider switched me from IPv4 to IPv6. But it seems that isn’t the problem. I ran through every network setting I could think of, but all seems configured correctly. After my VM crashed because of a “deadlocked on memory” error, I restarted the VM. The CLI works, and so do NodeRed, Mosquitto and other plugins. Samba seems not to work unfortunately.

I’m unable to access the front-end (lovelace) via the browser or the app.

Any ideas how to troubleshoot this using the CLI?

I did some more research. It seems that everything underneath is working: my NodeRed automations are executed and the logs of hass.io and the Supervisor don’t give any sign of something being very wrong.

I tried using an older backup of the lovelace file, this didn’t help either.

Still the front-end doesn’t load.

My browser console only gives one error:

Uncaught (in promise) TypeError: Failed to fetch | service_worker.js:1

had the same issue today with my home assistant supervised setup on linux,
after I disabled ipv6 on os level everything works again