I just updated the core to version core-2021.12.0 and the webrtc integration stopped working, with error:
Logger: homeassistant.setup
Source: custom_components/webrtc/utils.py:74
Integration: webrtc (documentation, issues)
First occurred: 24:23:50 (1 occurrences)
Last logged: 24:23:50
Error during setup of component webrtc
Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 229, in _async_setup_component result = await task File "/config/custom_components/webrtc/__init__.py", line 75, in async_setup utils.register_static_path(hass.http.app, url_path, path) File "/config/custom_components/webrtc/utils.py", line 74, in register_static_path app['allow_cors'](route) File "/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py", line 186, in __getitem__ return self._state[key] KeyError: 'allow_cors'
Go to hacs page, click redownload for webrtc integration, select master version, reinstall, restart, it will work. I am not sure why this fix is not published under versioning but it is fixed in mainline.
Just an update in case anyone runs into it now: I had the same issue. Github shows 2.1.0 as latest but 2.2.0 is available, which fixes this issue. You can manually download and override the files. Installing Master from HAC did not help me anymore on latest HAOS.
Hi @angelusz where exactly do i download 2.20?
i dont see it on the github page.
Ran into same issue, webrtc stops working, and it wont reappear on dashboard even after installing master