You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error originated from a custom integration.
Logger: homeassistant.setup
Source: custom_components/webrtc/utils.py:74
Integration: WebRTC Camera (documentation, issues)
First occurred: 7:19:16 PM (1 occurrences)
Last logged: 7:19:16 PM
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'
Additional information
Sorry I know this is a custom integration. I've also created an issue on the developers github. If this post isn't allowed please remove it. Thanks
The text was updated successfully, but these errors were encountered:
The problem
WebRTC worked with all previous versions oh HA. Now it just gives a load error.
What version of Home Assistant Core has the issue?
What was the last working version of Home Assistant Core?
2021.11 and all previous versions
What type of installation are you running?
Home Assistant OS
Integration causing the issue
WebRTC
Link to integration documentation on our website
https://github.com/AlexxIT/WebRTC
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
Sorry I know this is a custom integration. I've also created an issue on the developers github. If this post isn't allowed please remove it. Thanks
The text was updated successfully, but these errors were encountered: