AlexxIT / HassWP

Portable version of Home Assistant for Windows (no need to install)
https://github.com/AlexxIT/Blog
586 stars 76 forks source link

Install script error when running on Windows 10 Home #70

Closed mrock99 closed 1 year ago

mrock99 commented 1 year ago

My System: Microsoft Windows [Version 10.0.19044.2728] I get the following error when running install script:

2023-03-18 20:55:16,418.418 INFO (MainThread) [homeassistant.setup] Setup of domain cast took 0.0 seconds
2023-03-18 20:55:16,428.428 INFO (SyncWorker_0) [homeassistant.loader] Loaded spotify from homeassistant.components.spotify
2023-03-18 20:55:16,432.432 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2022.12. Please report this issue.
Stack (most recent call last):
  File "C:\Users\v_war\0-vw-downloads\HomeAssistant\python-3.9.10.amd64\lib\site-packages\hass_win\__main__.py", line 188, in <module>
    sys.exit(__main__.main())
  File "C:\Users\v_war\0-vw-downloads\HomeAssistant\python-3.9.10.amd64\lib\site-packages\homeassistant\__main__.py", line 202, in main
    exit_code = runner.run(runtime_conf)
  File "C:\Users\v_war\0-vw-downloads\HomeAssistant\python-3.9.10.amd64\lib\site-packages\homeassistant\runner.py", line 120, in run
    return loop.run_until_complete(setup_and_run_hass(runtime_config))
  File "C:\Users\v_war\0-vw-downloads\HomeAssistant\python-3.9.10.amd64\lib\asyncio\base_events.py", line 629, in run_until_complete
    self.run_forever()
  File "C:\Users\v_war\0-vw-downloads\HomeAssistant\python-3.9.10.amd64\lib\asyncio\windows_events.py", line 321, in run_forever
    super().run_forever()
  File "C:\Users\v_war\0-vw-downloads\HomeAssistant\python-3.9.10.amd64\lib\asyncio\base_events.py", line 596, in run_forever
    self._run_once()
  File "C:\Users\v_war\0-vw-downloads\HomeAssistant\python-3.9.10.amd64\lib\asyncio\base_events.py", line 1890, in _run_once
    handle._run()
  File "C:\Users\v_war\0-vw-downloads\HomeAssistant\python-3.9.10.amd64\lib\asyncio\events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "C:\Users\v_war\0-vw-downloads\HomeAssistant\python-3.9.10.amd64\lib\site-packages\homeassistant\config_entries.py", line 382, in async_setup
    result = await component.async_setup_entry(hass, self)
  File "C:\Users\v_war\0-vw-downloads\HomeAssistant\python-3.9.10.amd64\lib\site-packages\homeassistant\components\cast\__init__.py", line 60, in async_setup_entry
    hass.config_entries.async_setup_platforms(entry, PLATFORMS)
  File "C:\Users\v_war\0-vw-downloads\HomeAssistant\python-3.9.10.amd64\lib\site-packages\homeassistant\config_entries.py", line 1249, in async_setup_platforms
    report(
  File "C:\Users\v_war\0-vw-downloads\HomeAssistant\python-3.9.10.amd64\lib\site-packages\homeassistant\helpers\frame.py", line 74, in report
    _LOGGER.warning(msg, stack_info=True)
2023-03-18 20:55:16,456.456 INFO (MainThread) [homeassistant.setup] Setting up media_player
2023-03-18 20:55:16,467.467 INFO (MainThread) [homeassistant.setup] Setup of domain media_player took 0.0 seconds
2023-03-18 20:55:16,469.469 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast
AlexxIT commented 1 year ago