New hassbian installation - webui onboarding.html shows blank page

Hi all,

I’ve just reinstalled hassbian (hass version 0.95.4)
when opening the webui (http://:8123), configure username & password - redirected to “onboarding.html” page which is empty
What I have tried:

  1. another browser
  2. another device
  3. clear cache
  4. remove “.storage” and reconfigure the credentials

home-assistant.log:

IsADirectoryError: [Errno 21] Is a directory: '/srv/homeassistant/lib/python3.7/site-packages/PyChromecast-3.2.2.dist-info'
2019-07-03 21:33:09 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/data_entry_flow.py", line 64, in async_init
    handler, context=context, data=data)
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config_entries.py", line 566, in _async_create_flow
    self.hass, self._hass_config, integration)
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 281, in async_process_deps_reqs
    hass, integration.domain, integration.requirements)):
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/requirements.py", line 32, in async_process_requirements
    if pkg_util.is_installed(req):
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/util/package.py", line 44, in is_installed
    return version(req.project_name) in req
  File "/srv/homeassistant/lib/python3.7/site-packages/importlib_metadata/__init__.py", line 430, in version
    return distribution(package).version
  File "/srv/homeassistant/lib/python3.7/site-packages/importlib_metadata/__init__.py", line 220, in version
    return self.metadata['Version']
  File "/srv/homeassistant/lib/python3.7/site-packages/importlib_metadata/__init__.py", line 213, in metadata
    or self.read_text('')
  File "/srv/homeassistant/lib/python3.7/site-packages/importlib_metadata/__init__.py", line 390, in read_text
    return self._path.joinpath(filename).read_text(encoding='utf-8')
  File "/usr/lib/python3.7/pathlib.py", line 1199, in read_text
    with self.open(mode='r', encoding=encoding, errors=errors) as f:
  File "/usr/lib/python3.7/pathlib.py", line 1186, in open
    opener=self._opener)

thanks!

Anyone? I’m stuck… :frowning:

I’m in the same boat as you.
Blank onboarding.html

DavidFW1960 Just helped me in another thread.
I was using Microsoft Edge, but when I opened it in Chrome it works fine.
Hopefully that sorts it out for you as well.